acpi icon indicating copy to clipboard operation
acpi copied to clipboard

Support DefDataRegion

Open IsaacWoods opened this issue 4 years ago • 0 comments

These are special op regions that actually point to an ACPI table in the RSDT/XSDT. I guess we'll need a method on the handler that asks the OS to retrieve a mapping to the ACPI table, and give us the address to construct a op region from.

  • [ ] Parse opcode
  • [ ] Create handler method to ask for ACPI table
  • [ ] Construct and insert an op region from that info

IsaacWoods avatar May 26 '21 22:05 IsaacWoods