|
PatchworkOS
19e446b
A non-POSIX operating system.
|
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.
| char rsdp_t::signature[RSDP_SIGNATURE_LENGTH] |
| uint8_t rsdp_t::checksum |
| char rsdp_t::oemId[SDT_OEM_ID_LENGTH] |
| uint8_t rsdp_t::extendedChecksum |