X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/86a9cfeadbbe180abf6c8bd8c64c86957fdacfeb..0cf90cca0c924622f3fee8d2a3fafa8238363dc6:/lunaix-os/flags.h diff --git a/lunaix-os/flags.h b/lunaix-os/flags.h index 90a5a5a..61d12c9 100644 --- a/lunaix-os/flags.h +++ b/lunaix-os/flags.h @@ -1,10 +1,23 @@ #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. +#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 */