diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 1999-04-18 09:20:08 +0000 |
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 1999-04-18 09:20:08 +0000 |
| commit | f6c2a57dee2f55def63ff12d06daf35554f72646 (patch) | |
| tree | 5ffb5c784ff2fb83c018f70868316d7a252025fa /sys/boot/forth | |
| parent | aff31301d4903d03e6cf5bacc3da4b9e34be7f0b (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth')
| -rw-r--r-- | sys/boot/forth/loader.rc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.rc b/sys/boot/forth/loader.rc new file mode 100644 index 000000000000..3a4f3031c244 --- /dev/null +++ b/sys/boot/forth/loader.rc @@ -0,0 +1,10 @@ +\ Loader.rc +\ +\ Includes additional commands +include /boot/loader.4th + +\ Reads and processes loader.rc +start + +\ Unless set otherwise, autoboot is automatic at this point + |
