feat: lunadbg GDB plugin to ease kernel debugging process.
[lunaix-os.git] / lunaix-os / flags.h
index d4262dfa4fbbe921fc33da1672b4025991d8ef0e..7f9835fb172d8f1e9cb56b8e92e36c80301fcc32 100644 (file)
@@ -1,11 +1,13 @@
 #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
+#if __ARCH__ == i386
+#define PLATFORM_TARGET "x86_32"
+#else
+#define PLATFORM_TARGET "unknown"
+#endif
+
+#define LUNAIX_VER "0.0.1-dev"
 
 /*
     Uncomment below to disable all assertion