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
|
@ -130,8 +130,9 @@ grub_machine_get_bootlocation (char **device __attribute__ ((unused)),
|
|||
}
|
||||
|
||||
void
|
||||
grub_machine_fini (void)
|
||||
grub_machine_fini (int flags)
|
||||
{
|
||||
grub_vga_text_fini ();
|
||||
if (flags & GRUB_LOADER_FLAG_NORETURN)
|
||||
grub_vga_text_fini ();
|
||||
grub_stop_floppy ();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue