summaryrefslogtreecommitdiff
path: root/usr/src/boot/forth/loader.rc
blob: 32f6bf80432acab3d172c0622e6af2a0e3c9531c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\ 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