X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/63ba0036aaf8ec77590db47d936942e78ff3ed6f..f09e806d5032150564df39a2f7b1192c4d84cf15:/lunaix-os/flags.h diff --git a/lunaix-os/flags.h b/lunaix-os/flags.h index d4262df..61d12c9 100644 --- a/lunaix-os/flags.h +++ b/lunaix-os/flags.h @@ -1,6 +1,14 @@ #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.