lai icon indicating copy to clipboard operation
lai copied to clipboard

Support ACPI 1 tables

Open thomtl opened this issue 5 years ago • 0 comments

In ACPI 1 tables integer math is 32 bits and not 64 bits, for example OnesOp should return (~(uint32_t)0) instead of (~(uint64_t)0) like we currently do. However ACPI 1 tables are extremely rare in the wild and notoriously buggy so this isn't a big deal for the time being.

thomtl avatar Jul 20 '20 07:07 thomtl