Share via


Required OAL Variables

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

The following table shows the required OEM Adaptation layer (OAL) variables.

Programming element Description

CurMSec

This global variable indicates the number of milliseconds since boot.

dwReschedTime

This global variable contains the millisecond count of the next time the kernel expects to run the scheduler.

IntrMask

This variable tells the kernel which interrupt mask to set in the CPU during the execution of the interrupt-service routine.

IntrPrio

This global-variable array provides the MIPS and SHx kernel with information about which nested interrupts are masked while the current interrupt is being handled.

OEMExtraCCR

This global variable configures the cache control register (CCR).

SH4CacheLines

This variable is no longer supported in Windows Embedded CE 6.0 and later. It defines the number of cache lines available to the kernel.

For information about the CPU dependencies for the required OAL variables, see CPU Dependencies for OAL Global Variables.

See Also

Reference

OAL Global Variables