1 #ifndef __LUNAIX_FLAGS_H
2 #define __LUNAIX_FLAGS_H
5 #define PLATFORM_TARGET "x86_32"
7 #define PLATFORM_TARGET "unknown"
10 #define LUNAIX_VER "0.0.1-dev"
13 Uncomment below to force LunaixOS use kernel page table when context switch
14 to kernel space NOTE: This will make the kernel global.
16 // #define USE_KERNEL_PG
19 Uncomment below to disable all assertion
21 // #define __LUNAIXOS_NASSERT__
23 #endif /* __LUNAIX_FLAGS_H */