Skip to content

acpi: add support for the XSDT #54

@dlrobertson

Description

@dlrobertson

Summary

We currently only support the 32-bit RSDT, but should also support the 64-bit XSDT.

Details

We do not return the RSDT if the RSDP version corresponds to ACPI 2.0.

https://github.com/mythril-hypervisor/mythril/blob/master/mythril_core/src/acpi/rsdp.rs#L203

There are several locations where we assume the pointer size to be 32 bits

https://github.com/mythril-hypervisor/mythril/blob/master/mythril_core/src/acpi/rsdt.rs#L167

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions