From 5eaea2151c29f46eda8f9e600e9ac51998d8911b Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Tue, 25 Feb 2020 12:00:28 -0700 Subject: [PATCH] Add clarification --- Manual/compile.md | 2 +- Universal/awac.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Manual/compile.md b/Manual/compile.md index 11b85c6..2d5c21d 100644 --- a/Manual/compile.md +++ b/Manual/compile.md @@ -2,7 +2,7 @@ ## macOS -So compiling DSDTs and SSDTs are quite easy with macOS, all you need is [MaciASL](https://github.com/acidanthera/MaciASL). To compile, just File -> SaveAs -> ACPI Machine Language Binary\(.AML\), decompiling is just opening the file in MaciASL. +So compiling DSDTs and SSDTs are quite easy with macOS, all you need is [MaciASL](https://github.com/acidanthera/MaciASL/releases). To compile, just `File -> SaveAs -> ACPI Machine Language Binary(.AML)`, decompiling is just opening the file in MaciASL. ## Windows diff --git a/Universal/awac.md b/Universal/awac.md index 29a8298..898617f 100644 --- a/Universal/awac.md +++ b/Universal/awac.md @@ -25,7 +25,7 @@ To determine whether you need [SSDT-AWAC](https://github.com/acidanthera/OpenCor ![](https://i.imgur.com/uuUF857.png) -As you can see we found the `STAS ==` in our DSDT, this means we're able to force enable our Legacy RTC. In this case, [SSDT-AWAC](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-AWAC.dsl) will be used As-Is with no modifications required. Just need to compile. +As you can see we found the `STAS ==` in our DSDT, this means we're able to force enable our Legacy RTC. In this case, [SSDT-AWAC](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-AWAC.dsl) will be used As-Is with no modifications required. Just need to compile. Note that `STAS` may be found in AWAC first instead of RTC like in our example, this is normal. For systems where no `STAS` shows up **but** you do have `AWAC`, you can use [SSDT-RTC0](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-RTC0.dsl) though you will need to check the naming of LPC in your DSDT