?? eboot.bib
字號:
;**********************************************************************
;
; Filename: boot.bib
;
; Description: EP9312 Boot Loader Source Module
;
; THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
; ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
; THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
; PARTICULAR PURPOSE.
;
; Use of this source code is subject to the terms of the Cirrus 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
; EULA.RTF on your install media.
;
; Copyright(c) Cirrus Logic Corporation 2005, All Rights Reserved
;
;**********************************************************************
;
; In our boot loader Physical = virtual.
;
MEMORY
; Name Start Size Type
; ------- -------- -------- ----
;
; Driver global area must be the same address as config.bib
;
DRV_GLB 00008000 00001000 RESERVED
;
; CS8950 Frame buffers.
;
CS8950 00010000 00030000 RESERVED
;
; Use the Ethernet Debug buffers for the RAMIMAGE
; and RAM.
;
EBOOT 00040000 00040000 RAMIMAGE
RAM 00080000 00040000 RAM
;
; Reserved for future use of a startup screen.
;
FRAMEBUF 000C0000 00140000 RESERVED
CONFIG
COMPRESSION=OFF
PROFILE=OFF
KERNELFIXUPS=OFF
ROMSTART=00040000
ROMWIDTH=32
ROMSIZE=20000
MODULES
; Name Path Memory Type
; -------------- ---------------------------------------------- -----------
;
; This is the paths for building under wince300.
; eboot.exe $(_PLATFORMROOT)\$(_TGTPLAT)\target\$(_TGTCPUTYPE)\$(_TGTCPU)\$(_TGTOS)\$(WINCEDEBUG)\eboot.exe EBOOT
nk.exe $(_TARGETPLATROOT)\target\$(_TGTCPU)\$(WINCEDEBUG)\eboot.exe EBOOT
; eboot.exe $(_TARGETPLATROOT)\target\$(_TGTCPU)\$(WINCEDEBUG)\eboot.exe EBOOT
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -