testing my driver

Posted: 12-13-2005, 02:44 PM
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


Reply With Quote

Responses to "testing my driver"

fat_boy
Guest
Posts: n/a
 
Re: testing my driver
Posted: 12-15-2005, 10:01 AM
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

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Driver Verifier, low resources testing Gary G. Little Windows XP Device Drivers 6 07-16-2006 09:11 PM
Testing gerrie Windows XP Messenger 5 05-19-2005 08:30 PM
Testing Joe Blow Windows XP Configuration & Management 0 10-13-2004 05:48 AM
testing george Windows XP New Users 1 07-07-2003 04:33 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90