From f91094fafe7d7b9be2572baf145bb4b271a90e4d Mon Sep 17 00:00:00 2001 From: 1alessandro1 <46293832+1alessandro1@users.noreply.github.com> Date: Sat, 29 Aug 2020 00:38:36 +0200 Subject: [PATCH] Add AWAC/RTC0 guide Using SSDTTime by corpnewt, this feature can be added for quicker ways to build that SSDT --- Universal/awac-methods/ssdttime.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Universal/awac-methods/ssdttime.md diff --git a/Universal/awac-methods/ssdttime.md b/Universal/awac-methods/ssdttime.md new file mode 100644 index 0000000..eea968c --- /dev/null +++ b/Universal/awac-methods/ssdttime.md @@ -0,0 +1,20 @@ +# Fixing System Clocks (SSDT-AWAC/RTC0) + +The second involves using SSDTTime which automates most of the process. See here on how to use it: [SSDTs: Easy Way](/ssdt-methods/ssdt-easy.md) + +To get the SSDT-PMC, run the following: + +* `4. Dump DSDT` then run `6. AWAC` + +This will provide you with some files, the main one you care about is SSDT-AWAC**.aml**. or SSDT-RTC0**.aml**. The DSDT and .dsl are only left for referencing or verification. + +The main things to note with this method: + +* 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 wrap up: + +* [**Cleanup**](/cleanup.md)