summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2000-09-18 08:17:57 +0000
committermjacob <mjacob@FreeBSD.org>2000-09-18 08:17:57 +0000
commit5e733c1a1715ad474cbeee6820412ecbc5546cc6 (patch)
tree545a75ac4b659fbd6849a4be23814c6c7eca61a9 /sys/boot
parent73a36ed9f135844114910a0ef1dfc128e67d916d (diff)
downloadFreeBSD-src-5e733c1a1715ad474cbeee6820412ecbc5546cc6.zip
FreeBSD-src-5e733c1a1715ad474cbeee6820412ecbc5546cc6.tar.gz
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.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/alpha/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/alpha/Makefile.inc b/sys/boot/alpha/Makefile.inc
index cd9f18a..163d7b7 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
OpenPOWER on IntegriCloud