diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-03-29 20:18:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-03-29 20:18:45 +0000 |
commit | 53b8ad2af2b626f74e43086bb684d1bf93993c87 (patch) | |
tree | 38113396997e35744a5a544b06645f32c2a17e62 /sys | |
parent | e864416cb181bb187bca7663761ae743b5f8452f (diff) |
Link IP22 kernels at 8MB rather than 1MB, to prevent bsd.rd from overlapping
the PROM data area.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sgi/conf/GENERIC-IP22 | 4 | ||||
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK-IP22 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sgi/conf/GENERIC-IP22 b/sys/arch/sgi/conf/GENERIC-IP22 index c062b6c4cb4..bdf9fd12a56 100644 --- a/sys/arch/sgi/conf/GENERIC-IP22 +++ b/sys/arch/sgi/conf/GENERIC-IP22 @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-IP22,v 1.1 2012/03/28 20:44:23 miod Exp $ +# $OpenBSD: GENERIC-IP22,v 1.2 2012/03/29 20:18:44 miod Exp $ # # THIS KERNEL IS FOR INDIGO (IP20), INDY (IP22) AND INDIGO2 (IP24) SYSTEMS ONLY. # @@ -16,7 +16,7 @@ include "../../../conf/GENERIC" maxusers 32 # Estimated number of users # Make options -makeoption LINK_ADDRESS="0xffffffff88100000" +makeoption LINK_ADDRESS="0xffffffff88800000" # Force use of 16KB pages. The R5000 Indy, which has the infamous XKPHYS # coherency bug wrt ll/sc instructions, can not have more than 256MB of # physical memory, all of it fitting within CKSEG0. diff --git a/sys/arch/sgi/conf/RAMDISK-IP22 b/sys/arch/sgi/conf/RAMDISK-IP22 index 91e2e00f390..87f30395859 100644 --- a/sys/arch/sgi/conf/RAMDISK-IP22 +++ b/sys/arch/sgi/conf/RAMDISK-IP22 @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-IP22,v 1.1 2012/03/28 20:44:23 miod Exp $ +# $OpenBSD: RAMDISK-IP22,v 1.2 2012/03/29 20:18:44 miod Exp $ # # THIS KERNEL IS FOR INDIGO (IP20), INDY (IP22) AND INDIGO2 (IP24) SYSTEMS ONLY. @@ -9,7 +9,7 @@ option TIMEZONE=0 # minutes west of GMT (for) option DST=0 # use daylight savings rules # Make options -makeoption LINK_ADDRESS="0xffffffff88100000" +makeoption LINK_ADDRESS="0xffffffff88800000" # Force use of 16KB pages. The R5000 Indy, which has the infamous XKPHYS # coherency bug wrt ll/sc instructions, can not have more than 256MB of # physical memory, all of it fitting within CKSEG0. |