From 1952b530fea998659ac758566c2b2d9092941ce6 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Fri, 5 Jun 2020 13:33:50 -0600 Subject: [PATCH] Clarify RTC --- Manual/dump.md | 2 +- Universal/awac-methods/manual.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Manual/dump.md b/Manual/dump.md index 651629b..24d15df 100644 --- a/Manual/dump.md +++ b/Manual/dump.md @@ -10,7 +10,7 @@ So to start, we'll need to get a copy of your DSDT from your firmware. The easie * [SSDTTime](https://github.com/corpnewt/SSDTTime) * Supports both Windows and Linux for DSDT dumping * `4. Dump DSDT - Automatically dump the system DSDT` -* [acpidump.exe](https://acpica.org/sites/acpica/files/iasl-win-20180105.zip) +* [acpidump.exe](https://acpica.org/downloads/binary-tools) * In command prompt run `path/to/acpidump.exe -b -n DSDT -z`, this will dump your DSDT as a .dat file. Rename this to DSDT.aml * Do note that all ACPI patches from clover/OpenCore will be applied to the DSDT with the above 2 methods diff --git a/Universal/awac-methods/manual.md b/Universal/awac-methods/manual.md index e45a298..31802ad 100644 --- a/Universal/awac-methods/manual.md +++ b/Universal/awac-methods/manual.md @@ -18,6 +18,7 @@ Next search for `ACPI000E`. You should get something similar: The above tells us a few things: * We in fact do have an AWAC clock + * If nothing shows up, you don't need to do anything for AWAC or RTC * It can be easily disabled with STAS(if not, you can skip to here: [RTC0 Method](#rtc0-method)) * `_STA` is the device status, with `Zero` meaning it won't show up