\ Loader.rc | |
\ | |
\ Includes additional commands | |
include /boot/forth/loader.4th | |
try-include /boot/loader.rc.local | |
\ Reads and processes loader.conf variables | |
\ NOTE: Change to `start' if you disable the below boot menu | |
\ also note that initialize will leave flag in stack from any_conf_read? | |
\ start | |
initialize drop | |
\ Tests for password -- executes autoboot first if a password was defined | |
check-password | |
\ Load in the boot menu | |
include /boot/forth/beastie.4th | |
\ Start the boot menu | |
beastie-start |