Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 360 Bytes

ssdt-long.md

File metadata and controls

10 lines (7 loc) · 360 Bytes

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 us will work)
  • Decompile DSDT
  • Make SSDTs based off of it(You'll need either MaciASL or a text editor for this)
  • Compile SSDTs

Now continue forth and master the ways of ACPI!