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.
This commit is contained in:
Matt Jacob 2000-09-18 08:17:57 +00:00
parent 4b3f16308b
commit 8c8c7c234b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66026

View File

@ -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