New Page 1
The Windows Driver Foundation (WDF)
Kernel Mode Driver Framework (KMDF) is out.
Get it from:
http://www.microsoft.com/whdc/driver/wdf/KMDF_pkg.mspx
Windows Driver Foundation is the
next-generation driver model, which removes a lot of complexity which exists in
the current driver model (WDM). WDF achieves this not by replacing WDM, but by
providing a framework which runs over WDM. The framework frees the developer
from dealing directly with the operating system and allows him to concentrate
more on his device (hardware).
Read more about WDF:
http://www.microsoft.com/whdc/driver/wdf/wdf-arch.mspx
(WDF Architecture)
http://www.microsoft.com/whdc/driver/wdf/default.mspx
(WHDC WDF page)