From 15997d58497f4c716c227787acf9591439e5fe9c Mon Sep 17 00:00:00 2001 From: Robert Morris Date: Wed, 31 Aug 2011 09:48:52 -0400 Subject: move the kernel to 0x80000000 --- memlayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'memlayout.h') diff --git a/memlayout.h b/memlayout.h index c2879b1..e155e07 100644 --- a/memlayout.h +++ b/memlayout.h @@ -5,7 +5,7 @@ #define DEVSPACE 0xFE000000 // Other devices are at high addresses // Key addresses for address space layout (see kmap in vm.c for the layout) -#define KERNBASE 0xF0000000 // First kernel virtual address +#define KERNBASE 0x80000000 // First kernel virtual address #define KERNLINK (KERNBASE+EXTMEM) // Address where kernel is linked #ifndef __ASSEMBLER__ -- cgit v1.2.3