Root System Description Pointer (RSDP) structure for ACPI 1.
More...
#include <acpi.h>
|
| char | signature [8] |
| | Indicates a valid RSDP structure if it contains "RSD PTR " (null-terminated)
|
| |
| uint8_t | checksum |
| | This byte added to all bytes in the table must equal zero for the table to be valid.
|
| |
| char | OEMID [6] |
| | A string supplied by the OEM to identify the OEM.
|
| |
| uint8_t | revision |
| | The version of the ACPI specification that is supported (higher means more features and is backwards compatible)
|
| |
| uint32_t | rsdt_address |
| | The physical address of the RSDT (.
|
| |
Root System Description Pointer (RSDP) structure for ACPI 1.
Definition at line 29 of file acpi.h.
◆ checksum
| uint8_t MaxOS::hardwarecommunication::RSDPDescriptor::checksum |
This byte added to all bytes in the table must equal zero for the table to be valid.
Definition at line 31 of file acpi.h.
◆ OEMID
| char MaxOS::hardwarecommunication::RSDPDescriptor::OEMID[6] |
A string supplied by the OEM to identify the OEM.
Definition at line 32 of file acpi.h.
◆ revision
| uint8_t MaxOS::hardwarecommunication::RSDPDescriptor::revision |
The version of the ACPI specification that is supported (higher means more features and is backwards compatible)
Definition at line 33 of file acpi.h.
◆ rsdt_address
| uint32_t MaxOS::hardwarecommunication::RSDPDescriptor::rsdt_address |
◆ signature
| char MaxOS::hardwarecommunication::RSDPDescriptor::signature[8] |
Indicates a valid RSDP structure if it contains "RSD PTR " (null-terminated)
Definition at line 30 of file acpi.h.
The documentation for this struct was generated from the following file:
- /home/runner/work/MaxOS/MaxOS/kernel/include/hardwarecommunication/acpi.h