summaryrefslogtreecommitdiff
path: root/sys
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
parent3eec6080a3cc0fb5d4a7fc2bbd953cd603b70bf5 (diff)
Bump i386 kvm size to 768M.
deraadt@ ok.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/conf/Makefile.i3864
-rw-r--r--sys/arch/i386/include/param.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386
index 412aae0c216..b7d7d15981a 100644
--- a/sys/arch/i386/conf/Makefile.i386
+++ b/sys/arch/i386/conf/Makefile.i386
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.i386,v 1.29 2002/06/22 14:05:51 millert Exp $
+# $OpenBSD: Makefile.i386,v 1.30 2002/06/26 08:42:39 art Exp $
# $NetBSD: Makefile.i386,v 1.67 1996/05/11 16:12:11 mycroft Exp $
# Makefile for OpenBSD
@@ -52,7 +52,7 @@ CMACHFLAGS=
COPTS?= -O2
CFLAGS= ${DEBUG} ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE}
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE
-LINKFLAGS= -z -Ttext E0100000 -e start
+LINKFLAGS= -z -Ttext D0100000 -e start
STRIPFLAGS= -d
HOSTCC= ${CC}
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)