* grub-core/kern/x86_64/xen/startup.S: Align stack.

This commit is contained in:
Vladimir Serbinenko 2013-12-16 17:44:10 +01:00
parent 6f1f6a0c82
commit 8fcce8d50f
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2013-12-16 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/x86_64/xen/startup.S: Align stack.
2013-12-16 Vladimir Serbinenko <phcoder@gmail.com>
Add support for converting PE+ to Elf64.

View file

@ -30,6 +30,7 @@ _start:
leaq LOCAL(stack_end), %rsp
movq %rsi, EXT_C(grub_xen_start_page_addr)(%rip)
andq $~0xf, %rsp
call EXT_C(grub_main)
/* Doesn't return. */