freebsd-dev/sys/boot/forth/loader.rc

15 lines
273 B
Plaintext
Raw Normal View History

1999-04-18 09:20:08 +00:00
\ Loader.rc
\ $FreeBSD$
1999-04-18 09:20:08 +00:00
\
\ Includes additional commands
include /boot/loader.4th
\ Reads and processes loader.rc
start
\ Tests for password -- executes autoboot first if a password was defined
check-password
1999-04-18 09:20:08 +00:00
\ Unless set otherwise, autoboot is automatic at this point