Deleted Added
full compact
README (47195) README (50476)
1Here you can find some simple examples how to use BootFORTH (part of the
2new bootloader) together with terminal emulation code (available when
3compiling /sys/boot/i386/libi386 with -DTERM_EMU).
4
5Normally, you can place the files in /boot as they are here, and they will be
6automatically loaded by /boot/loader. You must choose between boot.4th or
7loader.rc, though. Copy one or the other, but not both. Also, menu.4th is
8only used by boot.4th, and menuconf.4th is only used by loader.rc, so you

--- 18 unchanged lines hidden (view full) ---

27
28If you use loader.rc/menuconf.4th, be sure to create /boot/stable.conf and
29/boot/current.conf, like described in loader.conf(5), with appropriate
30configuration to distinguish one from the other.
31
32Daniel C. Sobral
33<dcs@freebsd.org>
34
1Here you can find some simple examples how to use BootFORTH (part of the
2new bootloader) together with terminal emulation code (available when
3compiling /sys/boot/i386/libi386 with -DTERM_EMU).
4
5Normally, you can place the files in /boot as they are here, and they will be
6automatically loaded by /boot/loader. You must choose between boot.4th or
7loader.rc, though. Copy one or the other, but not both. Also, menu.4th is
8only used by boot.4th, and menuconf.4th is only used by loader.rc, so you

--- 18 unchanged lines hidden (view full) ---

27
28If you use loader.rc/menuconf.4th, be sure to create /boot/stable.conf and
29/boot/current.conf, like described in loader.conf(5), with appropriate
30configuration to distinguish one from the other.
31
32Daniel C. Sobral
33<dcs@freebsd.org>
34
35$Id: README,v 1.1 1998/12/22 12:15:45 abial Exp $
35$FreeBSD: head/share/examples/bootforth/README 50476 1999-08-28 00:22:10Z peter $