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.
This commit is contained in:
parent
1499969120
commit
07741fe577
2 changed files with 14 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue