View Single Post
Old Nov 29, 2005 | 08:40 PM
  #3  
Misa's Avatar
Misa
Pic Whore
 
Joined: Jul 2004
Posts: 22,224
Likes: 1
From: NJ
Default

Short for Windows Driver Model, a driver technology developed by Microsoft to create drivers that are source-code compatible for Windows 98, 2000, Me and XP.

WDM works by channeling some of the work of the device driver into portions of the code that are integrated into the operating system. These portions of code handle all of the low-level buffer management, including DMA and Plug and Play device enumeration. The WDM device driver becomes more streamlined with less code and works at greater efficiency.

All versions of Microsoft Windows after Windows 95 have implemented WDM. Kernel-mode drivers that follow WDM rules are called WDM drivers.
google is your friend
Reply