From owner-cvs-all Wed Oct 25 16:36: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF06A37B4C5; Wed, 25 Oct 2000 16:36:02 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA58536; Wed, 25 Oct 2000 16:36:02 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <200010252336.QAA58536@freefall.freebsd.org> From: Doug Rabson Date: Wed, 25 Oct 2000 16:36:02 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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