1 \ Example of the file which is automatically loaded by /boot/loader
3 \ $FreeBSD: src/share/examples/bootforth/boot.4th,v 1.2 1999/08/28 00:19:09 peter Exp $
4 \ $DragonFly: src/share/examples/bootforth/boot.4th,v 1.2 2003/06/17 04:36:57 dillon Exp $
6 \ Load the screen manipulation words
8 cr .( Loading Forth extensions:)
10 cr .( - screen.4th...)
11 s" /boot/screen.4th" fopen dup fload fclose
14 cr .( - frames.4th...)
15 s" /boot/frames.4th" fopen dup fload fclose
17 \ Load our little menu
19 s" /boot/menu.4th" fopen dup fload fclose