freebsd-src/sys/boot/common
Jordan K. Hubbard 82f35547c9 Remember a bit more of my forth and do:
o Add fexists word to check for the presence of a file
o make fexists and fload immediate words which DTRT both interpreted
  and compiled (doh!)
o add an init word which gets run at bootstrapping time to do extra
  post-coldload initialization (in the default implementation, we
  look for /boot/boot.4th and load it if found).
1998-11-05 08:39:43 +00:00
..
bcache.c Add BootForth hooks; if BOOT_FORTH is defined, pass every line read 1998-11-04 00:29:01 +00:00
boot.c Standardise on ';' as a component separator; it seems to be a little more 1998-11-02 16:55:57 +00:00
bootstrap.h Implement a simple LRU block cache. By default this is initialised to 16k, 1998-11-02 23:28:11 +00:00
commands.c - Add a new command 'lsdev' to list devices which might be likely to host 1998-10-31 02:53:12 +00:00
console.c - Add a new command 'lsdev' to list devices which might be likely to host 1998-10-31 02:53:12 +00:00
dev_net.c
dev_net.h
devopen.c * Add old UFS compatibility code to alpha/boot1. 1998-09-26 10:51:38 +00:00
gensetdefs.c
help.common - Add a new command 'lsdev' to list devices which might be likely to host 1998-10-31 02:53:12 +00:00
interp_backslash.c
interp_forth.c Remember a bit more of my forth and do: 1998-11-05 08:39:43 +00:00
interp_parse.c
interp.c Add BootForth hooks; if BOOT_FORTH is defined, pass every line read 1998-11-04 00:29:01 +00:00
isapnp.c Export an interface for presetting the ISA PnP read port address. 1998-10-22 20:20:51 +00:00
isapnp.h Make ISA PnP work. This successfully enumerates as many ISA devices as I 1998-10-21 20:07:05 +00:00
load_aout.c Only print filename and entry address for the kernel itself. The rest 1998-10-12 09:05:12 +00:00
load_elf.c Load the first page of the file and use the headers in it. This should 1998-10-17 03:06:38 +00:00
load.c
ls.c Fix a warning 1998-10-11 10:28:51 +00:00
Makefile.inc Add BootForth hooks; if BOOT_FORTH is defined, pass every line read 1998-11-04 00:29:01 +00:00
misc.c Insert whitespace between unargv'd arguments. 1998-10-05 05:40:58 +00:00
module.c Use a consistant module search path (same as kernel will be). 1998-10-09 23:12:34 +00:00
panic.c
pnp.c Export an interface for presetting the ISA PnP read port address. 1998-10-22 20:20:51 +00:00
pnpdata - Add a new command 'lsdev' to list devices which might be likely to host 1998-10-31 02:53:12 +00:00