config.bib

来自「SMDK2440 s3c2440 WINCE 5.00 bsp 编译通过」· BIB 代码 · 共 57 行

BIB
57
字号
;
; 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
    NK      80001000  01E00000  RAMIMAGE
    RAM     8C200000  01E00000  RAM
    FLASH   92000000  00100000  RESERVED

; Common RAM areas
	AUD_DMA     		8c002000  00000800  RESERVED 
    SDIO_DMA            8c010000  00010000  RESERVED
    ARGS                8C020800  00000800  RESERVED
	DBGSER_DMA  		8c022000  00002000  RESERVED
	SER_DMA     		8c024000  00002000  RESERVED
	IR_DMA      		8c026000  00002000  RESERVED
	EDBG        		8c030000  00020000  RESERVED
	DISPLAY     		8c100000  00100000  RESERVED    

CONFIG
    COMPRESSION=ON
    KERNELFIXUPS=ON

IF IMGPROFILER   
    PROFILE=ON
ELSE
    PROFILE=OFF
ENDIF

;
; ROMFLAGS is a bitmask of options for the kernel
;   ROMFLAGS    0x0001      Disallow Paging
;   ROMFLAGS    0x0002      Not all KMode
;   ROMFLAGS    0x0010      Trust Module only
;
IF IMGTRUSTROMONLY
    IF IMGNOTALLKMODE
       ROMFLAGS=12
    ELSE
       ROMFLAGS=10
    ENDIF
ELSE
    IF IMGNOTALLKMODE
       ROMFLAGS=02
    ELSE
       ROMFLAGS=00
    ENDIF
ENDIF

⌨️ 快捷键说明

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