Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACPI support #21

Open
dennis95 opened this issue Nov 17, 2020 · 1 comment
Open

ACPI support #21

dennis95 opened this issue Nov 17, 2020 · 1 comment
Assignees

Comments

@dennis95
Copy link
Owner

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
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant