Tech Support > Microsoft Windows > Drivers > KMDF and Windows XP Embedded
KMDF and Windows XP Embedded
Posted by coq on January 2nd, 2006


Hello,

One little question about the Kernel-Mode Driver
Framework :
"Kernel-mode WDF drivers can run on Windows XP and later operating system
releases." : is Windows XP Embedded included ?

Thanks in advance

Posted by Eliyas Yakub [MSFT] on January 2nd, 2006


Yes, it should run on XP-e. KMDF runtime binaries are viewed as regular NT
drivers by the OS. We haven't tried to use KMDF on XP-e yet, so I don't know
what it takes to include KMDF along with your driver as one of the
selectable features.

--
-Eliyas
This posting is provided "AS IS" with no warranties, and confers no rights.
http://www.microsoft.com/whdc/driver/default.mspx
http://www.microsoft.com/whdc/driver/kernel/KB-drv.mspx


Posted by coq on January 2nd, 2006


Ok, thanks for the reply :-)