CONFIG Section

You are not required to have a CONFIG section in a .bib file, and CONFIG section entries do not have to be in any order.

Romimage.exe always produces a .bin file, regardless of whether you define an .abx entry, an .sre entry, or a CONFIG section. To create an .sre or an .abx version of the binary ROM image, update the CONFIG section of the file Config.bib.

For information on image data formats that you can specify, see Windows CE ROM Image Data Formats.

Several configuration options, for example, BOOTJUMP, affect the jump page. The jump page contains instructions that the device uses to jump to the code that starts the image. By default, the jump page is at the lowest address in memory within the RAM image space.

The following illustration shows a jump page that has been moved to a new location in memory.

A few configuration options refer to a writable section. A writable section is a data section in a module, such as a .data section, containing a module's global variables, which can be written to at run time. Because this section is writable, it must be copied from ROM or flash memory into RAM when the module is loaded.

See Also

Binary Image Builder File | Absolute Binary Data Format | AUTOSIZE | BOOTJUMP | COMPRESSION | FSRAMPERCENT | KERNELFIXUPS | OUTPUT | PROFILE | RESETVECTOR | ROMFLAGS | ROMOFFSET | ROMSIZE | ROMSTART | ROMWIDTH | SRE | X86BOOT

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.