Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man8/man8.i386 elaborate a bit more about the limi...



details:   https://anonhg.NetBSD.org/src/rev/8ceb3712b81e
branches:  trunk
changeset: 472788:8ceb3712b81e
user:      drochner <drochner%NetBSD.org@localhost>
date:      Fri May 07 14:00:39 1999 +0000

description:
elaborate a bit more about the limited significance of hard disk type
names, mention the new boot-selecting MBR

diffstat:

 share/man/man8/man8.i386/boot.8 |  24 +++++++++++++++++++-----
 1 files changed, 19 insertions(+), 5 deletions(-)

diffs (56 lines):

diff -r a031f2d2944d -r 8ceb3712b81e share/man/man8/man8.i386/boot.8
--- a/share/man/man8/man8.i386/boot.8   Fri May 07 08:00:30 1999 +0000
+++ b/share/man/man8/man8.i386/boot.8   Fri May 07 14:00:39 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: boot.8,v 1.8 1998/02/25 12:30:13 drochner Exp $
+.\"    $NetBSD: boot.8,v 1.9 1999/05/07 14:00:39 drochner Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -58,7 +58,10 @@
 The
 .Nx
 bootblocks are loaded and started either by the BIOS, or by
-a boot selector program (such as OS-BS, BOOTEASY, or the OS/2 Boot Menu)
+a boot selector program (such as OS-BS, BOOTEASY, the OS/2 Boot Menu or
+.Nx 's
+boot-selecting master boot record - see
+.Xr mbr 8 ).
 .Pp
 Once running, a prompt similar to the following will appear.
 .Bd -unfilled -offset indent
@@ -79,7 +82,10 @@
 .Dq a
 of the
 .Nx
-MBR partition of the first non-SCSI hard disk.)
+MBR partition of the first hard disk known to the BIOS [which is
+appearently an IDE or similar device - see the
+.Em BUGS
+section].)
 .Pp
 The default disk will be set to the disk that the boot loader was
 loaded from.
@@ -135,7 +141,8 @@
 .Xr installboot 8 ,
 .Xr reboot 8 ,
 .Xr shutdown 8 ,
-.Xr dosboot 8
+.Xr dosboot 8 ,
+.Xr mbr 8
 .Sh BUGS
 Hard disks are always accessed by BIOS functions. Unit numbers are
 BIOS device numbers which might differ from numbering in the
@@ -146,4 +153,11 @@
 and
 .Dq wd
 devices at the bootloader level is meaningless and exists for
-historical reasons.
+historical reasons. (This is less a bug of the bootloader code than
+a shortcoming of the PC architecture.)
+The default disk device's name printed in the starting message
+is derived from the
+.Dq type
+field of the
+.Nx
+disklabel (if it is a hard disk).



Home | Main Index | Thread Index | Old Index