📄 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.
;
;******************************************************************************
;*
;* System On Chip(SOC)
;*
;* Copyright (c) 2002 Software Center, Samsung Electronics, Inc.
;* All rights reserved.
;*
;* This software is the confidential and proprietary information of Samsung
;* Electronics, Inc("Confidential Information"). You Shall not disclose such
;* Confidential Information and shall use it only in accordance with the terms
;* of the license agreement you entered into Samsung.
;*
;******************************************************************************
MEMORY
; Name Start Size Type
; ------- -------- -------- ----
IF BSP_SMDK2443_CFG
ARGS 8C020800 00000800 RESERVED
STACK 8C030000 00008000 RESERVED
EBOOT 8C038000 00080000 RAMIMAGE
RAM 8C0C0000 00040000 RAM
BINFS 8C180000 00400000 RESERVED
; Area used to cache nk.bin while programming flash
FLSCACHE 8C800000 01800000 RESERVED
DISPLAY 8C100000 00080000 RESERVED
CONFIG
COMPRESSION=OFF
PROFILE=OFF
KERNELFIXUPS=ON
; ROMOFFSET=25FC8000
SRE=ON
ROMSTART=8C038000
ROMWIDTH=32
ROMSIZE=80000
ENDIF
IF BSP_SMDK2450_CFG
ARGS 80020800 00000800 RESERVED
STACK 80030000 00008000 RESERVED
EBOOT 80038000 00080000 RAMIMAGE
RAM 800C0000 00040000 RAM
BINFS 80180000 00400000 RESERVED
BINFS 83C40000 00400000 RESERVED
; Area used to cache nk.bin while programming flash
FLSCACHE 80200000 01800000 RESERVED
DISPLAY 80100000 00080000 RESERVED
CONFIG
COMPRESSION=OFF
PROFILE=OFF
KERNELFIXUPS=ON
SRE=ON
ROMSTART=80038000
ROMWIDTH=32
ROMSIZE=80000
ENDIF
MODULES
; Name Path Memory Type
; -------------- ---------------------------------------------- -----------
nk.exe $(_TARGETPLATROOT)\target\$(_TGTCPU)\$(WINCEDEBUG)\eboot.exe EBOOT
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -