📄 image_cfg.inc
字号:
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;
; Use of this sample source code is subject to the terms of the Microsoft
; license agreement under which you licensed this sample source code. If
; you did not accept the terms of the license agreement, you are not
; authorized to use this sample source code. For the terms of the license,
; please see the license agreement between you and Microsoft or, if applicable,
; see the LICENSE.RTF on your install media or the root of your tools installation.
; THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES.
;
;//
;//
;//
;// 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.
;//
;//------------------------------------------------------------------------------
;//
;// File: image_cfg.inc
;//
;// This file contains image layout definition. They should be consistent
;// with *.bib files and addrtab_cfg.inc mapping table. Generally saying
;// *.bib files constants should be determined from constants in this file
;// and mapping file (*.bib file values are virtual cached addresses for
;// Windows CE .Net OS, but physical address for IPL/EBOOT if they don't use
;// MMU).
;//
IMAGE_XLDR_STACK_PA EQU 0x40206000
IMAGE_XLDR_STACK_SIZE EQU 0x00001000
;// The complete IPL code, Eboot code, RAM and stack are moved to create contiguous block of memory on a 64MB
IMAGE_IPL_STACK_PA EQU 0xA1B90000
IMAGE_IPL_STACK_SIZE EQU 0x0001F800
;// The complete IPL code, Eboot code, RAM and stack are moved to create contiguous block of memory on a 64MB
IMAGE_EBOOT_STACK_PA EQU 0xA1B90000
IMAGE_EBOOT_STACK_SIZE EQU 0x0001F800
;//------------------------------------------------------------------------------
END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -