📄 eboot.bib
字号:
;
;
; The content of this file or document is CONFIDENTIAL and PROPRIETARY
; to Jade Technologies Co., Ltd. It is subjected to the terms of a
; License Agreement between Licensee and Jade Technologies Co., Ltd.
; restricting among other things, the use, reproduction, distribution
; and transfer. Each of the embodiments, including this information
; and any derivative work shall retain this copyright notice.
;
; Copyright (c) 2004 - 2005 Jade Technologies Co., Ltd.
; All rights reserved.
;
; ----------------------------------------------------------------
; File: eboot.bib,v
; Revision: 1.0
; ----------------------------------------------------------------
; $
;
; Windows CE Boot Loader Source Module
;
; Eboot is built to run out of RAM, though initially the location of the
; image may be in flash. This BIB file will create three different eboot
; images of interest:
;
; eboot.nb0 - can be used by Multi-ICE to flash an initial eboot image.
; eboot.sre - can be downloaded by ARM boot monitor over serial and serve as a
; bootstrap image to then download eboot.bin and flash it.
; eboot.bin - can be downloaded by existing eboot image and flashed.
;
MEMORY
; Name Start Size Type
; ------- -------- -------- ----
EBOOT 00030000 00030000 RAMIMAGE
RAM 00060000 00010000 RAM
; Driver globals area (used to pass config info to kernel, don't change unless
; you update config.bib) NOTE: We're using physical addresses here.
DRV_GLB 00008000 00001000 RESERVED
; Flash cache (used to store eboot.bin or nk.bin before flashing)
FCACHE 00070000 01F90000 RESERVED
CONFIG
COMPRESSION=OFF
KERNELFIXUPS=OFF
SRE=ON
; Eboot is build to run out of RAM, so ROMSTART and ROMSIZE correspond to the
; RAM address range specified above.
ROMSTART=00030000
ROMSIZE=00030000
ROMWIDTH=32
; ROMOFFSET applies to the BIN file sections and is used to "move" the image
; into flash. The bootloader image already on the system will be able to tell
; that the BIN file is destined for flash (versus RAM) based on the address
; formed by RAMIMAGE Start plus ROMOFFSET.
ROMOFFSET=33FD0000
MODULES
; Name Path Memory Type
; -------------- ---------------------------------------------- -----------
nk.exe $(_TARGETPLATROOT)\target\$(_TGTCPU)\$(WINCEDEBUG)\bootload.exe EBOOT
; EOF boot.bib
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -