summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-01-14 01:45:51 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-01-14 01:45:51 +0000
commit7d99d1eb35ee8d037e426b4bb8e04e943a7c16da (patch)
tree16762a709c90e0745abb0eaec6b6c70e97ae86b3 /sys/arch
parentc4a8175453c15ce76716955589945a423dfe696f (diff)
Revert previous; this will cause issues on some machines, says drahn@
Diffstat (limited to 'sys/arch')
-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 b43bf2e6029..dbf25a51685 100644
--- a/sys/arch/i386/include/param.h
+++ b/sys/arch/i386/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.25 2004/01/13 23:56:56 miod Exp $ */
+/* $OpenBSD: param.h,v 1.26 2004/01/14 01:45:50 miod Exp $ */
/* $NetBSD: param.h,v 1.29 1996/03/04 05:04:26 cgd Exp $ */
/*-
@@ -83,7 +83,7 @@
*/
#define KERNBASE 0xd0000000
-#define KERNTEXTOFF (KERNBASE+0x100120) /* start of kernel text */
+#define KERNTEXTOFF (KERNBASE+0x100000) /* start of kernel text */
#define BTOPKERNBASE ((u_long)KERNBASE >> PGSHIFT)
#define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */