mbr: convert to preprocessed source
[dragonfly.git] / sys / boot / forth / loader.rc
blob02a13163880f5d244a40f5f73192accebafba1e4
1 \ Loader.rc
2 \ $FreeBSD: src/sys/boot/forth/loader.rc,v 1.2 1999/11/24 17:59:37 dcs Exp $
3 \ $DragonFly: src/sys/boot/forth/loader.rc,v 1.4 2008/09/02 17:21:15 dillon Exp $
5 \ Includes additional commands
6 include loader.4th
8 \ Reads and processes loader.rc
9 start
11 \ Tests for password -- executes autoboot first if a password was defined
12 check-password
14 \ Unless set otherwise, autoboot is automatic at this point