Summary

< BACK  NEXT >
[oR]

The layered architecture of Windows 2000 allows the simplified design of device drivers. Breaking a monolithic driver into smaller, logically distinct pieces makes implementation and maintenance easier, reduces debugging time, and increases the likelihood that some of the software will be reusable.

In this chapter, different methods of stacking drivers on top of one another were presented. Most of the techniques depend on the I/O Manager's standard calling mechanism to send IRPs from one driver to another. When this mechanism proves insufficient, a private interface can be defined between a pair of drivers. In general, private interfaces make the design more fragile and harder to maintain.

The next chapter describes the details necessary to professionally install device drivers.

< BACK  NEXT >


The Windows 2000 Device Driver Book(c) A Guide for Programmers
The Windows 2000 Device Driver Book: A Guide for Programmers (2nd Edition)
ISBN: 0130204315
EAN: 2147483647
Year: 2000
Pages: 156

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net