Solved config.plist -> kernel -> Patch 0,1,2 for Amd cpu's

MarkusRetr05

New member
AMD OS X Member
Mar 6, 2022
2
0
1
CPU:
Amd Ryzen 5 2600
Hello, I'm building macOS for my PC and I'm stuck at the point - changing kernel patches. It says here that it is necessary to specify the number of cores in 0,1,2 like this:
B8000000 0000=>B8 <core count> 0000 0000
BA000000 0000=>BA <core count> 0000 0000
BA000000 0090=>BA <core count> 0000 0090
I have a question, I need to specify it better in this way:
B8000000 0000=>B8 <core count> 0000 0000
or simply:
B8 <core count> 0000 0000?
And besides, do you need to specify these symbols <>?
 
  1. the => means it becomes that



  2. so it would be B8 <core count> 0000 0000




  3. And besides, do you need to specify these symbols <>?
    no
 
Replace <core count> with the hex value of your core count. So for example a 6 Core 5600X Replace value would result in these replace values

Code:
B8 06 0000 0000
BA 06 0000 0000
BA 06 0000 0090
 
  AdBlock Detected
Sure, ad-blocking software does a great job at blocking ads, but it also blocks some useful and important features of our website. For the best possible site experience please take a moment to disable your AdBlocker.