Share via


ROMSIZE (Windows CE 5.0)

This configuration option specifies the size of the ROM.

This option uses the following syntax.

  ROMSIZE = size

Parameters

  • size
    The size, in bytes, of the ROM.

Remarks

This configuration option, along with ROMSTART and ROMWIDTH, defines the .abx data format.

The following code example shows how a CONFIG section can use configuration options to define the .abx format for a 4-MB target device.

ROMSTART=80000000 
ROMSIZE=400000  
ROMWIDTH=32 

In this example, Romimage.exe creates one 4-MB absolute binary data format file with extension .ab0.

See Also

CONFIG Section | Absolute Binary Data Format | Binary Image Builder File

Last updated on Thursday, February 02, 2006

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.