ipl.bib

来自「windows mobile 5 下的底层驱动包」· BIB 代码 · 共 40 行

BIB
40
字号
;
; 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       80021000  00020000  RAMIMAGE

    BPART_BUF 80121000  00020000  RESERVED
    STACK     80141000  00004000  RESERVED
    RAM       80145000  00100000  RAM

    DISPLAY   83F00000  00100000  RESERVED

CONFIG
	COMPRESSION=ON
	PROFILE=OFF
	KERNELFIXUPS=ON

	ROMOFFSET=31FDF000
	ROMSTART=80021000
	ROMWIDTH=32
	ROMSIZE=00020000

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

⌨️ 快捷键说明

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