config.bib:
; Name | Virtual/Cached | Size | Region Type
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
MEMORY
IF IMGFLASH !
NK 96CB8000 01A00000 RAMIMAGE
IF SDRAM_SIZE_128_MB !
RAM 98700000 01F00000 RAM
ENDIF
IF SDRAM_SIZE_128_MB
RAM 98700000 05F00000 RAM
ENDIF
ENDIF
IF IMGFLASH
IF FLASH_SIZE_16_MB
NK 80080000 00E00000 RAMIMAGE
ENDIF
IF FLASH_SIZE_32_MB
NK 80080000 01A00000 RAMIMAGE
ENDIF
IF SDRAM_SIZE_128_MB !
RAM 96C00000 03A00000 RAM
ENDIF
IF SDRAM_SIZE_128_MB
RAM 96C00000 07A00000 RAM
ENDIF
ENDIF
; *****************************************************************************
; Common RAM areas - Must match MemDefs.h and bvd1.inc:
; Currently Reserving [9A90 0000 - 9ABE 0000] == 3 MB
; This area is reserved regardless of the build type
; (i.e. FLASH, !FLASH, EBOOT, !EBOOT)
; The bootloader is fixed up to run from RAM, but is stored in flash. ROMOFFSET
; adjusts the .bin file record headers to that they lie in flash (this tells the
; bootloader already on the device to store the image in flash).
ROMOFFSET=3C9E0000
MODULES
; Name Path Memory Type
; ------ ---------------------------------------------- -----------
nk.exe $(_TARGETPLATROOT)\target\$(_TGTCPU)\$(WINCEDEBUG)\eboot.exe EBOOT