xref: /titanic_52/usr/src/boot/sys/boot/forth/loader.rc (revision 4a5d661a82b942b6538acd26209d959ce98b593a)
1\ Loader.rc
2\
3\ Includes additional commands
4include /boot/forth/loader.4th
5try-include /boot/loader.rc.local
6
7\ Reads and processes loader.conf variables
8\ NOTE: Change to `initialize' if you enable the below boot menu
9\ also note that initialize will leave flag in stack from any_conf_read?
10\ start
11initialize drop
12
13\ Tests for password -- executes autoboot first if a password was defined
14check-password
15
16\ Uncomment to enable boot menu
17include /boot/forth/beastie.4th
18beastie-start
19
20\ Unless set otherwise, autoboot is automatic at this point
21