X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/a9cfeffd21239290ab1da46a952fe5789ae3f6de..0765e7c133eb393d8cd0292af444543c2edf8ccc:/lunaix-os/flags.h?ds=sidebyside diff --git a/lunaix-os/flags.h b/lunaix-os/flags.h index 61d12c9..7f9835f 100644 --- a/lunaix-os/flags.h +++ b/lunaix-os/flags.h @@ -1,7 +1,7 @@ #ifndef __LUNAIX_FLAGS_H #define __LUNAIX_FLAGS_H -#ifdef __ARCH_IA32 +#if __ARCH__ == i386 #define PLATFORM_TARGET "x86_32" #else #define PLATFORM_TARGET "unknown" @@ -9,12 +9,6 @@ #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 */