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 :( --- sysproc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysproc.c') diff --git a/sysproc.c b/sysproc.c index efaa372..2a92c48 100644 --- a/sysproc.c +++ b/sysproc.c @@ -2,6 +2,7 @@ #include "x86.h" #include "defs.h" #include "param.h" +#include "memlayout.h" #include "mmu.h" #include "proc.h" -- cgit v1.2.3