aboutsummaryrefslogtreecommitdiff
path: root/common/subarch.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/subarch.h')
-rw-r--r--common/subarch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/subarch.h b/common/subarch.h
index 28e2d1d..284d6ed 100644
--- a/common/subarch.h
+++ b/common/subarch.h
@@ -10,5 +10,6 @@
#define PAGE_SIZE 4096
#define STACK_PAGES 16
#define KSEG0ADDR(addr) (((addr) & 0x1fffffff) | 0x80000000)
+#define KSEG1ADDR(addr) (((addr) & 0x1fffffff) | 0xa0000000)
#endif