]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* doc/multiboot.texi (BIOS drive): Replace ambigious "first" byte with
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 13 Nov 2010 18:30:58 +0000 (19:30 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 13 Nov 2010 18:30:58 +0000 (19:30 +0100)
"most significant" byte.
Reported by: Mike Kasick.

ChangeLog
doc/multiboot.texi

index 4f976eec70798b63bbbdd63c73bd8e16aa4e9bf7..40f6c17443ab8787bc57011bf11baa4c29bf48a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 898700735c33cf71acccc72b7f7340163ef542d9..64987bf5df244efa18fda7e6d417b466d5e71a80 100644 (file)
@@ -677,10 +677,12 @@ follows:
 +-------+-------+-------+-------+
 | 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.