Thinking Kernel Mode

ExAllocatePoolWithTag(KMScrapPad, sizeof(KMSCRAP), TAG_TKM);

  Home  |   Contact  |   Syndication    |   Login
  12 Posts | 0 Stories | 21 Comments | 26 Trackbacks

News

Sreejith S

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

Archives

Blogs I Read

Links

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)



posted on Tuesday, December 13, 2005 12:54 PM