2008年(3010)
分类: LINUX
2008-05-28 01:08:52
Windows NT File System Internals presents the details of the NT I/O Manager, the Cache Manager, and the Memory Manager from the perspective of a software developer writing a file system driver or implementing a kernel-mode filter driver. The book provides numerous code examples included on diskette, as well as the source for a complete, usable filter driver.
This book appeals to a wide audience: system programmers implementing kernel-mode code such as file systems, device drivers, network redirectors, or filter drivers; system administrators who simply want to learn more about the systems they manage; software engineers interested in NT internals; and computer science students examining the intricacies of file system technology.
Topics covered in the book include:
An introduction to NT system components
The NT I/O Manager
The NT Virtual Memory Manager
The NT Cache Manager
Structured driver development under Windows NT
Writing a file system driver
Writing a filter driver