summaryrefslogtreecommitdiff
path: root/memlayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'memlayout.h')
-rw-r--r--memlayout.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/memlayout.h b/memlayout.h
new file mode 100644
index 0000000..a33f347
--- /dev/null
+++ b/memlayout.h
@@ -0,0 +1,3 @@
+#define EXTPHYSMEM 0x100000
+
+#define KADDR(a) ((void *) a)