From owner-freebsd-current@FreeBSD.ORG Mon Jan 5 12:32:18 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 780F216A4CE; Mon, 5 Jan 2004 12:32:18 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67F7A43D31; Mon, 5 Jan 2004 12:32:14 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id HAA31837; Tue, 6 Jan 2004 07:32:11 +1100 Date: Tue, 6 Jan 2004 07:32:10 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "David O'Brien" In-Reply-To: <20040105175619.GF25184@dragon.nuxi.com> Message-ID: <20040106072020.O7281@gamplex.bde.org> References: <20040103233044.N17367@root.org> <20040104.003330.54786488.imp@bsdimp.com> <20040105162219.A3687@gamplex.bde.org> <20040105215501.M5112@gamplex.bde.org> <20040105175619.GF25184@dragon.nuxi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Bruce M Simpson cc: current@FreeBSD.org cc: nate@root.org Subject: Re: Serial console only works after reboot? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2004 20:32:18 -0000 On Mon, 5 Jan 2004, David O'Brien wrote: > On Mon, Jan 05, 2004 at 10:34:04PM +1100, Bruce Evans wrote: > > A feature could be left out to make room. (The boot0 that I use has a > > completely different feature set.) > > What's the feature set of yours? It prints the partition table in a fairly raw mode, and has its own idea of the default boot partition, and is missing the negative feature of writing to the partition table to set the active partition (some OS's may need this but most don't. I just set the active flag in the Win/DOS partition, if any, and boot other partitions using the default or manually). boot0 is mostly better, but I don't need it yet. Bruce