Hai
I am novice to this DDK environment
I have my DDK installed on W2k
Going thru the DDK , i could get to know how to build the driver samples
present inthe DDK, and could obtain the .sys binary
How could I install and load the driver so that i could see all the debug
information of that sample driver in DebugView.
Hope i made my query clear !!!
Pls make your time and help me
Thanx in advance
Maneel
Build a “hello world” driver (credits to Calvin Guan):
NTSTATUS DriverEntry(PDRIVER_OBJECT x, PUNICODE_STRING y) {DebPrint((“Hello
World”)); return STATUS_UNSUCCESSFUL;}
Load and run it using my InstallDriver (see “legacy driver” at
http://home.mindspring.com/~antognini.)
Maneel wrote:
How could I install and load the driver so that i could see all the debug
information of that sample driver in DebugView.
Hope i made my query clear !!!
–
If replying by e-mail, please remove “nospam.” from the address.
James Antognini
Windows DDK MVP