资源列表
WindowsWDMdriverdevelopment
- 经典驱动开发书籍《Windows WDM 设备驱动程序开发指南》(源码),非常好的东西,很适合驱动入门。
WAHBOOK
- 《windows驱动开发程序XP》(武安河)的驱动开发书籍源代码,非常好的东西。
1102521
- 根据Inf文件,inf文件可自己编写,自动安装驱动程序。方便
TheWin2kDeviceDriverBookGuideForProgrammers2Ed
- This book explains how to write, install, and debug device drivers for Windows 2000. It is intended to be a companion to the Microsoft DDK documentation and software. Windows 2000 represents a major improvement to previous versions of Windows NT
hidefile
- 驱动开发:过滤Irp包来实现隐藏文件的代码
NTFSI_source_code
- 文件系统过滤驱动开发书籍的附带的源码file system filter driver
ctrl2cap
- Mark Russinovich写的关于键盘的驱动
InfFile_V1.0
- 详细讲解驱动安装文件(.Inf)的语法和总体框架,是DDK文档中所缺少的总统框架(DDK讲的很细节),不可多得的.Inf文件的文档。推荐写驱动的朋友可以参考。
ToyotoUnivercity
- 日本东京大学的驱动教程中的例子,可以仔细学习安装卸载驱动和驱动的启动和停止去除动作。
TMX320C6412
- 网友写的一个PCI卡,基于PCI总线的驱动,要写PCI驱动的可以参考一下
yxw_bob_PCI_demo
- The Lite Evaluation/Demonstration Kit is intended to illustrate use of the AN3042. The AN3042 is compliant to the PCI 2.1 Local Bus specification. Included in the kit is a PCI add-in card, Windows drivers, demonstration applications, and doc
xzycq_weilian
- pci的windows系统驱动源码,包含详细的读写操作函数。