Files
Getting-Started-With-ACPI/ssdt-long.md
khronokernel 44e4890760 Fix some stuff
2020-02-04 23:14:56 -07:00

12 lines
307 B
Markdown

# SSDTs: The long way
Well sadly some things are not handled by SSDTTime, well have no fear as making SSDTs is super easy. The basic process:
* Dump DSDT(the one SSDTTime did for use will work)
* Decompile DSDT
* Make SSDTs based of of it
* Compile SSDTs
Now continue forth and master the ways of ACPI!