驱动

注册问题

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Debug Print Filter]
“DEFAULT”=dword:0000000f

rvc:\symbolshttp://msdl.microsoft.com/download/symbols

illegal use of this type as an expression错误出现的原因 C语言的声明必须放在函数的开始(所有的变量声明和定义必须分开)

根据DDK上说明,Unicode格式(%C, %S, %lc, %ls, %wc, %ws, and %wZ)只能在 IRQL = PASSIVE_LEVEL时才能使用。 所以用 DBPrint老是蓝屏。KDPrint没事(check版)

driverentry和riverunload 分发函数。是passive级别的。完成函数、NDIS回调是dispatch级别的

// //