"most significant" byte.
Reported by: Mike Kasick.
+2010-11-13 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * doc/multiboot.texi (BIOS drive): Replace ambigious "first" byte with
+ "most significant" byte.
+ Reported by: Mike Kasick.
+
2010-10-22 Vladimir Serbinenko <phcoder@gmail.com>
* doc/Makefile.am (kernel_LDFLAGS): Add -m32.
+-------+-------+-------+-------+
| part3 | part2 | part1 | drive |
+-------+-------+-------+-------+
+Least significant Most significant
@end group
@end example
-The first byte contains the @sc{bios} drive number as understood by the
+The most significant byte contains the @sc{bios} drive number
+as understood by the
@sc{bios} INT 0x13 low-level disk interface: e.g. 0x00 for the first
floppy disk or 0x80 for the first hard disk.