Share via


%_TGTPLAT% Src Directory

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

The Src directory contains device-specific source code files for the hardware platform you chose for your OS design.

The Src directory can contain the following directories.

Directory Contents

Bootloader

Boot loader-specific source code files for building and linking the boot loader.

The Bootloader directory contains directories for available boot loaders.

Common

Source code files related to the boot loader and the kernel.

Drivers

Device-specific drivers that there are no public drivers for.

Inc

Device-specific header files that define the following:

  • Interrupt identifiers
  • Microprocessor control registers
  • Other hardware resources specific to a hardware platform

Kernel

Device-specific source code files for building and linking the kernel and OAL.

The Kernel directory contains the following directories:

  • The Kern directory contains the source files for building a kernel.
  • The Kernkitl directory contains the source files for building a kernel with Kernel Independent Transport Layer (KITL).
  • KITL is a protocol that separates the communication service protocol from the layer that communicates directly with the communication hardware.
  • The Kernkitlprof directory contains the source files for building a kernel with KITL and Profiler. Profiler allows monitoring of a target platform's performance.
  • The Oal directory contains device-specific code for the OAL.

See Also

Concepts

%_TGTPLAT% Directory

Other Resources

Production-Quality OAL