OEMTLBSize (Windows Embedded CE 6.0)

1/5/2010

This variable is declared by the OEM and defines how many TLB entries are supported.

Syntax

const DWORD OEMTLBSize;

Parameters

None.

Return Value

None.

Remarks

This variable is only required by MIPS processors.

The value of OEMTLBSize must be set to the number of TLB entries minus 1.

OEMTLBSize be set as a global const DWORD to be accessed by the kernel. This is MIPS specific.

Requirements

Header Developer Implemented
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Optional OAL Variables

Concepts

MIPS Kernel Initialization