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
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
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