Subject: Re: Question about biosboot.sym and serial consoles
To: None <perry@piermont.com>
From: Peter Seebach <seebs@herd.plethora.net>
List: port-i386
Date: 02/25/1998 12:25:31
In message <199802251819.NAA20832@jekyll.piermont.com>, "Perry E. Metzger" writ
es:
>Could you describe how this works in enough detail that we could
>"clean room" steal the ideas?

I don't know how it's *done*, but I can tell you the principle:  There's
a file called /etc/boot.default which is read by the boot loader, and can
do things like
	-rootdev foo(x,y)
	-dev foo0 port=xxx
(port -1 says "don't probe")

and you can set various other flags.  It also has meta-commands, like
"echo", or "include".

Then, to make things more complete, if you interrupt the boot sequence,
the prompt you get is really just doing the same things as boot.default.

It's a good feature.

-s