summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2000-10-27 09:36:34 +0000
committerdfr <dfr@FreeBSD.org>2000-10-27 09:36:34 +0000
commit82332e4bd5c07c0f75d5c47306fe9aaa8d746029 (patch)
treed9456b702c78d9df9342bea7dc3e7c1786ef6b61 /sys
parentf914715e89446f0af04221e10afdbb16b5aca97e (diff)
downloadFreeBSD-src-82332e4bd5c07c0f75d5c47306fe9aaa8d746029.zip
FreeBSD-src-82332e4bd5c07c0f75d5c47306fe9aaa8d746029.tar.gz
Backout revision 1.7 which was a bad idea since it would force people
to reinstall boot1 after a 'make world'. Unfortunately this means that people who have already installed a new boot1 from a 'make world' after 2000/09/18 *must* reinstall it after their next build using something like: # disklabel -B /dev/da0c
Diffstat (limited to 'sys')
-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 163d7b7..cd9f18a 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
OpenPOWER on IntegriCloud