]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2005-09-29 Yoshinori K. Okuji <okuji@enbug.org>
authorokuji <okuji@localhost>
Wed, 28 Sep 2005 23:00:54 +0000 (23:00 +0000)
committerokuji <okuji@localhost>
Wed, 28 Sep 2005 23:00:54 +0000 (23:00 +0000)
        * docs/multiboot.texi: Fix a bug in the byte order of
        boot_device. I hope this won't affect any OS image.
        Increased the version number to 0.6.94.

ChangeLog
docs/multiboot.texi

index 38db45a6ac16fc6bce508c269f2d557f706064e4..0beaa35adb4ecdb1d2fe2fe0b064bdba1db8bc69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-29  Yoshinori K. Okuji  <okuji@enbug.org>
+
+       * docs/multiboot.texi: Fix a bug in the byte order of
+       boot_device. I hope this won't affect any OS image.
+       Increased the version number to 0.6.94.
+
 2005-09-28  Yoshinori K. Okuji  <okuji@enbug.org>
 
        * stage2/boot.c (load_image): Even if an OS image is an ELF
index eded05c4c2615e33c92240ab4fa5bcf59ebee1cc..c390930978523e3281f41db86767550ee278c34f 100644 (file)
@@ -25,7 +25,7 @@
 @ifinfo
 Copyright @copyright{} 1995, 96 Bryan Ford <baford@@cs.utah.edu>
 Copyright @copyright{} 1995, 96 Erich Stefan Boleyn <erich@@uruk.org>
-Copyright @copyright{} 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright @copyright{} 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -57,7 +57,7 @@ into another language, under the above conditions for modified versions.
 @vskip 0pt plus 1filll
 Copyright @copyright{} 1995, 96 Bryan Ford <baford@@cs.utah.edu>
 Copyright @copyright{} 1995, 96 Erich Stefan Boleyn <erich@@uruk.org>
-Copyright @copyright{} 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright @copyright{} 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -80,7 +80,7 @@ into another language, under the above conditions for modified versions.
 @top Multiboot Specification
 
 This file documents Multiboot Specification, the proposal for the boot
-sequence standard. This edition documents version 0.6.93.
+sequence standard. This edition documents version 0.6.94.
 @end ifnottex
 
 @menu
@@ -677,7 +677,7 @@ follows:
 @example
 @group
 +-------+-------+-------+-------+
-| drive | part1 | part2 | part3 |
+| part3 | part2 | part1 | drive |
 +-------+-------+-------+-------+
 @end group
 @end example
@@ -1199,6 +1199,10 @@ The maintainer changes to the GNU GRUB maintainer team
 @email{bug-grub@@gnu.org}, from Bryan Ford and Erich Stefan Boleyn.
 @end itemize
 
+@item
+The byte order of the @samp{boot_device} in Multiboot information is
+reversed. This was a mistake.
+
 @item 0.6
 @itemize @bullet
 @item