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

📄 config.bib

📁 该BSP是基于PXA270+WINCE的BSP
💻 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.
;

;
; config.bib
;

IF IMGULDR
; Update Loader image for WM Image Update

#include "$(_FLATRELEASEDIR)\config_uldr.bib"

ELSE
; WinCE image

#include "$(_FLATRELEASEDIR)\config_cebase.bib"

ENDIF


; CONFIG Section Common Settings

    KERNELFIXUPS=ON

; @CESYSGEN IF !NK_NKNOCOMP
   COMPRESSION=ON
; @CESYSGEN ENDIF !NK_NKNOCOMP
; @CESYSGEN IF NK_NKNOCOMP
; @CESYSGEN ENDIF NK_NKNOCOMP

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

IF IMGULDR !
IF IMGPAGINGPOOL 
#if $(PAGINGPOOLSIZE)==$()
; 4.5MB page pool makes sense when not XIPing, 2MB is better for XIPing
; You can reserve an area of RAM (~2MB) for the page pool (see arm4sku.bib) which IMGFS
; uses to page code in and out of (otherwise, any code that抯 loaded into RAM stays there until the process goes away).
; It抣l cut down your RAM usage considerably.  Customers may need to tune the size for best performance.


        #define PAGINGPOOLSIZE 00480000
#endif
    
    cbNKPagingPoolSize 00000000 $(PAGINGPOOLSIZE)  FIXUPVAR
ENDIF IMGPAGINGPOOL
ENDIF

⌨️ 快捷键说明

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