From owner-freebsd-hackers@FreeBSD.ORG Fri Oct 17 07:06:17 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D58116A4B3 for ; Fri, 17 Oct 2003 07:06:17 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 114C843FB1 for ; Fri, 17 Oct 2003 07:06:16 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 8C5E3653D4; Fri, 17 Oct 2003 15:06:14 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 64442-01-2; Fri, 17 Oct 2003 15:06:14 +0100 (BST) Received: from saboteur.dek.spc.org (82-147-18-81.dsl.uk.rapidplay.com [82.147.18.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 64B64653AE; Fri, 17 Oct 2003 15:06:12 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 6FA022F; Fri, 17 Oct 2003 15:06:11 +0100 (BST) Date: Fri, 17 Oct 2003 15:06:10 +0100 From: Bruce M Simpson To: Daniel O'Connor Message-ID: <20031017140610.GE678@saboteur.dek.spc.org> References: <16270.42776.767653.86364@whale.home-net> <200310171325.05020.doconnor@gsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310171325.05020.doconnor@gsoft.com.au> cc: John Reynolds cc: hackers@freebsd.org Subject: Re: boot0 screen output with dual-boot of FreeBSD / WinXP X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2003 14:06:17 -0000 On Fri, Oct 17, 2003 at 01:25:04PM +0930, Daniel O'Connor wrote: > Basically, no. There is no room left in boot0 :( > > I think you could do it by squeezing down some text strings, and removing > other [less common] entries though. That's what I had to do when I special-cased it for serial console support. If there's sufficient demand we could resurrect the 1024-byte boot0, but call it something else. BMS