From owner-svn-src-head@FreeBSD.ORG Thu Dec 11 19:59:36 2008 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5FB51065670; Thu, 11 Dec 2008 19:59:36 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id A8A578FC0C; Thu, 11 Dec 2008 19:59:36 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id mBBJMlRA028565; Thu, 11 Dec 2008 11:22:47 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.2/Submit) id mBBJMlmD028564; Thu, 11 Dec 2008 11:22:47 -0800 (PST) (envelope-from obrien) Date: Thu, 11 Dec 2008 11:22:47 -0800 From: "David O'Brien" To: Luigi Rizzo Message-ID: <20081211192247.GB28382@dragon.NUXI.org> References: <200812021457.mB2Evmha063418@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200812021457.mB2Evmha063418@svn.freebsd.org> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r185562 - head/sys/boot/i386/boot0 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2008 19:59:36 -0000 On Tue, Dec 02, 2008 at 02:57:48PM +0000, Luigi Rizzo wrote: > Author: luigi > Date: Tue Dec 2 14:57:48 2008 > New Revision: 185562 > URL: http://svn.freebsd.org/changeset/base/185562 .. > BIOSes can be hooked to PXE) by pressing F6. There is unfortunately > no room to print the additional menu option. > Also, to make room for the code, the 'Default: ' string is > changed to 'Boot: ' JHB had patches to increase the size of boot0 to two sectors. It was at first deemed unsuitable due to buggy BIOS's. This isn't really an issue any more. After that, other things were done that a single sector was enough space for boot0. What do you think about growing boot0 to two sectors to give more room for features?