New Page 1 The Windows Driver Foundation (WDF) Kernel Mode Driver Framework (KMDF) is out. Get it from: http://www.microsoft.com/wh... 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...