Max OS 0.3
Loading...
Searching...
No Matches
multiboot_tag_efi64 Struct Reference

A tag containing information about the EFI 64-bit system table. More...

#include <multiboot.h>

Public Attributes

multiboot_uint32_t type
 *copydoc multiboot_tag::type
 
multiboot_uint32_t size
 *copydoc multiboot_tag::size
 
multiboot_uint64_t pointer
 Where the EFI system table is located.
 

Detailed Description

A tag containing information about the EFI 64-bit system table.

Definition at line 420 of file multiboot.h.

Member Data Documentation

◆ pointer

multiboot_uint64_t multiboot_tag_efi64::pointer

Where the EFI system table is located.

Definition at line 423 of file multiboot.h.

◆ size

multiboot_uint32_t multiboot_tag_efi64::size

*copydoc multiboot_tag::size

Definition at line 422 of file multiboot.h.

◆ type

multiboot_uint32_t multiboot_tag_efi64::type

*copydoc multiboot_tag::type

Definition at line 421 of file multiboot.h.


The documentation for this struct was generated from the following file: