* grub-core/loader/i386/bsd.c (grub_netbsd_boot): Pass pointer to
EFI system table.
This commit is contained in:
parent
3f3ec8ef44
commit
15bd333e10
3 changed files with 20 additions and 0 deletions
|
@ -1145,6 +1145,14 @@ grub_netbsd_boot (void)
|
|||
if (err)
|
||||
return err;
|
||||
|
||||
#ifdef GRUB_MACHINE_EFI
|
||||
err = grub_bsd_add_meta (NETBSD_BTINFO_EFI,
|
||||
&grub_efi_system_table,
|
||||
sizeof (grub_efi_system_table));
|
||||
if (err)
|
||||
return err;
|
||||
#endif
|
||||
|
||||
{
|
||||
struct bsd_tag *tag;
|
||||
tag_buf_len = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue