Chapter 5. General Development Issues

< BACK  NEXT >
[oR]

Chapter 5. General Development Issues

CHAPTER OBJECTIVES

  • Driver Design Strategies

  • Coding Conventions and Techniques

  • Driver Memory Allocation

  • Unicode Strings

  • Interrupt Synchronization

  • Synchronizing Multiple CPUs

  • Linked Lists

  • Summary

Writing kernel-mode code is not the same as writing an application program because the driver is a trusted component of the system. Code must be carefully written and follow special rules. This chapter is a short manual of good and sometimes required etiquette for driver writers.

< 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