mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-01 05:05:57 -08:00
18 lines
729 B
Markdown
18 lines
729 B
Markdown
# Fixing System Clocks: Prebuilt
|
|
|
|
By far the easiest method, all you need to do is download the following file:
|
|
|
|
* [SSDT-AWAC.aml](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/compiled/SSDT-AWAC.aml)
|
|
|
|
Main things to note with this method:
|
|
|
|
* Assumes you both have an AWAC clock and it can be easily turned off with the RTC replacing it, **this may not always work**
|
|
* Doesn't really teach you anything
|
|
* For most, this doesn't matter. But to some knowing what makes your hackintosh tick is part of the journey
|
|
|
|
## Wrapping up
|
|
|
|
Once you're done making your SSDT, either head to the next page to finish the rest of the SSDTs or head here if you're ready to warp up:
|
|
|
|
* [**Cleanup**](/cleanup.md)
|