eboot.bib

来自「SAMSUNG S3C6410 CPU BSP for winmobile6」· BIB 代码 · 共 58 行

BIB
58
字号
;
; 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
;   ------- --------  --------  ----
    PTS		80000000  00020000  RESERVED
    ARGS	80020000  00000800  RESERVED
    STACK	80030000  00008000  RESERVED
    EBOOT	80038000  00080000  RAMIMAGE
    BINFS	800C0000  00025000  RESERVED
    RAM		86E00000  00200000  RAM

; Area used to cache nk.bin while programming flash
    FLSCACHE 80200000  03000000  RESERVED

	USB_BUF	 82000000  01F00000	 RESERVED

    DISPLAY  87000000  01000000  RESERVED

CONFIG
	COMPRESSION=OFF
	PROFILE=OFF
	KERNELFIXUPS=ON
;	ROMOFFSET=25FC8000
	SRE=ON

	ROMSTART = 80038000
	ROMWIDTH = 32
	ROMSIZE  = 00080000

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

⌨️ 快捷键说明

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