Re: [PATCH] multiboot on EFI

2009-08-07 Thread Robert Millan
On Wed, Aug 05, 2009 at 12:33:56PM +0200, Vladimir 'phcoder' Serbinenko wrote: > >>  static grub_err_t > >>  grub_multiboot_boot (void) > >>  { > >> +#ifdef GRUB_MACHINE_EFI > >> +  if (! grub_efi_finish_boot_services ()) > >> +     grub_fatal ("cannot exit boot services"); > >> +#endif > > > > gru

Re: [PATCH] multiboot on EFI

2009-08-05 Thread Vladimir 'phcoder' Serbinenko
On Wed, Aug 5, 2009 at 12:47 AM, Robert Millan wrote: > On Sun, Aug 02, 2009 at 09:53:32PM +0200, Vladimir 'phcoder' Serbinenko wrote: >> Was successfully tested with qemu-tianocore with example multiboot >> kernel from multiboot specification. Since real EFI has no VGA video >> fields play a cruci

Re: [PATCH] multiboot on EFI

2009-08-04 Thread Robert Millan
On Sun, Aug 02, 2009 at 09:53:32PM +0200, Vladimir 'phcoder' Serbinenko wrote: > Was successfully tested with qemu-tianocore with example multiboot > kernel from multiboot specification. Since real EFI has no VGA video > fields play a crucial feature and need to be supported. Patch is > coming but