Description: WDM驱动程序设计
一.WDM简介
微软不断推出新的操作系统,现在Windows98和Windows2000已经成了主流,原先用来实现驱动程序的VxD技术随着Win95的淡出也慢慢地将退出历史舞台,在Windows98和Windows2000中设备驱动程序将根据Windows驱动程序模型(WDM)来设计。WDM通过提供一种灵活的方式来简化驱动程序的开发,在实现对新硬件支持的基础上减少并降低所必须开发的驱动程序的数量和复杂性。
-WDM Driver Design 1. WDM briefed constantly introduce new Microsoft operating system, now Windows 98 and Windows 2000 has become mainstream. originally used to achieve the VxD driver technology with the Windows 95 are slowly fade out to be from the historical stage, in Windows 98 and Windows Device Drivers under Windows Flooding dynamic process model (WDM) to the design. WDM by providing a flexible way to simplify driver development, the realization of new hardware support on the basis of the reduction and cut the need to develop drivers for the number and complexity. Platform: |
Size: 16541 |
Author:中国 |
Hits:
Description: Windows CE 设备驱动程序开发指南
PDF扫描版本
第一章 Windows CE 设备驱动程序工具包介绍
第二章 开发本机设备驱动程序
第三章 开发流接口设备驱动程序
第四章 声音驱动程序
第五章 打印机驱动程序
第六章 显示器的驱动程序
第七章 通用串行总线驱动程序
第八章 NDIS网络驱动程序
第九章 块设备驱动程序
-Windows CE Device Driver Development Guide PDF version of the first chapter scanning Window 's CE Device Driver Kit on the second chapter of the development of device drivers for the third chapter development process flow interface equipment Flooding Chapter IV action procedures voice Driver V printer driver Chapter VI Display Driver Chapter VII Universal Serial Bus Driver for NDIS Chapter VIII Network Driver chap block device driver Platform: |
Size: 4351966 |
Author:xxm |
Hits:
Description: 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. Device drivers for Windows 2000 may be designed for the new Windows Driver Model (WDM) architecture. If so, the driver will be source compatible with Windows 98. This book covers the new WDM specification.
This book will also prove useful to those studying the internals of Windows 2000, particularly the I/O subsystem and related components. Platform: |
Size: 1885898 |
Author:vincente |
Hits:
Description: 这是一本介绍WIN2000环境下用WDM进行板卡驱动程序的编写书籍,对WDM相关环境、驱动程序编写有详细的介绍-This is an environment on Windows 2000 with WDM drivers for the card in the preparation of books, WDM related to the environment, drivers preparation is described in detail Platform: |
Size: 229376 |
Author:刘梅英 |
Hits:
Description: WDM驱动程序设计
一.WDM简介
微软不断推出新的操作系统,现在Windows98和Windows2000已经成了主流,原先用来实现驱动程序的VxD技术随着Win95的淡出也慢慢地将退出历史舞台,在Windows98和Windows2000中设备驱动程序将根据Windows驱动程序模型(WDM)来设计。WDM通过提供一种灵活的方式来简化驱动程序的开发,在实现对新硬件支持的基础上减少并降低所必须开发的驱动程序的数量和复杂性。
-WDM Driver Design 1. WDM briefed constantly introduce new Microsoft operating system, now Windows 98 and Windows 2000 has become mainstream. originally used to achieve the VxD driver technology with the Windows 95 are slowly fade out to be from the historical stage, in Windows 98 and Windows Device Drivers under Windows Flooding dynamic process model (WDM) to the design. WDM by providing a flexible way to simplify driver development, the realization of new hardware support on the basis of the reduction and cut the need to develop drivers for the number and complexity. Platform: |
Size: 16384 |
Author:中国 |
Hits:
Description: Windows CE 设备驱动程序开发指南
PDF扫描版本
第一章 Windows CE 设备驱动程序工具包介绍
第二章 开发本机设备驱动程序
第三章 开发流接口设备驱动程序
第四章 声音驱动程序
第五章 打印机驱动程序
第六章 显示器的驱动程序
第七章 通用串行总线驱动程序
第八章 NDIS网络驱动程序
第九章 块设备驱动程序
-Windows CE Device Driver Development Guide PDF version of the first chapter scanning Window 's CE Device Driver Kit on the second chapter of the development of device drivers for the third chapter development process flow interface equipment Flooding Chapter IV action procedures voice Driver V printer driver Chapter VI Display Driver Chapter VII Universal Serial Bus Driver for NDIS Chapter VIII Network Driver chap block device driver Platform: |
Size: 4352000 |
Author:xxm |
Hits:
Description: 关于windows CE设备驱动的结构,为微软教学实验课程,值得下载-Windows CE device drivers on the structure of the experimental teaching courses for Microsoft, it is worth downloading Platform: |
Size: 1292288 |
Author:曹凌 |
Hits:
Description: Windows 2000/XP WDM設備驅動程式開發
使用 Numega 公司出版的軟體快速建置驅動程式-Windows 2000/XP WDM device driver development Numega published using the software drivers for the rapid deployment Platform: |
Size: 1367040 |
Author:蔡璧禧 |
Hits:
Description: This the third edition of the Writing Device Drivers articles. The first article helped to simply get you acquainted with device drivers and a simple framework for developing a device driver for NT. The second tutorial attempted to show to use IOCTLs and display what the memory layout of Windows NT is. In this edition, we will go into the idea of contexts and pools. The driver we write today will also be a little more interesting as it will allow two user mode applications to communicate with each other in a simple manner. We will call this the “poor man’s pipes” implementation.-This the third edition of the Writing Device Drivers articles. The first article helped to simply get you acquainted with device drivers and a simple framework for developing a device driver for NT. The second tutorial attempted to show to use IOCTLs and display what the memory layout of Windows NT is. In this edition, we will go into the idea of contexts and pools. The driver we write today will also be a little more interesting as it will allow two user mode applications to communicate with each other in a simple manner. We will call this the poor man s pipes implementation. Platform: |
Size: 22528 |
Author:shi |
Hits:
Description: 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. Device drivers for Windows 2000 may be designed for the new Windows Driver Model (WDM) architecture. If so, the driver will be source compatible with Windows 98. This book covers the new WDM specification.
This book will also prove useful to those studying the internals of Windows 2000, particularly the I/O subsystem and related components. Platform: |
Size: 1885184 |
Author:vincente |
Hits:
Description: Ramdisk 是一个用于演示纯软件的 Windows(r) 2000 设备驱动程序的示例。此驱动程序会创建一个指定大小的 RAM 盘。您可以像使用任何其他磁盘一样使用此 Ramdisk,但在您关闭计算机时该磁盘的内容会丢失。(一般来说,Windows(r) 2000 缓存管理器在优化内存使用方面比 Ramdisk 要好得多。)-Ramdisk is a pure software used for demonstration of Windows (r) 2000 device driver sample. This driver creates a RAM disk of specified sizes. You can use any other disk as the same as using the Ramdisk, but when you shut down your computer the contents of the disk will be lost. (Generally speaking, Windows (r) 2000 cache management in optimizing the memory usage much better than Ramdisk.) Platform: |
Size: 24576 |
Author:tony zhao |
Hits:
Description: This book explains how to write device drivers for the newest members of the MicrosoftWindows family of operating systems using the Windows Driver Model (WDM). In this Introduction, I ll explain who should be reading this book, the organization of the book, and how to use the book most effectively. You ll also find a note on errors and a section on other resources you can use to learn about driver programming. Looking ahead, Chapter 1 explains how the two main branches of the Windows family operate internally, what a WDM device driver is, and how it relates to the rest of Windows.
-This book explains how to write device drivers for the newest members of the MicrosoftWindows family of operating systems using the Windows Driver Model (WDM). In this Introduction, I ll explain who should be reading this book, the organization of the book, and how to use the book most effectively. You ll also find a note on errors and a section on other resources you can use to learn about driver programming. Looking ahead, Chapter 1 explains how the two main branches of the Windows family operate internally, what a WDM device driver is, and how it relates to the rest of Windows. Platform: |
Size: 2693120 |
Author:wukun |
Hits:
Description: 该书介绍了如何在Windows操作系统下编写驱动程序,主要是基于Windows WDM架构。-This book explains how to write device drivers for the newest members of the MicrosoftWindows family of operating systems using the Windows Driver Model (WDM) Platform: |
Size: 2693120 |
Author:王军 |
Hits:
Description: 作者Walter Oney
本书介绍了如何使用Windows驱动模型(WDM)为Microsoft的Windows家族的新成员开发设备驱动程序。-This book explains how to write device drivers for the newest members of the MicrosoftWindows family of operating systems using the Windows Driver Model (WDM). In this Introduction, I ll explain who should be reading this book, the organization of the book, and how to use the book most effectively. You ll also find a note on errors and a section on other resources you can use to learn about driver programming. Looking ahead, Chapter 1 explains how the two main branches of the Windows family operate internally, what a WDM device driver is, and how it relates to the rest of Windows.
Platform: |
Size: 2693120 |
Author:闻扬 |
Hits:
Description: A good introduction to writing device drivers for Windows (even if the book is targeted towards Windows 2000, most kernel programming lessons still apply for the current Windows operating systems: XP, Vista and 7). Platform: |
Size: 622592 |
Author:silvia.stegaru |
Hits: