Share via


Config.bib Customization (Windows CE 5.0)

Send Feedback

The Config.bib file is the first place to declare how much memory will be made available to the kernel. A single entry is required and should indicate the default amount of RAM that is possible for the device.

The following code example shows a sample Config.bib file.

Section Name   Start RAM Address   Number of Bytes   Section Type
RAM            80b00000            00500000          RAM

Only one contiguous memory section of RAM can be reported in the Config.bib file. All other memory extensions must be handled through MainMemoryEndAddress, OEMGetExtensionDRAM, or pNKEnumExtensionDRAM customization.

The start address of RAM and the number of bytes determine the value of ulRAMEnd (start + number of bytes) where ulRAMEnd is a parameter of the table of content specified in Romldr.h. ulRAMEnd is calculated and set in the run-time image every time a run-time image is created.

See Also

Configuring System Memory

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.