Introducing LunaBuild to the build flow (#36)
[lunaix-os.git] / lunaix-os / flags.h
diff --git a/lunaix-os/flags.h b/lunaix-os/flags.h
deleted file mode 100644 (file)
index 61d12c9..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef __LUNAIX_FLAGS_H
-#define __LUNAIX_FLAGS_H
-
-#ifdef __ARCH_IA32
-#define PLATFORM_TARGET "x86_32"
-#else
-#define PLATFORM_TARGET "unknown"
-#endif
-
-#define LUNAIX_VER "0.0.1-dev"
-
-/*
-    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 */