This the third edition of the Writing Device Drivers articles. The first article helped to simply ge - 资源详细说明
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 ge - 源码文件列表