summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-06-26 08:42:40 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-06-26 08:42:40 +0000
commitfea01b6fd2b872543f58dc2e0659983978a92e70 (patch)
treeb0d0b4dd36efe41b3510fe6764ddba7d0250e580 /sys/arch/i386/include
parent3eec6080a3cc0fb5d4a7fc2bbd953cd603b70bf5 (diff)
Bump i386 kvm size to 768M.
deraadt@ ok.
Diffstat (limited to 'sys/arch/i386/include')
-rw-r--r--sys/arch/i386/include/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/include/param.h b/sys/arch/i386/include/param.h
index 572ccded632..55bc89bda43 100644
--- a/sys/arch/i386/include/param.h
+++ b/sys/arch/i386/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.20 2001/12/05 18:21:52 drahn Exp $ */
+/* $OpenBSD: param.h,v 1.21 2002/06/26 08:42:39 art Exp $ */
/* $NetBSD: param.h,v 1.29 1996/03/04 05:04:26 cgd Exp $ */
/*-
@@ -75,7 +75,7 @@
#define NPTEPG (NBPG/(sizeof (pt_entry_t)))
-#define KERNBASE 0xe0000000 /* start of kernel virtual space */
+#define KERNBASE 0xd0000000 /* start of kernel virtual space */
#define KERNTEXTOFF (KERNBASE+0x100000) /* start of kernel text */
#define BTOPKERNBASE ((u_long)KERNBASE >> PGSHIFT)