diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2000-10-27 09:36:34 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2000-10-27 09:36:34 +0000 |
| commit | 445516e4e0da267b33e76574f774b06de6e0c365 (patch) | |
| tree | c792fcf2799cc0120b68dddfcc6dbbd3e9b4ff35 /sys | |
| parent | 9d087b798dd6e8f90ca1e84ffc1159dbca378ac7 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/alpha/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/alpha/Makefile.inc b/sys/boot/alpha/Makefile.inc index 163d7b7f05d6d..cd9f18a73e718 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= 0x2000a000 # "Region 1 start" + 40k +SECONDARY_LOAD_ADDRESS= 0x2000c000 # "Region 1 start" + 48k HEAP_LIMIT= 0x20040000 # "Region 1 start" + 256k DPADD+= ${DESTDIR}/${LIBDIR}/libstand.a LIBSTANDDIR= ${.CURDIR}/../../../../lib/libstand |
