* fix an issue that execve attempts to parse directory as elf file.
[lunaix-os.git] / lunaix-os / flags.h
1 #ifndef __LUNAIX_FLAGS_H
2 #define __LUNAIX_FLAGS_H
3
4 #if __ARCH__ == i386
5 #define PLATFORM_TARGET "x86_32"
6 #else
7 #define PLATFORM_TARGET "unknown"
8 #endif
9
10 #define LUNAIX_VER "0.0.1-dev"
11
12 /*
13     Uncomment below to disable all assertion
14 */
15 // #define __LUNAIXOS_NASSERT__
16
17 #endif /* __LUNAIX_FLAGS_H */