Fix typos

This commit is contained in:
Mykola Grymalyuk
2020-04-11 22:18:42 -06:00
parent cf191bea09
commit 8c5c380d9b
2 changed files with 3 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ So what this SSDT does is create a PNLF device for macOS to play with, specifica
No configuration required for most, just drop the prebuilt file into your EFI:
* [SSDT-PNLF](https://github.com/khronokernel/Getting-Started-With-ACPI/blob/master/extra-files/SSDT-PNLF.aml)
* For most users
* [SSDT-PNLF-CFL](https://i.applelife.ru/2019/12/463488_SSDT-PNLFCFL.aml.zip)
* For Coffeelake users if the regular SSDT doesn't work, try SSDT-PNLF first and do not mix together
* [SSDT-PNLFCFL](https://i.applelife.ru/2019/12/463488_SSDT-PNLFCFL.aml.zip)
* For Coffee Lake and newer
Note: there are some rare cases where the iGPU is called `GPU0` or `VID`in the DSDT, you can double check by searching for `PCI0.GFX0`, `PCI0.VID` and `PCI0.GPU0`. Whichever shows up is your device

View File

@@ -1,5 +1,5 @@
# Fixing IRQ Conflicts
So you miss having those fancy hotpatches from Clover like FixIPIC, FixTMR, FixRTC, FixHPET, etc
So you miss having those fancy hot-patches from Clover like FixIPIC, FixTMR, FixRTC, FixHPET, etc
Well 1 very small problem, figruing out IRQ patching is a massive headache. **I highly recommend you use SSDTTime**. So head over to [SSDT: Easy Way](/ssdt-easy.md) on how to make it