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`