From owner-cvs-all@FreeBSD.ORG Tue Mar 30 19:04:31 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 8AF9916A4CE; Tue, 30 Mar 2004 19:04:31 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BD5643D31; Tue, 30 Mar 2004 19:04:31 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 7376065216; Wed, 31 Mar 2004 04:04:30 +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 42917-06; Wed, 31 Mar 2004 04:04:29 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 6851C6520F; Wed, 31 Mar 2004 04:04:29 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id AC1AB612C; Wed, 31 Mar 2004 04:04:28 +0100 (BST) Date: Wed, 31 Mar 2004 04:04:28 +0100 From: Bruce M Simpson To: David O'Brien Message-ID: <20040331030428.GI756@empiric.dek.spc.org> Mail-Followup-To: David O'Brien , Dag-Erling Sm?rgrav , juli mallett , Scott Long , John Baldwin , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200403261846.i2QIkVuT063179@repoman.freebsd.org> <200403261706.46836.jhb@FreeBSD.org> <20040326223518.GA78950@dragon.nuxi.com> <4064ED3E.4000407@freebsd.org> <20040327063641.GA85117@dragon.nuxi.com> <20040327071459.GA98009@FreeBSD.org> <20040327072259.GA85580@dragon.nuxi.com> <20040331020010.GA53349@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040331020010.GA53349@dragon.nuxi.com> cc: src-committers@FreeBSD.org cc: John Baldwin cc: juli mallett cc: cvs-src@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org cc: Dag-Erling Sm?rgrav Subject: Re: cvs commit: src/sys/boot/i386/boot0 boot0ext.s src/sys/boot/i386/boot0ext 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: Wed, 31 Mar 2004 03:04:31 -0000 On Tue, Mar 30, 2004 at 06:00:10PM -0800, David O'Brien wrote: > > > Sorry, but I'd like to have a useful boot0 -- one that tells me my > > > partition is something other than "???". That can't be done with a > > > 1-sector boot0. > > > > Are you sure that the bug you're seeing isn't the one that was fixed > > by this commit: > > 99% sure. Our boot0 doesn't understand all possbile MS partition types. I recognised this and was the one who put David up to this. :-) Other things, such as grokking EMBRs to allow boot from extended partitions, or support for serial console other than COM1, can't be done in the 512-byte space we currently have. But because of system incompatibilities, I would emphasize boot0ext remain purely optional; and added to son-of-sysinstall with the relevant warnings. BMS