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

MarkusRetr05

New member
AMD OS X Member
Joined
Mar 6, 2022
Messages
2
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 <>?
 

MarkusRetr05

New member
AMD OS X Member
Joined
Mar 6, 2022
Messages
2
  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
 

Shaneee

The AMD Guy
Staff member
Administrator
Joined
Mar 13, 2020
Messages
2,157
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
 
Back
Top Bottom
  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.