ABSTRACT

Software developer and author Karen Hazzah expands her original treatise on device drivers in the second edition of Writing Windows VxDs and Device Drivers. The book and companion disk include the author's library of wrapper functions that allow the progr

chapter 1|6 pages

Introduction

part |2 pages

Part 1 Windows Execution Environment and VxDs

chapter 2|10 pages

The Virtual World of Windows

chapter 4|18 pages

Introduction to VxDs

chapter 5|24 pages

A Skeleton VxD

chapter 6|28 pages

VxD Talks to Hardware

chapter 7|20 pages

Handling Hardware Interrupts in a VxD

chapter 8|44 pages

VxDs for Virtualization

chapter 9|12 pages

Plug and Play:The Big Picture

chapter 10|32 pages

Plug and Play Device Driver VxDs

chapter 11|30 pages

Communication from Applications to VxDs

chapter 12|42 pages

Communication from VxDs to Applications

part |2 pages

Part 2 DLL-based Drivers

chapter 13|14 pages

Introduction to16-bit Driver DLLs

chapter 14|22 pages

Driver DLLs: Connecting to the Hardware

chapter 15|36 pages

Driver DLL: Interrupt Handling

chapter 16|6 pages

Driver DLLs: Using DMA

chapter 17|26 pages

Driver DLLs: Using Real Mode Services

chapter 18|22 pages

Thunks: Calling front 32-bit to 16-bit

chapter 19|6 pages

Driver DLLs: Using Timers