Clarify RTC

This commit is contained in:
Mykola Grymalyuk
2020-06-05 13:33:50 -06:00
parent fda9e5330c
commit 1952b530fe
2 changed files with 2 additions and 1 deletions

View File

@@ -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