Ignore machine-check MSRs
[freebsd-src/fkvm-freebsd.git] / share / examples / bootforth / boot.4th
blob8f26e0d0a38dc5ae23c4cc85044ed153828bf117
1 \ Example of the file which is automatically loaded by /boot/loader
2 \ on startup.
3 \ $FreeBSD$
5 \ Load the screen manipulation words
7 cr .( Loading Forth extensions:)
9 cr .( - screen.4th...)
10 s" /boot/screen.4th" O_RDONLY fopen dup fload fclose
12 \ Load frame support
13 cr .( - frames.4th...)
14 s" /boot/frames.4th" O_RDONLY fopen dup fload fclose
16 \ Load our little menu
17 cr .( - menu.4th...)
18 s" /boot/menu.4th" O_RDONLY fopen dup fload fclose
20 \ Show it
22 main_menu