在线笔记
全部博文(596)
发布时间:2015-04-03 17:58:29
1. 显示驱动分为display.dll, miniport.sys如果签名dll和sys,则不能用 解决方法:需要制作cat文件签名步骤参考:https://www.wosign.com/Support/Windows_Kernel_Signing_guide.htm......【阅读全文】
发布时间:2015-02-17 09:33:19
virtualbox xp1. virtualbox配置增加串口,如果XP没有识别则重新装虚拟机,先增加串口设备后再安装2. xp隐藏文件C:\Windows\boot.inic:\boot.ini增加最后一行[boot loader]timeout=5default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS[operating systems].........【阅读全文】
发布时间:2015-02-05 23:22:48
Windows 2000 >> Windows 2000-Windows Vista >> Windows Vista以后VXD WDM &n.........【阅读全文】
发布时间:2015-02-05 23:02:43
Windows Driver Kit: Driver Development ToolsConditional Compilation and the Build EnvironmentYou should conditionally compile the debugging code in your driver by testing the DBG preprocessor constant.The value of DBG depends on the build environment window you use to build your driver:.........【阅读全文】