From owner-cvs-all@FreeBSD.ORG Sun Aug 22 19:16:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2762A16A4CE; Sun, 22 Aug 2004 19:16:53 +0000 (GMT) Received: from smtp-vbr8.xs4all.nl (smtp-vbr8.xs4all.nl [194.109.24.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61BB843D39; Sun, 22 Aug 2004 19:16:50 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr8.xs4all.nl (8.12.11/8.12.11) with ESMTP id i7MJGnXf064901; Sun, 22 Aug 2004 21:16:49 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.11/8.12.9) with ESMTP id i7MJGm4l070707; Sun, 22 Aug 2004 21:16:48 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.12.11/8.12.11/Submit) id i7MJGmlT070706; Sun, 22 Aug 2004 21:16:48 +0200 (CEST) (envelope-from wb) Date: Sun, 22 Aug 2004 21:16:48 +0200 From: Wilko Bulte To: Doug Rabson Message-ID: <20040822191648.GA70654@freebie.xs4all.nl> References: <200408220624.i7M6OxAK010053@repoman.freebsd.org> <200408220940.18504.dfr@nlsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408220940.18504.dfr@nlsystems.com> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10-STABLE X-PGP: finger wilko@freebsd.org X-Virus-Scanned: by XS4ALL Virus Scanner cc: cvs-src@FreeBSD.ORG cc: Marcel Moolenaar cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/boot/alpha Makefile.inc src/sys/boot/ficl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Aug 2004 19:16:53 -0000 On Sun, Aug 22, 2004 at 09:40:18AM +0100, Doug Rabson wrote.. > On Sunday 22 August 2004 07:24, Marcel Moolenaar wrote: > > marcel 2004-08-22 06:24:59 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/boot/alpha Makefile.inc > > sys/boot/ficl Makefile > > Log: > > Part 2 of fixing the boot code: gcc 3.4 fixes. > > > > The whole problem seems to be size. Which is odd, because it is > > said that size doesn't matter. Anyway... Add -Os to strategic places > > in the makefile to have the final loader be as mall as possible. This > > seems to be enough to make it work. For now... I think something is > > more fundamentally wrong; or something more fundamental is wrong. > > Potato, potaato. > > Size does matter for the alpha loader. The firmware gives it 256k of > address space which we overflowed many years ago. I extended it in > sys/boot/alpha/common/main.c:extend_heap() by adding 512k to the > loader's mapped address space. It might be necessary to extend it a bit > further. High fives to Marcel I would say! When will this go into RELENG_5? I'm having a lot of fun with 5.3- builds failing so I would really love to see the mod go into RELENG_5 so that if/when a build finally succeeds it has the fixed loader included. Wilko -- Wilko Bulte wilko@FreeBSD.org