feat: (iso9660) implement file read (for both interleaved and non-interleaved mode)
[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
6    to kernel space NOTE: This will make the kernel global.
7 */
8 // #define USE_KERNEL_PG
9
10 /*
11     Uncomment below to disable all assertion
12 */
13 // #define __LUNAIXOS_NASSERT__
14
15 #endif /* __LUNAIX_FLAGS_H */