๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

The Windows 2000 Device Driver Book: A Guide for Programmers

โœ Scribed by Art Baker, Jerry Lozano


Publisher
Prentice Hall
Year
2000
Tongue
English
Leaves
480
Edition
2
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


  • The #1 Windows device driver book-fully updated for Windows 2000! * Step-by-step planning, implementation, testing, debugging, installation, and distribution * Complete coverage of the new Windows Driver Model (WDM) * Practical debugging and interactive troubleshooting * CD-ROM: Exclusive tools for streamlining driver development, plus extensive C/C++ sample driver library! * Windows Driver Model (WDM) for Windows 2000 and 98-in depth! * Building drivers that support Plug-and-Play and Power Management * Windows Management Instrumentation: logging device errors and events-and interpreting them * Constructing safe reentrant driver code * Handling time-out conditions safely and effectively * Advanced techniques: kernel-mode threads, layered drivers, and more * Start-to-finish debugging and troubleshooting techniquesForeword by Andrew Scoppa, UCI CorporationThe #1 book on Windows driver development-totally updated for Windows 2000!With The Windows 2000 Device Driver Book, any experienced Windows programmer can master driver development start to finish: planning, implementation, testing, debugging, installation, and distribution. Totally updated to reflect Microsoft's Windows Driver Model (WDM) for Windows 2000 and 98, this programming bestseller covers everything from architecture to tools, and includes a powerhouse library of exclusive tools and code for streamlining any driver development project.You'll start with a high-level overview of WDM components and then move quickly into the details of the development environment and driver installation. Next, master the Windows 2000 I/O Manager, its data structures, and its interaction with drivers. Using extensive practical examples, you'll implement Plug-and-Play and Power Management; construct safe reentrant driver code; use Windows Management Instrumentation to log errors and events, and more.The book covers today's most advanced Windows driver development techniques and provides extensive debugging guidance, including crash dump analysis using WinDbg; lists of common bugcheck codes, meanings, and probable causes; and much more.

๐Ÿ“œ SIMILAR VOLUMES


The Windows 2000 Device Driver Book: A G
โœ Art Baker ๐Ÿ“‚ Library ๐Ÿ“… 2000 ๐Ÿ› Prentice Hall PTR ๐ŸŒ English

An authoritative guide to Windows NT driver development, now completely revised and updated. The CD-ROM includes all source code, plus Microsoft hardware standards documents, demo software, and more.

The Windows 2000 Device Driver Book: A G
โœ Art Baker, Jerry Lozano ๐Ÿ“‚ Library ๐Ÿ“… 2001 ๐Ÿ› Prentice Hall ๐ŸŒ English

The concepts of this book are still useful forVista and XP.It also explains the fundamentals well.I read newer books first, and they were too confusing.Oney's book gives too much information, and jumps fromtopic to topic.Orwick's book is too high level, and not enough detail.

The Windows 2000 Device Driver Book: A G
โœ Art Baker, Jerry Lozano ๐Ÿ“‚ Library ๐Ÿ“… 2000 ๐Ÿ› Prentice Hall ๐ŸŒ English

The concepts of this book are still useful for Vista and XP. It also explains the fundamentals well. I read newer books first, and they were too confusing. Oney's book gives too much information, and jumps from topic to topic. Orwick's book is too high level, and not enough detail.

FreeBSD Device Drivers: A Guide for the
โœ Joseph Kong ๐Ÿ“‚ Library ๐Ÿ“… 2012 ๐Ÿ› No Starch Press ๐ŸŒ English

<DIV><p>Device drivers make it possible for your software to communicate with your hardware, and because every operating system has specific requirements, driver writing is nontrivial. When developing for FreeBSD, you've probably had to scour the Internet and dig through the kernel sources to figure

FreeBSD Device Drivers: A Guide for the
โœ Joseph Kong ๐Ÿ“‚ Library ๐Ÿ“… 2012 ๐Ÿ› No Starch Press ๐ŸŒ English

<DIV><p>Device drivers make it possible for your software to communicate with your hardware, and because every operating system has specific requirements, driver writing is nontrivial. When developing for FreeBSD, you've probably had to scour the Internet and dig through the kernel sources to figure