2006-04-16 Yoshinori K. Okuji <okuji@enbug.org>
* docs/multiboot.texi: Correct the offset of address fields. Reported by Jeroen Dekkers.
This commit is contained in:
parent
8932e40756
commit
8a4848921a
2 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-04-16 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
* docs/multiboot.texi: Correct the offset of address
|
||||
fields. Reported by Jeroen Dekkers.
|
||||
|
||||
2006-03-21 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
* stage2/builtins.c (setup_func): Specify the size of DEVICE to
|
||||
|
|
|
@ -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, 2005 Free Software Foundation, Inc.
|
||||
Copyright @copyright{} 1999, 2000, 2001, 2002, 2005, 2006 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, 2005 Free Software Foundation, Inc.
|
||||
Copyright @copyright{} 1999, 2000, 2001, 2002, 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
|
@ -426,7 +426,7 @@ mode table (@pxref{Boot information format}) must be available to the
|
|||
kernel.
|
||||
|
||||
If bit 16 in the @samp{flags} word is set, then the fields at offsets
|
||||
8-24 in the Multiboot header are valid, and the boot loader should use
|
||||
12-28 in the Multiboot header are valid, and the boot loader should use
|
||||
them instead of the fields in the actual executable header to calculate
|
||||
where to load the OS image. This information does not need to be
|
||||
provided if the kernel image is in @sc{elf} format, but it @emph{must}
|
||||
|
@ -1203,6 +1203,9 @@ The maintainer changes to the GNU GRUB maintainer team
|
|||
The byte order of the @samp{boot_device} in Multiboot information is
|
||||
reversed. This was a mistake.
|
||||
|
||||
@item
|
||||
The offset of the address fields were wrong.
|
||||
|
||||
@item 0.6
|
||||
@itemize @bullet
|
||||
@item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue