From 1d5731bef0f9348df0d54abd677dea1d0b700fea Mon Sep 17 00:00:00 2001 From: Robert Nordier Date: Mon, 2 Oct 2000 23:16:58 +0000 Subject: [PATCH] Reflect new packet option default. --- usr.sbin/boot0cfg/boot0cfg.8 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.sbin/boot0cfg/boot0cfg.8 b/usr.sbin/boot0cfg/boot0cfg.8 index 60ebd1333df..f57529a00cb 100644 --- a/usr.sbin/boot0cfg/boot0cfg.8 +++ b/usr.sbin/boot0cfg/boot0cfg.8 @@ -106,12 +106,12 @@ specified (with prepended as necessary): .Bl -tag -width indent .It packet -Permit use of the disk packet (BIOS Int 0x13 extensions) interface -in addition to the conventional (CHS) interface, as necessary, when -accessing disk-related BIOS services. -This is the default; a -.Sq nopacket -option prevents use of the Int 0x13 extensions. +Use the disk packet (BIOS Int 0x13 extensions) interface, as +as opposed to the legacy (CHS) interface, when doing disk I/O. +This allows booting above cylinder 1023, but requires specific +BIOS support. +The default is +.Sq nopacket . .It setdrv Forces the drive containing the disk to be referenced using drive number definable by means of the -d option.