Add new ports: i386-xen and x86_64-xen. This allows running GRUB in
XEN PV environment and load kernels.
This commit is contained in:
parent
1a46a3a4b3
commit
9612ebc00e
59 changed files with 4167 additions and 259 deletions
7
grub-core/loader/i386/xen_file64.c
Normal file
7
grub-core/loader/i386/xen_file64.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
#define GRUB_TARGET_WORDSIZE 64
|
||||
#define XX 64
|
||||
#define grub_le_to_cpu_addr grub_le_to_cpu64
|
||||
#define ehdrXX ehdr64
|
||||
#define grub_xen_get_infoXX grub_xen_get_info64
|
||||
#define FOR_ELF_PHDRS FOR_ELF64_PHDRS
|
||||
#include "xen_fileXX.c"
|
Loading…
Add table
Add a link
Reference in a new issue