From 445516e4e0da267b33e76574f774b06de6e0c365 Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Fri, 27 Oct 2000 09:36:34 +0000 Subject: 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 --- sys/boot/alpha/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') 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 -- cgit v1.3