khronokernel / Opencore-Vanilla-Desktop-Guide

Host for files for the OpenCore Vanilla Desktop Guide
https://khronokernel-2.gitbook.io/opencore-vanilla-desktop-guide/
287 stars 70 forks source link

CFG Lock mentions incorrect kernel quirks #42

Closed mlilley closed 4 years ago

mlilley commented 4 years ago

At the end of each platform guide, under "Intel BIOS Settings", where you mention disabling the CFGLock setting, the guide says:

enable both AppleCpuPmCfgLock and AppleCpuPmCfgLock under Kernel -> Quirks

I suspect this is a typo and should instead say:

enable both AppleCpuPmCfgLock and AppleXcpmCfgLock under Kernel -> Quirks

This same typo appears many times. Here's a link that should help locate all of them: https://github.com/khronokernel/Opencore-Vanilla-Desktop-Guide/search?q=AppleCpuPmCfgLock&unscoped_q=AppleCpuPmCfgLock

Thanks for the awesome work, and cheers!

khronokernel commented 4 years ago

Well I actually just snuck a commit in: a2640be

Thanks again for the help, very much appreciated!