The best source of info on what happens during boot0, boot2 and kernel initialization phases I found is the FreeBSD Architecture Handbook: http://www.freebsd.org/doc/en/books/arch-handbook/boot.html It's still quite accurate regarding the pc32 platform of DFly, though certain details have changed.
It's best read after the higher-level overview from DFly New Handbook. Regards, Radek Szymczyszyn 2013/4/26 Chris Turner <c.tur...@199technologies.com>: > On 04/20/13 00:23, Edward M wrote: >> >> On 4/19/2013 12:43 AM, Ivan Uemlianin wrote: >>> >>> on what goes on during the dragonflybsd boot? >> >> >> DragonflyBSD booting process from the handbook. hope this >> helps:-) >> >> http://www.dragonflybsd.org/docs/newhandbook/Booting/ > > > As far as the init scripts themselves go, after reading our rc(8) manual > page, > this paper outlines some of the rationale r.e. the design of the > rc.d/rcorder system as originally implemented on netbsd: > > www.mewburn.net/luke/papers/rc.d.pdf > > and is an interesting read. > > Cheers, > > - Chris