xref: /freebsd/share/examples/bootforth/README (revision 2aebedc3ad9e722b272254e6dd3a12e399595e57)
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.
7
8The files are:
9
10boot.4th	example of file which is always loaded by /boot/loader, if
11		present in /boot/
12screen.4th	helpful words for screen manipulation.
13frames.4th	basic frame drawing primitives. Requires screen.4th.
14menu.4th	example of simple startup menu.
15
16You're encouraged to add more features to these files - I'm not a Forth
17hacker, unfortunately...
18
19Andrzej Bialecki
20<abial@freebsd.org>
21
22$Id$
23