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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue