?? config.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 + -