Bit of clean up

This commit is contained in:
Mykola Grymalyuk
2020-05-28 19:11:22 -06:00
parent 46c3d95115
commit 3756ef935b
41 changed files with 328 additions and 30 deletions

View File

@@ -63,6 +63,6 @@ DefinitionBlock ("", "SSDT", 2, "DRTNIA", "AWAC", 0x00000000)
}
```
You can find a prebuilt of this here: [SSDT-AWAC.aml](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/SSDT-AWAC.aml)
You can find a prebuilt of this here: [SSDT-AWAC.aml](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/compiled/SSDT-AWAC.aml)
## [Now you're ready to compile the SSDT!](/Manual/compile.md)