freebsd-skq/sys/boot/forth
ru 97d41e4265 Setting "kernel" to an absolute path is a bad idea because
after loading such a kernel, "module_path" will be set to
an insane value.  Fixed example by providing an equivalent
setting.  For the record, when automatically loading a
kernel (commands "boot" and "boot-conf"), the following is
tried, in this order:

	path=/boot/${kernel} file=${bootfile}
	path=/boot/${kernel} file=${kernel}
	path=${kernel} file=${bootfile}
	path=${kernel} file=${kernel}
	path=${module_path} file=${kernel}
2004-09-30 21:48:51 +00:00
..
beastie.4th Disable the APIC when selecting the 'Safe Mode' option of the loader. This 2004-01-09 19:20:47 +00:00
frames.4th PC98 uses the different frame code. 2004-01-18 04:13:27 +00:00
loader.4th
loader.4th.8 Setting "kernel" to an absolute path is a bad idea because 2004-09-30 21:48:51 +00:00
loader.conf Bring this file more up to date. 2004-09-30 20:02:07 +00:00
loader.conf.5 Retire now useless userconfig_script_*. 2004-09-30 18:23:35 +00:00
loader.rc
pnp.4th
screen.4th Add a new bootloader menu. Pull in screen.4th and frames.4th from the 2003-05-30 09:29:24 +00:00
support.4th