testing my driver

M

MS

hi all
how do i test my driver, presently i'm using debug view to get the debug
message and winXPddk command prompt to build my driver.
how do i get the status or the location of the line where my driver got
crashed......

regards
raj
 
F

fat_boy

You need to run a kernel debug session on your driver. To do this you
need another PC runing the latest windbg (download from Microsoft), a
NULL modem cable (for serial port debigging) or a firewire cable (for
firewire debugging)

You need to set swithed in the boot.ini file of the PC that runs the
driver, the one that crashes. eg /debugport=COM1 /baudrate=115200

The DDK contains ful info on doing this, and how to make a null modem
cable youself.

ATB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top