Share via


Required Changes (Compact 7)

3/12/2014

You must make the following changes to your BSP before it will run on Windows Embedded CE 6.0. These changes include directory restructuring, separation of the kernel from the OEM adaptation layer (OAL) and kernel independent transport layer (KITL), replacing deprecated header files and functions, dividing drivers into kernel mode and user mode, and replacing the MapCallerPtr and OEMEthGetSecs functions.

Important

Always back up data before making changes to code.

In This Section

  • Separate the Kernel from OAL and KITL
    Describes the steps that you must take to prepare your BSP for migration, to remove KITL from the OAL, to create and build oal.exe and kitl.dll, to resolve linking errors, and to divide the Windows Embedded Compact PC-based platform (CEPC) kernel into multiple pieces.

See Also

Concepts

Migrate from CE 5.0 to CE 6.0