Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jun 2005 01:47:14 -0500
From:      Nikolas Britton <nikolas.britton@gmail.com>
To:        Bryan Maynard <bryan.maynard@reallm.com>
Cc:        Questions <freebsd-questions@freebsd.org>
Subject:   Re: Kernel question
Message-ID:  <ef10de9a050629234750b79f36@mail.gmail.com>
In-Reply-To: <200506292116.00205.bryan.maynard@reallm.com>
References:  <200506292116.00205.bryan.maynard@reallm.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 6/29/05, Bryan Maynard <bryan.maynard@reallm.com> wrote:
> Hey helpful friends! :-D
>=20
> I would like to conduct an experiment: down the road (a couple years mayb=
e)
> I'd like to start building and selling PCs. I'd like these PCs to run Fre=
eBSD
> - because it's the best ;-). These machines will be a slightly different =
from
> the current crop in that they will be laptops that will not have PCMCIA s=
lots
> or CD/DVD drives (these items will be held in a separate "breakout box").=
 The
> machines wil lbe completely sealed with the exception of the various memo=
ry
> card (SD, CompactFlash, Memory stick, etc.) embeded in the monitor casing=
.
>=20
> There's much more to these machines, but I'll save those details for the
> appropriate place - my question for here is this:
>=20
> I'd like to minimize boot time as much as possible. Since these machines =
will
> not ever have hardware added or changed I would like to statically build =
as
> much device information as early in the boot process as possible.
>=20
> I understand that FreeBSD has a three stage boot process. I'm a bit fuzzy=
 as
> to what happens when, but was wondering how, or if, I could cut out any o=
f
> these stages - and shorten the remaining stages as much as possible.
>=20
> I've looked around loader.conf, device.hints, <KERNEL>.hints, and such an=
d
> this is what got me wondering.
>=20
> If you all need anymore info please let me know.
>=20
> Thanks a lot!
>=20
> Bryan
> --

http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/boot.html

Man pages:
loader.conf
loader
loader.4th
boot
btxld
boot0cfg
device.hints
kenv

The majority of the boot process time is the BIOS testing and
initializing hardware and there is no simple way around this.

The best place to start is to rip everything out of the kernel config file.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-conf=
ig.html



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