summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/include/vm86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/vm86.h b/sys/i386/include/vm86.h
index b574e58..e33d720 100644
--- a/sys/i386/include/vm86.h
+++ b/sys/i386/include/vm86.h
@@ -100,7 +100,7 @@ struct vm86frame {
#define vmf_eflags eflags.r_ex
};
-#define VM86_PMAPSIZE 8
+#define VM86_PMAPSIZE 24
#define VMAP_MALLOC 1 /* page was malloced by us */
struct vm86context {
OpenPOWER on IntegriCloud