Question about the FADT
Posted: Sat Mar 27, 2021 2:46 pm
So ACPI now has the specification in HTML (yay!) and I was looking through it about the definition of the FADT. And it raised a few questions:
- Does the SCI interrupt get remapped when I remap it when initializing the APIC? For example, on QEMU the interrupt is 9, which is the coprocessor segment overrun exception. I assume it is but I thought I'd ask in case there's some ACPI weirdness going on.
- Is the SMI command port something I'd write with in/out instructions? And if so, what accesses would I make to that port (e.g.: byte, word, doubleword)?