summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/boot.c
Commit message (Expand)AuthorAgeFilesLines
* The default kernel filename is "kernel" again, not "kernel.ko".msmith2000-11-171-1/+1
* Don't indirect through a null pointer if we run out of kernel filenames.dfr2000-10-251-1/+1
* Start countdown only _after_ the kernel was loaded. Not very fair otherwise.dcs2000-09-151-4/+4
* Fix autoboot. Now autoboot *always* show the correct kernel name. Itdcs2000-09-081-17/+36
* With the committed changes to the loaders modules path code, the kernelobrien2000-09-061-1/+1
* Fix the kernel default load from "/boot/modules" to "/boot/kernel".obrien2000-09-051-1/+1
* The kernel is now known as `kernel.ko' and it and its matching modulesobrien2000-09-051-1/+1
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asjhb2000-08-031-10/+9
* Delay calling the device cleanup routines until the absolute lastps2000-06-141-5/+0
* The loader was written so that if /kernel was missing /kernel.old wouldobrien2000-05-131-0/+2
* Update loader logic to distinguish modules vs. files.bp2000-05-011-8/+8
* Add a cleanup function. This is needed for PXE where you shouldps2000-04-201-0/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Walk around the end of all the silly guessing of device types and unitmsmith1999-07-211-1/+69
* The boot countdown timer says it will boot in 1 seconds,n_hibma1999-07-151-2/+4
* Typo: "can't boot 'boot'" should be "can't boot 'kernel'"dfr1999-05-301-2/+2
* Always output a linefeed when we've decided whether to bootbrian1999-05-281-6/+3
* Standardise on ';' as a component separator; it seems to be a little moremsmith1998-11-021-4/+4
* * Extend the memory available for the heap from 256k to 512k.dfr1998-10-311-2/+2
* - Add a new command 'lsdev' to list devices which might be likely to hostmsmith1998-10-311-3/+5
* Tweak the output one more time again. The kernel or module pathnamepeter1998-10-141-3/+3
* Cosmetic: After the autoboot timeout, print a \n.peter1998-10-111-2/+6
* - VERBOSE_LS is obsolete, as the heap is much better behaved now.msmith1998-10-071-8/+30
* boot.cmsmith1998-10-021-3/+9
* Use the variable with the path in it for the error message.peter1998-09-281-2/+2
* Bootloader update.msmith1998-08-311-2/+4
* This is the new unified bootstrap, sometimes known previously as themsmith1998-08-211-0/+229
OpenPOWER on IntegriCloud