diff --git a/sys/i386/boot/biosboot/bios.S b/sys/i386/boot/biosboot/bios.S index 54ccf6ea0ec..3a45e8587e6 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.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