minkernellayout.bib

来自「6410BSP1」· BIB 代码 · 共 32 行

BIB
32
字号
;
; 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 + =
减小字号Ctrl + -
显示快捷键?