Add SSDTTime settings note

This commit is contained in:
Mykola Grymalyuk
2020-04-25 19:51:35 -06:00
parent 558a8944a6
commit ff1e71ee21
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
So you miss having those fancy hot-patches 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 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)

View File

@@ -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?: What are all these options?:
* `1. FixHPET - Patch out IRQ Conflicts` * `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` * `2. FakeEC - OS-aware Fake EC`
* This is the SSDT-EC, required for Catalina users * This is the SSDT-EC, required for Catalina users
* `3. PluginType - Sets plugin-type = 1 on CPU0/PR00` * `3. PluginType - Sets plugin-type = 1 on CPU0/PR00`