* 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
|
@ -58,6 +58,8 @@
|
|||
#define NETBSD_BTINFO_BOOTWEDGE 10
|
||||
#define NETBSD_BTINFO_MODULES 11
|
||||
#define NETBSD_BTINFO_FRAMEBUF 12
|
||||
#define NETBSD_BTINFO_USERCONFCOMMANDS 13
|
||||
#define NETBSD_BTINFO_EFI 14
|
||||
|
||||
struct grub_netbsd_bootinfo
|
||||
{
|
||||
|
@ -146,4 +148,9 @@ struct grub_netbsd_btinfo_framebuf
|
|||
|
||||
#define GRUB_NETBSD_MAX_ROOTDEVICE_LEN 16
|
||||
|
||||
struct grub_netbsd_btinfo_efi
|
||||
{
|
||||
void *pa_systbl; /* Physical address of the EFI System Table */
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue