sl@0
|
1 |
;Enable/Disable log to debug output
|
sl@0
|
2 |
LogToDebugger=1
|
sl@0
|
3 |
;Enable/Disable log to %temp%\epocwind.out
|
sl@0
|
4 |
;LogToFile=1
|
sl@0
|
5 |
LogToFile=0
|
sl@0
|
6 |
; Comment out to get the default extensions
|
sl@0
|
7 |
Extension=btracex.ldd;elocd.ldd
|
sl@0
|
8 |
; Don't bother with platsec for now
|
sl@0
|
9 |
PlatSecEnforcement=Off
|
sl@0
|
10 |
; We are not loading the windows server
|
sl@0
|
11 |
NoGui=1
|
sl@0
|
12 |
|
sl@0
|
13 |
;Default drives are from the binary directory <bin-dir>\c and <bin-dir>\d
|
sl@0
|
14 |
;Specify the C drive root
|
sl@0
|
15 |
;_epoc_drive_c=d:\dev\epoc_drive_c
|
sl@1
|
16 |
;Default to the project directory which is typically the parent folder from the current directory
|
sl@1
|
17 |
_epoc_drive_c=@SYMC_DRIVE_C@
|
sl@0
|
18 |
;Specify the Z drive root
|
sl@0
|
19 |
;_epoc_drive_z=d:\dev\tsymc\z
|
sl@0
|
20 |
|
sl@1
|
21 |
;Default is 63 MB, Zero sets it to 1GB
|
sl@1
|
22 |
MegabytesOfFreeMemory=128
|
sl@1
|
23 |
|
sl@0
|
24 |
;Debug mode
|
sl@0
|
25 |
JustInTime=1
|
sl@0
|
26 |
|
sl@0
|
27 |
;DebugMask defines which debug message should be logged. See nk_trace.h
|
sl@0
|
28 |
;Here are the available falgs:
|
sl@0
|
29 |
;ALWAYS
|
sl@0
|
30 |
;BOOT DEVICE DFC DLL EVENT EXEC DEBUGGER EXTENSION FAIL HARDWARE IPC
|
sl@0
|
31 |
;LOCDRV MEMTRACE MMU NKERN OBJECT PANIC PBUS1 PBUS2 PBUSDRV POWER PROC
|
sl@0
|
32 |
;SCHED SCHED2 SCRATCH SEMAPHORE SERVER THREAD THREAD2 TIMING DMA MMU2
|
sl@0
|
33 |
DebugMask=0
|
sl@0
|
34 |
; DebugMask usage examples:
|
sl@0
|
35 |
;DebugMask=+DLL
|
sl@0
|
36 |
;DebugMask=ALWAYS -SCHED -SCHED2
|
sl@0
|
37 |
|
sl@0
|
38 |
;DO NOT enable both crazy stuff at once
|
sl@0
|
39 |
;Crazy priorities
|
sl@0
|
40 |
CrazyScheduling=off
|
sl@0
|
41 |
;Crazy delay, looks like it helps with our __NK_ASSERT_ALWAYS(!me.iDiverted) crashes
|
sl@0
|
42 |
;debugmask2=0x20 |