Exeinfo searches your partitions for executable code (device drivers, file
systems, EXEs, DLLs) that matches some criteria. To locate the module that
caused a trap, write down the CSLIM value that is reported. Then run
    "exeinfo -f -lxxxx c:\*.*"
where xxxx is the CSLIM value and C: should be replaced by each driver from
which code may have been loaded.

If, for example, you get CSLIM=0000f113 and all your code is loaded from the D
drive because you have multiboot, type
    exeinfo -f -lf113 d:\*.*

