1 #ifndef __LUNAIX_FLAGS_H
2 #define __LUNAIX_FLAGS_H
5 Uncomment below to force LunaixOS use kernel page table when context switch
6 to kernel space NOTE: This will make the kernel global.
8 // #define USE_KERNEL_PG
11 Uncomment below to disable all assertion
13 // #define __LUNAIXOS_NASSERT__
15 #endif /* __LUNAIX_FLAGS_H */