opnsense-src/release/picobsd/forth/loader.rc

21 lines
451 B
Text
Raw Normal View History

1999-06-14 12:36:50 -04:00
\ Simple loader.rc for picobsd floppies
1999-08-27 21:35:59 -04:00
\ $FreeBSD$
1999-06-14 12:36:50 -04:00
include /boot/loader.4th
only forth definitions also support-functions
s" /boot/defaults/loader.conf" initialize
include_conf_files
\ For now always display menu. You can remove this if you want.
.( Loading screen routines...)
include /boot/screen.4th
.( Done) cr
.( Loading frame routines...)
include /boot/frames.4th
.( Done) cr
.( Loading menu...)
include /boot/menu.4th
.( Done) cr
main_menu