SMP Reference (Compact 7)

3/12/2014

Symmetric multiprocessing (SMP) uses a multiprocessor architecture where multiple processors are connected to a single main memory and are controlled by a single OS instance. In Windows Embedded Compact 7, the functions and variables for SMP are part of the board support package (BSP) data structures that are contained in the OEM adaptation layer (OAL) structures OEMGLOBAL and NKGLOBAL.

To enable SMP for your OS, set the IMG environment variable IMGMPENABLE=1. For more information about this variable, see the IMG Environment Variables topic.

In This Section

You can obtain descriptions of the programming elements for SMP in these sections.

  • SMP Functions
    Provides detailed reference information about the available SMP functions.
  • SMP Global Variables
    Provides detailed reference information about the available SMP global variables.

See Also

Reference

Kernel Reference

Other Resources

BSP Data Structures