⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 minkernellayout.bib

📁 6410BSP1
💻 BIB
字号:
;
; 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.
;


#define    NKSTART      80100000
#define    NKLEN        01F00000    ; 31MB (This may be minimized by OEM )
                                    ; If OEM want to minize kernel region then modify common.bib on public folder
                                    ; Sample common.bib is included in etc folder
                                    ; This must be adjusted, whenever you make image to get minimized kernel binary size.
#define    SYSTEMSTART  82000000    ; You must adjust this start point to be contigious 
#define    SYSTEMLEN    00EFC000    ; Also may need to adjust this for other image region or CHAIN region
#define    APPSTART     82EFC000    ; You must adjust this start point to be contigious 
#define    APPLEN       00100000    ; Also may need to adjust this for other image region or CHAIN region
#define    CHAIN_ADDRESS    83FFC000
IF SYSGEN_BINFS !
#define    RAMSTART     84000000    ; If you do not use BINFS, this must be shrinked to remain memory size 
#define    RAMLEN       01900000    ; 27MB (Will be auto-sized from the end of NK)
ELSE
#define    RAMSTART     80400000    ; 
#define    RAMLEN       05900000    ; 89MB (Will be auto-sized from the end of NK)
ENDIF   ; END of SYSGEN_BINFS !
#define    CHAIN_LENGTH     00004000


⌨️ 快捷键说明

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