From 9aa0337dc1452a911ac52698c833246a618fc9f3 Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Fri, 29 Jul 2011 07:31:27 -0400 Subject: Map kernel high Very important to give qemu memory through PHYSTOP :( --- trap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'trap.c') diff --git a/trap.c b/trap.c index 6651f8e..3f80145 100644 --- a/trap.c +++ b/trap.c @@ -1,6 +1,7 @@ #include "types.h" #include "defs.h" #include "param.h" +#include "memlayout.h" #include "mmu.h" #include "proc.h" #include "x86.h" -- cgit v1.2.3