opnsense-src/sys/boot/forth
Ruslan Ermilov ab737c5f07 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 Add support for reading an additional loader configuration file. By default, 2002-05-24 02:28:58 +00:00
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 Activates password protection (if a password is defined). 1999-11-24 17:59:37 +00:00
pnp.4th - Add 'fwrite' and 'fseek' words for writing to and seeking on files. 2001-12-11 00:49:34 +00:00
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 Add support for reading an additional loader configuration file. By default, 2002-05-24 02:28:58 +00:00