Share via


Boot Driver Examples (Compact 2013)

3/26/2014

The CE Boot implementation in Windows Embedded Compact 2013 includes sample boot drivers. You can create your own driver classes, or you can extend these existing driver classes by adding new IOCTL codes. As discussed previously, the set of IOCTL codes that are associated with a boot driver define its functionality and enable the driver to respond to requests by the boot loader.

Note

In the code, class IDs also are defined for a keypad, battery, and OEM driver, but they are not fully implemented.

The boot driver class list is in:

%_WINCEROOT%\Platform\Common\Src\Common\Bldr\Inc\Bootdriverclasses.h

In This Section

See Also

Concepts

CE Boot Framework