Correct an irritating documentation error.
(get_diskinfo is unnecessarily obfuscated)
This commit is contained in:
parent
e827c66461
commit
194b64e83d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38064
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user