fMpEnable (Compact 2013)
3/28/2014
This global variable set by the OEM indicates whether the kernel supports symmetric multiprocessing (SMP).
Syntax
BOOL fMPEnable;
Remarks
Even on platforms with multiple processors, an OEM might choose not to run Windows Embedded Compact on all processors. In this case, the OEM can leave this variable set to false so that the kernel runs on only one processor. This default value is set in Oemglobal.c.
If this variable is set to true, all the subsequent variables must be initialized to the corresponding OEM adaptation layer (OAL) functions.
Requirements
Header |
oemglobal.h |