Date: Wed, 25 Oct 2000 16:36:02 -0700 (PDT) From: Doug Rabson <dfr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/common main.c src/sys/boot/alpha/libalpha start.S Message-ID: <200010252336.QAA58536@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dfr 2000/10/25 16:36:02 PDT Modified files: sys/boot/alpha/common main.c sys/boot/alpha/libalpha start.S Log: Move the call to extend_heap() from main to start so that if our BSS expands beyond the limit we will extend the address space before trying to zero the BSS. This should give us plenty of headroom for modest expansion of the loader. Revision Changes Path 1.13 +3 -4 src/sys/boot/alpha/common/main.c 1.8 +5 -1 src/sys/boot/alpha/libalpha/start.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010252336.QAA58536>