ROMOFFSET

This configuration option writes a ROM image file to a different address than the one specified for the image. Each .bin file record is offset by the specified amount. This is useful if you want to copy the ROM image to RAM to execute, but you want the .bin file records to be written in ROM.

ROMOFFSET = address 

Parameters

  • address
    The hexadecimal address. This value is added to the starting address of every record in the .bin file.

Remarks

Use this configuration option for cache execution when a platform on a Windows CE-based target device does not support caching of the boot loader or flash memory. Boot loaders that are stored in ROM or flash memory but copy themselves to RAM before startup can also use this configuration option.

See Also

CONFIG Section

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.