freebsd-dev/sys/boot/forth/loader.rc
1999-11-24 17:59:37 +00:00

15 lines
273 B
Plaintext

\ Loader.rc
\ $FreeBSD$
\
\ 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
\ Unless set otherwise, autoboot is automatic at this point