www.pudn.com > S2410_eboot.rar > BOOT.BIB


;***************************************************************************** 
; Copyright (c) Microsoft Corporation.  All rights reserved. 
; 
; 
; Use of this source code is subject to the terms of the Microsoft end-user 
; license agreement (EULA) under which you licensed this SOFTWARE PRODUCT. 
; If you did not accept the terms of the EULA, you are not authorized to use 
; this source code. For a copy of the EULA, please see the LICENSE.RTF on your 
; install media. 
; 
;****************************************************************************** 
; TITLE:        BOOT.BIB 
; 
;  Ethernet Boot Loader Source Module 
;****************************************************************************** 
 
MEMORY 
;   Name     Start     Size      Type 
;   -------  --------  --------  ---- 
    DRV_GLB  8c020000  00001000  RESERVED 
    BIN_FS   8c021000  00005000  RESERVED 
    RAM      8c026000  00006000  RAM 
    STACK    8c02c000  00004000  RESERVED 
    EBOOT    8c038000  00020000  RAMIMAGE 
;    EBOOT    8c038000  00040000  RAMIMAGE 
 
    ; 16 MB area used to cache nk.bin while programming boot media. 
    ; TBD: we may need to adjust to 01400000 (20 MB) to cache PPC 2003. 
    FLSCACHE 8D000000  01000000  RESERVED 
 
CONFIG 
	COMPRESSION=OFF 
	PROFILE=OFF 
	KERNELFIXUPS=ON 
	SRE=ON 
	ROMSTART=8c038000 
	ROMWIDTH=32 
 
	; N.B: boot media block size aligned 
	ROMSIZE=16000 
 
MODULES 
;   Name            Path                                            Memory Type 
;   --------------  ----------------------------------------------  ----------- 
    nk.exe $(_TARGETPLATROOT)\target\$(_TGTCPU)\$(WINCEDEBUG)\EBOOT.exe EBOOT