Cosmetic changes to make a comment more nearly reflect reality

This commit is contained in:
Julian Elischer 1995-09-03 05:36:13 +00:00
parent 608eba4889
commit 623463ca4a

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.3 1994/10/02 05:18:25 rgrimes Exp $
* $Id: bios.S,v 1.4 1994/11/18 05:02:12 phk Exp $
*/
/*
@ -274,9 +274,10 @@ ok:
/*
* form a longword representing all this gunk:
* 6 bit zero
* 10 bit cylinder
* 8 bit head
* 8 bit sector
* 10 bit max cylinder (0 based)
* 8 bit max head (0 based)
* 8 bit zero
* 6 bit max sector (1 based) = # sectors
*/
movb %cl, %al /* Upper two bits of cylinder count */
andl $192,%eax