diff options
author | Brandon Creighton <bjc@cvs.openbsd.org> | 2000-10-04 04:03:11 +0000 |
---|---|---|
committer | Brandon Creighton <bjc@cvs.openbsd.org> | 2000-10-04 04:03:11 +0000 |
commit | d961aa160d1016defabda6ec0c64c5af707f1b4d (patch) | |
tree | f706dace2f935f20d2100ebd9814a9ecd9fc3b0a /sys/arch/vax | |
parent | ebaf656d9f8f19db73f7c4e59d520e69120624e2 (diff) |
relocate rpb higher in memory; move it out of the way of the incoming
kernel
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/boot/Makefile.inc | 6 | ||||
-rw-r--r-- | sys/arch/vax/stand/Makefile.inc | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/vax/boot/Makefile.inc b/sys/arch/vax/boot/Makefile.inc index 00fb9fa1f39..1df25851203 100644 --- a/sys/arch/vax/boot/Makefile.inc +++ b/sys/arch/vax/boot/Makefile.inc @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.1 2000/04/27 02:34:50 bjc Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2000/10/04 04:03:10 bjc Exp $ # $NetBSD: Makefile.inc,v 1.2 1999/07/18 05:55:45 abs Exp $ -XXRPB=0x1F4240 -RELOC=0x2f0000 +XXRPB=0x354240 +RELOC=0x39F000 .PATH: ${.CURDIR}/../../vax ${.CURDIR}/../common CPPFLAGS+=-I${.CURDIR}/../../../../ -I${.CURDIR}/../../ -I${.CURDIR}/../common -I${.CURDIR}/../../include diff --git a/sys/arch/vax/stand/Makefile.inc b/sys/arch/vax/stand/Makefile.inc index 00fb9fa1f39..1df25851203 100644 --- a/sys/arch/vax/stand/Makefile.inc +++ b/sys/arch/vax/stand/Makefile.inc @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.1 2000/04/27 02:34:50 bjc Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2000/10/04 04:03:10 bjc Exp $ # $NetBSD: Makefile.inc,v 1.2 1999/07/18 05:55:45 abs Exp $ -XXRPB=0x1F4240 -RELOC=0x2f0000 +XXRPB=0x354240 +RELOC=0x39F000 .PATH: ${.CURDIR}/../../vax ${.CURDIR}/../common CPPFLAGS+=-I${.CURDIR}/../../../../ -I${.CURDIR}/../../ -I${.CURDIR}/../common -I${.CURDIR}/../../include |