Merge from vendor branch BINUTILS:
[dragonfly.git] / sys / i386 / boot / biosboot / boot.help
1 Usage: bios_drive:interface(unit,partition)kernel_name options
2     bios_drive   0, 1, ...
3     interface    fd, wd or da
4     unit         0, 1, ...
5     partition    a, c, ...
6     kernel_name  name of kernel, or ? for list of files in root directory
7     options      -a (ask name) -C (cdrom) -c (userconfig) -D (dual consoles)
8                  -d (debug early) -g (gdb) -h (serial console) -P (probe kbd)
9                  -r (default root) -s (single user) -v (verbose)
10 Examples:
11     1:da(0,a)mykernel  boot `mykernel' on the first SCSI drive when one IDE
12                        drive is present
13     1:wd(2,a)          boot from the second (secondary master) IDE drive
14     1:da(0,a)?         list the files in the root directory on the specified
15                        drive/unit/partition, and set the default bios_drive,
16                        interface, unit and partition
17     -cv                boot with the defaults, then run UserConfig to modify
18                        hardware parameters (c), and print verbose messages (v)