aboutsummaryrefslogtreecommitdiff
path: root/kernel/config.h
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ens.fr>2014-12-16 21:21:46 +0100
committerAlex Auvolat <alex.auvolat@ens.fr>2014-12-16 21:21:46 +0100
commitab35e5fac02f11f0bd742020b112a09e5b1f2de5 (patch)
treec7b401662f8dabc1f9976cbd387a2b1abc32ac56 /kernel/config.h
parentbafc8298c68dc1a631ef818710311c01eccec137 (diff)
downloadmacroscope-ab35e5fac02f11f0bd742020b112a09e5b1f2de5.tar.gz
macroscope-ab35e5fac02f11f0bd742020b112a09e5b1f2de5.zip
Add simple hash table implementation.
Diffstat (limited to 'kernel/config.h')
-rw-r--r--kernel/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/config.h b/kernel/config.h
index 2de43af..a0e59d3 100644
--- a/kernel/config.h
+++ b/kernel/config.h
@@ -13,6 +13,8 @@
#error "This kernel needs to be compiled with a ix86-elf compiler"
#endif
+#define IN_KERNEL
+
#define K_HIGHHALF_ADDR ((size_t)0xC0000000)
#define OS_NAME "macrO.Scope"