diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-04 22:33:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-04 22:33:04 +0000 |
commit | 36e531d0a0bf51a3c3aa118310edaa880f2dc5d4 (patch) | |
tree | 7180842fcb5502783854eb362a8feb20cb15995c /sys/arch/hppa/stand/Makefile.inc | |
parent | c86fc3a4340e66016d1143b0c844befe43e3c0bf (diff) |
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
Diffstat (limited to 'sys/arch/hppa/stand/Makefile.inc')
-rw-r--r-- | sys/arch/hppa/stand/Makefile.inc | 8 |
1 files changed, 4 insertions, 4 deletions
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 |