From 36e531d0a0bf51a3c3aa118310edaa880f2dc5d4 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 4 Mar 2008 22:33:04 +0000 Subject: Move bootblocks to just under 16MB instead of just under 8MB, because bsd.rd has grown to that point, as discovered by sthen. Discussed with Miod and Kettenis, and re-tested to work by sthen --- sys/arch/hppa/stand/Makefile.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch/hppa/stand/Makefile.inc') diff --git a/sys/arch/hppa/stand/Makefile.inc b/sys/arch/hppa/stand/Makefile.inc index e4a32b0bf65..d6bb0f83991 100644 --- a/sys/arch/hppa/stand/Makefile.inc +++ b/sys/arch/hppa/stand/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.16 2007/11/26 10:26:02 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.17 2008/03/04 22:33:03 deraadt Exp $ CFLAGS=${DEBUG} -Os -Wall -Werror CPPFLAGS+=-I${S} -I. -I${.CURDIR} @@ -10,9 +10,9 @@ SACFLAGS+=-fno-stack-protector #DEBUGFLAGS+=-DLIFDEBUG #DEBUGFLAGS+=-DEXEC_DEBUG #DEBUGFLAGS+=-DALLOC_TRACE -LINKADDR=0x780000 -LOADADDR=0x780000 -HEAP_LIMIT=0x7f8000 +LINKADDR=0xf80000 +LOADADDR=0xf80000 +HEAP_LIMIT=0xff8000 CLEANFILES+= machine DEBUGLIBS= no -- cgit v1.2.3