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