mirror of
https://git.proxmox.com/git/grub2
synced 2025-12-10 08:28:13 +00:00
required by the boot protocol. * include/grub/i386/relocator.h (struct grub_relocator32_state): Add ebp and edi members. * grub-core/lib/i386/relocator.c (grub_relocator_boot): Handle state.ebp and state.edi. * grub-core/lib/i386/relocator32.S (grub_relocator32_start): Set %ebp and %edi according to grub_relocator32_ebp and grub_relocator32_edi respectively. * grub-core/loader/i386/linux.c (grub_linux_boot): Zero state.ebp and state.edi. |
||
|---|---|---|
| .. | ||
| efi | ||
| i386 | ||
| mips | ||
| powerpc/ieee1275 | ||
| sparc64/ieee1275 | ||
| aout.c | ||
| macho32.c | ||
| macho64.c | ||
| macho.c | ||
| machoXX.c | ||
| multiboot_elfxx.c | ||
| multiboot_mbi2.c | ||
| multiboot.c | ||
| xnu_resume.c | ||
| xnu.c | ||