managarm/lai

Missing opcode: Revision

thomtl opened this issue · 2 comments

Implement the missing opcode and add a unit test

It does not seem that this is something like _REV, _OS or _OSI where a specific result is needed to ensure compatibility with AML code since ACPICA just uses a subsystem version (RevisionOp implementation and ACPI_CA_VERSION definition). What should we use as a version? Maybe we could use a compile timestamp? Or would just returning 0 suffice?

Resolved in 8c3763d