dennix icon indicating copy to clipboard operation
dennix copied to clipboard

ACPI support

Open dennis95 opened this issue 5 years ago • 1 comments

ACPI is needed for many things including shutdown and proper hardware detection. Also my new laptop is missing some legacy devices that Dennix is using and fixing that will require ACPI. Unfortunately fully implementing it (including AML) will be rather complicated.

dennis95 avatar Nov 17 '20 16:11 dennis95

I have implemented parsing of the RSDT, MADT and HPET tables. This allows us to detect the APIC, I/O APIC and HPET, which is enough to make Dennix work properly on my laptop.

Anything else related to ACPI can wait until later.

dennis95 avatar Jul 22 '21 14:07 dennis95