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
|
@ -1432,7 +1432,7 @@ grub_relocator_alloc_chunk_align (struct grub_relocator *rel,
|
|||
#ifdef GRUB_MACHINE_EFI
|
||||
grub_efi_mmap_iterate (grub_relocator_alloc_chunk_align_iter, &ctx,
|
||||
avoid_efi_boot_services);
|
||||
#elif defined (__powerpc__)
|
||||
#elif defined (__powerpc__) || defined (GRUB_MACHINE_XEN)
|
||||
(void) avoid_efi_boot_services;
|
||||
grub_machine_mmap_iterate (grub_relocator_alloc_chunk_align_iter, &ctx);
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue