Partager via


%_TGTPLAT% Src Directory (Windows CE 5.0)

Send Feedback

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

%_TGTPLAT% Directory | Production-Quality OAL

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.