作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2006, Vol. 32 ›› Issue (22): 266-268. doi: 10.3969/j.issn.1000-3428.2006.22.095

• 开发研究与设计技术 • 上一篇    下一篇

Windows 2000下 WDM驱动程序的研究与开发

郭 艳,苗克坚   

  1. (西北工业大学计算机学院,西安 710072)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2006-10-20 发布日期:2006-10-20

Research and Design of WDM Driver under Windows 2000

GUO Yan, MIAO Kejian   

  1. (College of Computer, Northwestern Polytechnical University, Xi’an 710072)
  • Received:1900-01-01 Revised:1900-01-01 Online:2006-10-20 Published:2006-10-20

摘要: 分析研究了Windows 2000下WDM驱动程序的基本原理。以Microsoft的DDK为开发工具,开发了基于PCI总线的通信接口板的WDM驱动程序。证实了该驱动程序有很大的实用价值,且有助于对操作系统的理解。

关键词: Windows设备驱动程序模型, 设备驱动程序开发包, 设备驱动程序, I/O请求包, 设备对象

Abstract: This paper analyses and researches the basic principle of WDM driver under Windows 2000 operating system. Using DDK of Microsoft, the authors develop a WDM driver for the communication interface based on PCI bus. The result shows that it has great value in application, and is helpful to understand the operation system.

Key words: Windows device driver model(WDM), Device drivers kit(DDK), Device driver, I/O request packet(IRP), Device object