git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
feat: capability list to enable greater flexibility of devices
[lunaix-os.git]
/
lunaix-os
/
flags.h
diff --git
a/lunaix-os/flags.h
b/lunaix-os/flags.h
index 61d12c92e729edc1e20f28751ab667919ba5d765..7f9835fb172d8f1e9cb56b8e92e36c80301fcc32 100644
(file)
--- a/
lunaix-os/flags.h
+++ b/
lunaix-os/flags.h
@@
-1,7
+1,7
@@
#ifndef __LUNAIX_FLAGS_H
#define __LUNAIX_FLAGS_H
#ifndef __LUNAIX_FLAGS_H
#define __LUNAIX_FLAGS_H
-#if
def __ARCH_IA32
+#if
__ARCH__ == i386
#define PLATFORM_TARGET "x86_32"
#else
#define PLATFORM_TARGET "unknown"
#define PLATFORM_TARGET "x86_32"
#else
#define PLATFORM_TARGET "unknown"
@@
-9,12
+9,6
@@
#define LUNAIX_VER "0.0.1-dev"
#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
*/
/*
Uncomment below to disable all assertion
*/