freebsd-src/sys/boot/common
David E. O'Brien 7f562b6673 The loader was written so that if /kernel was missing /kernel.old would
be booted.  Due to a bug, this wasn't happening.

There is still a lesser bug in that the loader decides which file to boot
after the 10sec count down.  This means the bootfile listed in the count
down in is wrong in the case where the loader will boot /kernel.old.
2000-05-13 02:45:11 +00:00
..
bcache.c bcache_strategy() now receives an unit number, and keep track of what 2000-03-15 01:56:12 +00:00
boot.c The loader was written so that if /kernel was missing /kernel.old would 2000-05-13 02:45:11 +00:00
bootstrap.h Update loader logic to distinguish modules vs. files. 2000-05-01 17:41:25 +00:00
commands.c Correctly handle a user-requested abort in the middle of displaying a 1999-12-28 07:19:22 +00:00
console.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
dev_net.c * Fix a stack of warnings. 1999-09-01 09:11:14 +00:00
dev_net.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
devopen.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
help.common Some more i386-only BIOS-friendliness: 2000-04-16 20:48:33 +00:00
interp_backslash.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
interp_forth.c Bring in ficl version 2.03. No version bump for loader. 1999-09-29 04:43:16 +00:00
interp_parse.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
interp.c Make the prompt look like on OpenBoot. 1999-11-27 21:44:47 +00:00
isapnp.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
isapnp.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 05:07:58 +00:00
load_aout.c Fix some warnings on the Alpha. sizeof() returns different things on 2000-05-01 18:02:38 +00:00
load_elf.c long != int on Alphas. 2000-05-12 05:16:37 +00:00
load.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
loader.8 Make documentation on recently added heap? command reflect reality. 2000-05-04 22:51:21 +00:00
ls.c GC unused variable (size) 2000-05-01 18:03:15 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
merge_help.awk $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
misc.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
module.c Update loader logic to distinguish modules vs. files. 2000-05-01 17:41:25 +00:00
newvers.sh Add $FreeBSD$ 2000-05-01 20:32:07 +00:00
panic.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
pnp.c Update loader logic to distinguish modules vs. files. 2000-05-01 17:41:25 +00:00
pnpdata $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00