From 8c8c7c234b331a612ac1e0b2b1652b79d31120b3 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Mon, 18 Sep 2000 08:17:57 +0000 Subject: [PATCH] Run SECONDARY_LOAD_ADDRESS down to 0x2000a000- this still leaves (barely) enough room for boot1 and gives us 8KB more to play with in the loader. --- sys/boot/alpha/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/alpha/Makefile.inc b/sys/boot/alpha/Makefile.inc index cd9f18a73e71..163d7b7f05d6 100644 --- a/sys/boot/alpha/Makefile.inc +++ b/sys/boot/alpha/Makefile.inc @@ -1,7 +1,7 @@ # $FreeBSD$ # Options used when building app-specific libalpha components PRIMARY_LOAD_ADDRESS= 0x20000000 # "Region 1 start" -SECONDARY_LOAD_ADDRESS= 0x2000c000 # "Region 1 start" + 48k +SECONDARY_LOAD_ADDRESS= 0x2000a000 # "Region 1 start" + 40k HEAP_LIMIT= 0x20040000 # "Region 1 start" + 256k DPADD+= ${DESTDIR}/${LIBDIR}/libstand.a LIBSTANDDIR= ${.CURDIR}/../../../../lib/libstand