Wednesday, March 15, 2006

The Windows Driver Developer's Digest

STUPID.SYS sample driver -- the minimal WDF driver used to illustrate Walter Oney's summary article on Windows Driver Framework

SAMPLE.SYS -- the minimal kernel DLL used to illustrate Tim Robert's article on kernel-mode DLL

PASSTHRU.SYS -- Tom Divine's augmented version of the DDK sample of the same name

WINBUILD.ZIP -- James Antognini's example of driver building

Sample Code