feat: No more kernel page table switching upon interrupt.
[lunaix-os.git] / lunaix-os / flags.h
diff --git a/lunaix-os/flags.h b/lunaix-os/flags.h
new file mode 100644 (file)
index 0000000..90a5a5a
--- /dev/null
@@ -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 */