From ff1e71ee218215daf0dab85a148dd218b93517a2 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Sat, 25 Apr 2020 19:51:35 -0600 Subject: [PATCH] Add SSDTTime settings note --- Universal/irq.md | 2 +- ssdt-easy.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Universal/irq.md b/Universal/irq.md index e9ebd19..1d28657 100644 --- a/Universal/irq.md +++ b/Universal/irq.md @@ -2,4 +2,4 @@ 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 +Well 1 very small problem, figuring 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.(use option `C` to omit conflicting legacy IRQs) diff --git a/ssdt-easy.md b/ssdt-easy.md index d8395ac..10c127e 100644 --- a/ssdt-easy.md +++ b/ssdt-easy.md @@ -33,7 +33,7 @@ Run the `SSDTTime.bat` file as Admin on the target machine and you should see so What are all these options?: * `1. FixHPET - Patch out IRQ Conflicts` - * IRQ patching, mainly needed for X79, X99 and laptop users + * IRQ patching, mainly needed for X79, X99 and laptop users(use option `C` to omit conflicting legacy IRQs) * `2. FakeEC - OS-aware Fake EC` * This is the SSDT-EC, required for Catalina users * `3. PluginType - Sets plugin-type = 1 on CPU0/PR00`