noxos (docs): documented the RSDP header verification functions

This commit is contained in:
antifallobst 2023-03-19 15:59:50 +01:00
parent 576bc70292
commit 6fe11ea213
1 changed files with 7 additions and 1 deletions

View File

@ -25,4 +25,10 @@ The RSDP Table used in ACPI v2.0 or higher
| length | uint32_t | The size of the whole table |
| xsdt_address | uint64_t | The Address of the XSDT (when available this should be used instead of the RSDT) |
| checksum_extended | uint8_t | Used to calculate the checksum of the whole table |
| reserved | uint8_t[3] | Can be ignored |
| reserved | uint8_t[3] | Can be ignored |
# `rsdp_descriptor_v1_verify(descriptor)` - function (bool)
Verifies the integrity of **_descriptor_**.
# `rsdp_descriptor_v2_verify(descriptor)` - function (bool)
Verifies the integrity of **_descriptor_**.