作者:Rajeev Nagar
副书名:A Developer's Guide
出版日期:September 1997
出版社:O'Reilly
页数:794
ISBN:1565922492
文件格式:PDF
Windows NT File System Internalspresents the details of the NT I/O Manager, the Cache Manager, and theMemory Manager from the perspective of a software developer writing afile system driver or implementing a kernel-mode filter driver. Thebook provides numerous code examples included on diskette, as well asthe source for a complete, usable filter driver. This book appeals to awide audience: system programmers implementing kernel-mode code such asfile systems, device drivers, network redirectors, or filter drivers;system administrators who simply want to learn more about the systemsthey manage; software engineers interested in NT internals; andcomputer science students examining the intricacies of file systemtechnology. Topics covered in the book include:
An introduction to NT system componentsThe NT I/O ManagerThe NT Virtual Memory ManagerThe NT Cache ManagerStructured driver development under Windows NTWriting a file system driverWriting a filter driver