From b8e37ede5ec68165918cfd611e2afd3075f7fe27 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Thu, 4 Mar 2021 07:21:49 -0700 Subject: [PATCH] Fix ACPI link --- Universal/awac-methods/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Universal/awac-methods/manual.md b/Universal/awac-methods/manual.md index fb0a528..a260fd5 100644 --- a/Universal/awac-methods/manual.md +++ b/Universal/awac-methods/manual.md @@ -30,7 +30,7 @@ But to double check, next search for `PNP0B00`: And looks at that, we can in fact disable our AWAC and enable the RTC! If not skip to here: [RTC0 Method](#rtc0-method) -Now it's as simple as grabbing [SSDT-AWAC.dsl](https://github.com/acidanthera/OpenCorePkg/tree/master/Docs/AcpiSamples/Source/SSDT-AWAC.dsl) and [compile](#compiling-the-ssdt), no changes needed You can also use the below SSDT to the same effect: +Now it's as simple as grabbing [SSDT-AWAC.dsl](https://github.com/acidanthera/OpenCorePkg/tree/master/Docs/AcpiSamples/Source/SSDT-AWAC-DISABLE.dsl) and [compile](#compiling-the-ssdt), no changes needed You can also use the below SSDT to the same effect: * [SSDT-AWAC.aml](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/compiled/SSDT-AWAC.aml)