This commit is contained in:
Mykola Grymalyuk
2020-10-16 15:28:51 -06:00
parent 43a45e694d
commit 2d4a95faf5
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
Super simple, just grab the SSDT and compile:
* [SSDT-UNC0.dsl](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-UNC0.dsl)
* [SSDT-UNC.dsl](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-UNC0.dsl)
See here how to compile: [Compiling ACPI](/Manual/compile.md)

View File

@@ -2,7 +2,7 @@
By far the easiest method, all you need to do is download the following file:
* [SSDT-UNC0.aml](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/compiled/SSDT-UNC0.aml)
* [SSDT-UNC.aml](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/compiled/SSDT-UNC.aml)
## Wrapping up

View File

@@ -1,4 +1,4 @@
# Fixing Uncore Bridges (SSDT-UNC0)
# Fixing Uncore Bridges (SSDT-UNC)
* [What this SSDT does](#what-this-ssdt-does)
* [Methods to make this SSDT](#methods-to-make-this-ssdt)