X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/f69a7227ff3ad84af3651fe36162e131d4f2b323..1025235c72c31f7fa7b648c0e32ddcaa68a8f66a:/lunaix-os/flags.h diff --git a/lunaix-os/flags.h b/lunaix-os/flags.h deleted file mode 100644 index d4262df..0000000 --- a/lunaix-os/flags.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef __LUNAIX_FLAGS_H -#define __LUNAIX_FLAGS_H - -/* - Uncomment below to force LunaixOS use kernel page table when context switch - to kernel space NOTE: This will make the kernel global. -*/ -// #define USE_KERNEL_PG - -/* - Uncomment below to disable all assertion -*/ -// #define __LUNAIXOS_NASSERT__ - -#endif /* __LUNAIX_FLAGS_H */