Developing Windows Nt Device Drivers A Programmer S Handbook Pdf

Posted on
  1. Developing Windows Nt Device Drivers A Programmer's Handbook Pdf Document
  2. Developing Windows Nt Device Drivers A Programmer's Handbook Pdf Format

Developing Windows NT Device Drivers: A Programmer's Handbook offers programmers a comprehensive and in-depth guide to building device drivers for Windows NT 4.0. Written by two experienced driver developers, Edward N. Dekker and Joseph M. Newcomer, this book provides detailed coverage of techniques, tools, methods, and pitfalls to help make the often complex and byzantine 'black art' of driver development straightforward and accessible.This book is designed for anyone involved in the development of Windows NT Device Drivers, particularly those working on drivers for nonstandard devices that Microsoft has not specifically supported. Because Windows NT does not permit an application program to directly manipulate hardware, a customized kernel mode device driver must be created for these nonstandard devices. And since experience has clearly shown that superficial knowledge can be hazardous when developing device drivers, the authors have taken care to explore each relevant topic in depth.

Read more.Rating:(not yet rated)Subjects.More like this. Developing Windows NT Device Drivers: A Programmer's Handbook offers programmers a comprehensive and in-depth guide to building device drivers for Windows NT 4.0. Written by two experienced driver developers, Edward N. Dekker and Joseph M. Newcomer, this book provides detailed coverage of techniques, tools, methods, and pitfalls to help make the often complex and byzantine 'black art' of driver development straightforward and accessible.This book is designed for anyone involved in the development of Windows NT Device Drivers, particularly those working on drivers for nonstandard devices that Microsoft has not specifically supported.

Because Windows NT does not permit an application program to directly manipulate hardware, a customized kernel mode device driver must be created for these nonstandard devices. And since experience has clearly shown that superficial knowledge can be hazardous when developing device drivers, the authors have taken care to explore each relevant topic in depth.

.Developing Windows NT Device Drivers: A Programmer's Handbook (paperback). Table of ContentsPreface.1. Driver Overview.2. I/O: User Level Overview.3.

Planning a Device Driver.4. I/O Hardware: Internal Busses.5. Device Driver Basics.6.

Developing

Developing Windows Nt Device Drivers A Programmer's Handbook Pdf Document

Overview of Kernel Memory: Caching, Paging and Pipelining.7. Driver Data Structures.8.

Device Driver Structure.9. Debugging a Device Driver.10. Approaching Reality: Moving Data.11. Approaching Reality: Synchronization.12. Achieving Reality: Memory Management.13. Achieving Reality: Touching the Hardware.14. Achieving Reality: Interrupts and the Driver.15.

Achieving Reality: Timers.16. Achieving Reality: Driver Initialization.17. Achieving Reality: Direct Memory Access.18. Achieving Reality: The Rest of the Details.19. Mapping Device Memory to User Space.20. I/O Hardware: The ISA Bus.21. I/O Hardware: The PCI Bus.22.

Serialization within the Driver.23. Layered Drivers.24. Driver Threads.25. Specialized Drivers in NT: An Overview.26. Useful Driver Techniques.27.

Developing Windows Nt Device Drivers A Programmer's Handbook Pdf Format

A Hardware Simulator.28. NT 5.0 Drivers Overview.29. I/O Hardware: The Universal Serial Bus.30. The Windows Driver Model.A: Reference.B: Error Codes and Associated NTSTATUS Codes.

About the Author(s)Edward N. Dekker is a well-known authority on device drivers. He heads Eclectic Engineering, Inc., a consulting service that specializes in device drivers, systems programming, and real-time systems. For a number of years, his work has focused on device driver development for Windows NT. He has more than 20 years of computer software experience.

Newcomeris head of The Joseph M. Newcomer Company, where he specializes in Windows application design, device drivers, and real-time and embedded systems. He has considerable experience in compiler and operating system design and implementation. A frequent contributor to Dr. Dobb's Journal, he has also written several books, including Win32 Programming(with Brent Rector, Addison-Wesley). In addition to his consulting practice, he serves as adjunct senior scientist at Carnegie Mellon University and has been an active contributor to CompuServe and Internet Windows online forums.

Newcomer is one of the principal authors of IDL: The Language and Its Implementation, and is co-inventor on several patents on distributed information technology. In recognition of these contributions, he was named a Most Valuable Professional (MVP) by Microsoft.