ipl.bib

来自「三星2440原版bsp」· BIB 代码 · 共 39 行

BIB
39
字号
;
; 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.
;

MEMORY
;   Name      Start     Size      Type
;   -------   --------  --------  ----
    PTS       80000000  00020000  RESERVED
    ARGS      80020000  00000800  RESERVED
    IPL       80138000  00020000  RAMIMAGE

    BPART_BUF 81121000  00021000  RESERVED
    STACK     81242000  00004000  RESERVED
    RAM       81346000  00100000  RAM

    DISPLAY   83F00000  00100000  RESERVED

CONFIG
	COMPRESSION=ON
	PROFILE=OFF
	KERNELFIXUPS=ON

	ROMSTART=80138000
	ROMWIDTH=32
	ROMSIZE=0000B000

MODULES
;   Name        Path                                                           Memory Type
;   ----------  ----------------------------------------------------------     -----------
    nk.exe      $(_TARGETPLATROOT)\target\$(_TGTCPU)\$(WINCEDEBUG)\ipl.exe     IPL

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?