|
PatchworkOS
|
Root System Description Pointer. More...
#include <acpi.h>
Data Fields | |
| char | signature [RSDP_SIGNATURE_LENGTH] |
| uint8_t | checksum |
| This is the checksum for the first 20 bytes only. | |
| char | oemId [SDT_OEM_ID_LENGTH] |
| uint8_t | revision |
| uint32_t | rsdtAddress |
| uint32_t | length |
| uint64_t | xsdtAddress |
| uint8_t | extendedChecksum |
| This is the checksum for the entire table. | |
| uint8_t | reserved [3] |
Root System Description Pointer.
| uint8_t rsdp_t::checksum |
| uint8_t rsdp_t::extendedChecksum |
| uint32_t rsdp_t::length |
Definition at line 120 of file acpi.h.
Referenced by acpi_is_rsdp_valid().
| char rsdp_t::oemId[SDT_OEM_ID_LENGTH] |
| uint8_t rsdp_t::revision |
Definition at line 118 of file acpi.h.
Referenced by acpi_is_rsdp_valid().
| char rsdp_t::signature[RSDP_SIGNATURE_LENGTH] |
Definition at line 115 of file acpi.h.
Referenced by acpi_is_rsdp_valid().
| uint64_t rsdp_t::xsdtAddress |
Definition at line 121 of file acpi.h.
Referenced by acpi_tables_init().