X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/0067bc210e621ccda286092d081a7890d65e1c18..86a9cfeadbbe180abf6c8bd8c64c86957fdacfeb:/lunaix-os/flags.h?ds=sidebyside diff --git a/lunaix-os/flags.h b/lunaix-os/flags.h new file mode 100644 index 0000000..90a5a5a --- /dev/null +++ b/lunaix-os/flags.h @@ -0,0 +1,10 @@ +#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 + +#endif /* __LUNAIX_FLAGS_H */