From 194b64e83de9d275d55a1339b2f7e41702b48f4d Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Tue, 4 Aug 1998 00:39:45 +0000 Subject: [PATCH] Correct an irritating documentation error. (get_diskinfo is unnecessarily obfuscated) --- sys/i386/boot/biosboot/bios.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/i386/boot/biosboot/bios.S b/sys/i386/boot/biosboot/bios.S index 891d93ad126a..5c6eddc5b127 100644 --- a/sys/i386/boot/biosboot/bios.S +++ b/sys/i386/boot/biosboot/bios.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:26 rpd - * $Id: bios.S,v 1.11 1997/07/12 10:23:15 joerg Exp $ + * $Id: bios.S,v 1.12 1997/07/31 08:07:53 phk Exp $ */ /* @@ -409,7 +409,7 @@ ok: * 6 bit zero * 10 bit max cylinder (0 based) * 8 bit max head (0 based) - * 8 bit zero + * 2 bit zero * 6 bit max sector (1 based) = # sectors */ movb %cl, %al /* Upper two bits of cylinder count */