Correct an irritating documentation error.

(get_diskinfo is unnecessarily obfuscated)
This commit is contained in:
Mike Smith 1998-08-04 00:39:45 +00:00
parent e827c66461
commit 194b64e83d
1 changed files with 2 additions and 2 deletions

View File

@ -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 */