More fixes

This commit is contained in:
khronokernel
2020-02-04 16:13:28 -07:00
parent f97440b4e4
commit 0f3ab48c52
7 changed files with 16 additions and 67 deletions

View File

@@ -1,7 +1,5 @@
# Getting started with ACPI
Last edited: January 30, 2020
## A quick explainer on ACPI and how to make SSDTs
So what are DSDTs and SSDTs? Well, these are tables present in your firmware that outline hardware devices like USB controllers, CPU threads, embedded controllers, system clocks and such. A DSDT(Differentiated System Description Table) can be seen as the body holding most of the info with smaller bits of info being passed by the SSDT(Secondary System Description Table)