Updating the Boot Loader Sources File

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

Boot loaders should link to OAL_Kitl_Boot.lib or OAL_Kitl_PCI_Boot.lib instead of OAL_Kitl.lib or OAL_Kitl_PCI.lib, respectively. The OAL_Kitl.lib and OAL_Kitl_PCI.lib libraries call into the kernel, which is not valid for use with boot loaders. OAL_Kitl.lib and OAL_Kitl_PCI.lib are intended to be linked into Kitl.dll.

Boot loaders should also link to OAL_BLMemory_x86.lib or OAL_BLMemory_Arm.lib instead of OAL_Memory.lib. For MIPS- and SHx-based hardware platforms, no changes are needed.

The OAL_BLMemory_XXX.lib libraries contain an implementation of the OALPAtoVA family of functions, which are suitable for the boot loader. The versions in OAL_Memory.lib now call into the kernel and can no longer be used in the boot loader. For MIPS- and SHx-based platforms, the OALPAtoVA functions are implemented as macros and linking to a library is not necessary.

See Also

Tasks

How to Separate the Kernel and OAL and Link KITL to the OAL

Concepts

BSP Migration Guide