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:
parent
e3925185cc
commit
4cebd25a85
2 changed files with 7 additions and 0 deletions
|
@ -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>
|
2008-08-29 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* kern/powerpc/ieee1275/crt0.S: Rename to ...
|
* kern/powerpc/ieee1275/crt0.S: Rename to ...
|
||||||
|
|
|
@ -110,6 +110,7 @@ VARIABLE(grub_prefix)
|
||||||
* This uses the a.out kludge to load raw binary to the area starting at 1MB,
|
* This uses the a.out kludge to load raw binary to the area starting at 1MB,
|
||||||
* and relocates itself after loaded.
|
* and relocates itself after loaded.
|
||||||
*/
|
*/
|
||||||
|
.p2align 2 /* force 4-byte alignment */
|
||||||
multiboot_header:
|
multiboot_header:
|
||||||
/* magic */
|
/* magic */
|
||||||
.long 0x1BADB002
|
.long 0x1BADB002
|
||||||
|
|
Loading…
Reference in a new issue