diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-17 16:52:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-17 16:52:07 +0000 |
commit | 83a5efcde20357c8fe0a60297557f47a951e2ed3 (patch) | |
tree | 97be3c7586d0e853d1e9ea7a154e7a14ac1f521c /sys/arch/i386/include/param.h | |
parent | 6f623063536af3e26395860b13502e5c9d6d631b (diff) |
grown i386 kvm to 512MB
Diffstat (limited to 'sys/arch/i386/include/param.h')
-rw-r--r-- | sys/arch/i386/include/param.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/arch/i386/include/param.h b/sys/arch/i386/include/param.h index 8890142ee52..f58b0729070 100644 --- a/sys/arch/i386/include/param.h +++ b/sys/arch/i386/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.6 1998/05/28 13:30:14 mickey Exp $ */ +/* $OpenBSD: param.h,v 1.7 1999/09/17 16:52:05 deraadt Exp $ */ /* $NetBSD: param.h,v 1.29 1996/03/04 05:04:26 cgd Exp $ */ /*- @@ -70,11 +70,8 @@ #define PGOFSET (NBPG-1) /* byte offset into page */ #define NPTEPG (NBPG/(sizeof (pt_entry_t))) -#define KERNBASE 0xf0000000 /* start of kernel virtual space */ -#if 0 -#define KERNSIZE 0x01800000 /* size of kernel virtual space */ -#endif -#define KERNTEXTOFF 0xf0100000 /* start of kernel text */ +#define KERNBASE 0xe0000000 /* start of kernel virtual space */ +#define KERNTEXTOFF (KERNBASE+0x100000) /* start of kernel text */ #define BTOPKERNBASE ((u_long)KERNBASE >> PGSHIFT) #define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */ |