refactor: kernel space yield() for controllable, flexible task switching
[lunaix-os.git] / lunaix-os / flags.h
1 #ifndef __LUNAIX_FLAGS_H
2 #define __LUNAIX_FLAGS_H
3
4 /* 
5     Uncomment below to force LunaixOS use kernel page table when context switch to kernel space 
6     NOTE: This will make the kernel global.
7 */
8 // #define USE_KERNEL_PG
9
10 #endif /* __LUNAIX_FLAGS_H */