diff options
Diffstat (limited to 'sys/boot/forth/loader.rc')
-rw-r--r-- | sys/boot/forth/loader.rc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.rc b/sys/boot/forth/loader.rc new file mode 100644 index 0000000..9ba2f27 --- /dev/null +++ b/sys/boot/forth/loader.rc @@ -0,0 +1,14 @@ +\ 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 + |