RSDP: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (Minor change of grammar)
m (s/dword/uint32_t/g)
Line 57: Line 57:
The size of the entire table since offset 0 to the end.
The size of the entire table since offset 0 to the end.
==== Xsdt Address ====
==== Xsdt Address ====
64-bit physical address of the [[XSDT]] table. If you detect ACPI Version 2.0 you should use this table instead of RSDT even on x86, casting the address to DWORD.
64-bit physical address of the [[XSDT]] table. If you detect ACPI Version 2.0 you should use this table instead of RSDT even on x86, casting the address to uint32_t.
==== Extended Checksum ====
==== Extended Checksum ====
This field is used to calculate the checksum of the entire table, including both checksum fields
This field is used to calculate the checksum of the entire table, including both checksum fields