Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2003 20:27:06 +0100
From:      Bruce M Simpson <bms@spc.org>
To:        Scott Long <scottl@freebsd.org>
Cc:        "Scott M. Likens" <damm@fpsn.net>
Subject:   Re: Question related to FreeBSD Serial Console...
Message-ID:  <20030902192706.GG10427@spc.org>
In-Reply-To: <3F53D645.2040501@freebsd.org>
References:  <1062445674.59251.1.camel@acheron.livid.de> <3F53CF00.6020304@freebsd.org> <20030901232227.5F1D23A4C3@www.fastmail.fm> <3F53D645.2040501@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 01, 2003 at 05:29:09PM -0600, Scott Long wrote:
> At one time I was working on patches to the loader to make the console
> speed configurable.  At the time, at least, I didn't see any evidence
> that the settings were stored in the boot0 block, but maybe I was wrong.
> In any case, finishing this up is on my TODO list.

I was trying to make the boot process 100% independent of the VGA console
at one stage.  To the best of my knowledge, boot0 doesn't know anything
about serial, unless someone's using my boot0sio hack (which I haven't
committed, btw; it was very specific - you have only 512 bytes to play
with in the MBR, and I understand people had problems with jhb's 1024 byte
boot0).

boot2 is probably the more interesting part, it does make assumptions
if BOOT_COMCONSOLE_SPEED wasn't specified in the make, and loader takes its
cue from that up until it sees 'console' in loader.conf[.local].

One of the limitations here is that there can only be one console. Anything
else would be something of a hack to get boot2 and loader to tee their
output to two independent devices.

BMS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030902192706.GG10427>