struct AcpiRsdp

Defined at line 350 of file ../../src/firmware/gigaboot/cpp/acpi.h

Root System Description Pointer

If revision >= 1, check xsdt_address for the Extended System Description Table (XSDT).

If revision == 0, check rsdt_address for the Root System Description Table (RSDT).

Public Members

array signature
uint8_t checksum
uint8_t[6] oem_id
uint8_t revision
uint32_t rsdt_address
uint32_t length
uint64_t xsdt_address
uint8_t extended_checksum
uint8_t[3] reserved

Public Methods

template <typename Table>
const Table * LoadTable ()

Load the given table type, if available.

Defined at line 365 of file ../../src/firmware/gigaboot/cpp/acpi.h