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