First handling of ia64-efi in grub-mkimage
This commit is contained in:
parent
c18271ed00
commit
bea3358389
4 changed files with 62 additions and 15 deletions
|
@ -64,6 +64,7 @@ struct grub_pe32_coff_header
|
|||
};
|
||||
|
||||
#define GRUB_PE32_MACHINE_I386 0x14c
|
||||
#define GRUB_PE32_MACHINE_IA64 0x200
|
||||
#define GRUB_PE32_MACHINE_X86_64 0x8664
|
||||
|
||||
#define GRUB_PE32_RELOCS_STRIPPED 0x0001
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue