X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/86a9cfeadbbe180abf6c8bd8c64c86957fdacfeb..59ecf21e36b2332f6adf2a568ef555283d8c119a:/lunaix-os/flags.h diff --git a/lunaix-os/flags.h b/lunaix-os/flags.h index 90a5a5a..7f9835f 100644 --- a/lunaix-os/flags.h +++ b/lunaix-os/flags.h @@ -1,10 +1,17 @@ #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. +#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 */ -// #define USE_KERNEL_PG +// #define __LUNAIXOS_NASSERT__ #endif /* __LUNAIX_FLAGS_H */