From d961aa160d1016defabda6ec0c64c5af707f1b4d Mon Sep 17 00:00:00 2001 From: Brandon Creighton Date: Wed, 4 Oct 2000 04:03:11 +0000 Subject: relocate rpb higher in memory; move it out of the way of the incoming kernel --- sys/arch/vax/boot/Makefile.inc | 6 +++--- sys/arch/vax/stand/Makefile.inc | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/arch/vax') 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 -- cgit v1.2.3