Files
Getting-Started-With-ACPI/ssdt-methods/ssdt-long.md
18iteration f23292cb46 Fix Typo in ssdt-long.md (#76)
I suppose the sentence 'the one SSDTTime did for *us* will work' sounds more appropriate than 
'the one SSDTTime did for *use* will work'.

- Proposal: Rename the word 'use' to 'us' on line 5. 
- Replaced line 5 'use' to 'us'.
2022-07-09 17:36:31 -07:00

11 lines
360 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 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!