summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/biosboot/boot.help
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/boot/biosboot/boot.help')
-rw-r--r--sys/i386/boot/biosboot/boot.help6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/boot/biosboot/boot.help b/sys/i386/boot/biosboot/boot.help
index 7cbce13..396fd94 100644
--- a/sys/i386/boot/biosboot/boot.help
+++ b/sys/i386/boot/biosboot/boot.help
@@ -1,6 +1,6 @@
Usage: bios_drive:interface(unit,partition)kernel_name options
bios_drive 0, 1, ...
- interface fd, wd or sd
+ interface fd, wd or da
unit 0, 1, ...
partition a, c, ...
kernel_name name of kernel, or ? for list of files in root directory
@@ -8,10 +8,10 @@ Usage: bios_drive:interface(unit,partition)kernel_name options
-d (debug early) -g (gdb) -h (serial console) -P (probe kbd)
-r (default root) -s (single user) -v (verbose)
Examples:
- 1:sd(0,a)mykernel boot `mykernel' on the first SCSI drive when one IDE
+ 1:da(0,a)mykernel boot `mykernel' on the first SCSI drive when one IDE
drive is present
1:wd(2,a) boot from the second (secondary master) IDE drive
- 1:sd(0,a)? list the files in the root directory on the specified
+ 1:da(0,a)? list the files in the root directory on the specified
drive/unit/partition, and set the default bios_drive,
interface, unit and partition
-cv boot with the defaults, then run UserConfig to modify
OpenPOWER on IntegriCloud