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

A tag containing information about the new ACPI RSDP. More...

#include <multiboot.h>

Public Attributes

multiboot_uint32_t type
 *copydoc multiboot_tag::type
 
multiboot_uint32_t size
 *copydoc multiboot_tag::size
 
multiboot_uint8_t rsdp [0]
 The RSDP structure.
 

Detailed Description

A tag containing information about the new ACPI RSDP.

Definition at line 453 of file multiboot.h.

Member Data Documentation

◆ rsdp

multiboot_uint8_t multiboot_tag_new_acpi::rsdp[0]

The RSDP structure.

Definition at line 456 of file multiboot.h.

◆ size

multiboot_uint32_t multiboot_tag_new_acpi::size

*copydoc multiboot_tag::size

Definition at line 455 of file multiboot.h.

◆ type

multiboot_uint32_t multiboot_tag_new_acpi::type

*copydoc multiboot_tag::type

Definition at line 454 of file multiboot.h.


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