2008-08-30 Robert Millan <rmh@aybabtu.com>

* kern/i386/pc/startup.S (multiboot_header): Force 4-byte alignment
        as required by Multiboot spec (it was already 4-byte aligned, but
        only by chance).
This commit is contained in:
robertmh 2008-08-30 17:51:24 +00:00
parent e3925185cc
commit 4cebd25a85
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-08-30 Robert Millan <rmh@aybabtu.com>
* kern/i386/pc/startup.S (multiboot_header): Force 4-byte alignment
as required by Multiboot spec (it was already 4-byte aligned, but
only by chance).
2008-08-29 Pavel Roskin <proski@gnu.org>
* kern/powerpc/ieee1275/crt0.S: Rename to ...

View File

@ -110,6 +110,7 @@ VARIABLE(grub_prefix)
* This uses the a.out kludge to load raw binary to the area starting at 1MB,
* and relocates itself after loaded.
*/
.p2align 2 /* force 4-byte alignment */
multiboot_header:
/* magic */
.long 0x1BADB002