boot.bib
来自「S3C24A0的完整BSP包,对开发此芯片的开发者很有用.」· BIB 代码 · 共 46 行
BIB
46 行
;*****************************************************************************
; 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 80010000 00010000 RESERVED
BIN_FS 80021000 00005000 RESERVED
RAM 80026000 00006000 RAM
STACK 8002c000 00004000 RESERVED
EBOOT 80038000 00040000 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 81000000 01000000 RESERVED
CONFIG
COMPRESSION=OFF
PROFILE=OFF
KERNELFIXUPS=ON
SRE=ON
ROMSTART=80038000
ROMWIDTH=32
; N.B: boot media block size aligned
ROMSIZE=40000
MODULES
; Name Path Memory Type
; -------------- ---------------------------------------------- -----------
nk.exe $(_TARGETPLATROOT)\target\$(_TGTCPU)\$(WINCEDEBUG)\EBOOT.exe EBOOT
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?