Jump to content

How to disable one core in a pentium d


Soündless
 Share

4 posts in this topic

Recommended Posts

my computer is lagging in 10.4.8 and people say that dual core can do this, how do i disable one core on my computer? I have a pentium d on an asrock lga775 esata 2. can i do it in bios?

Link to comment
Share on other sites

When using the Semthex kernel, you may need to set your FSB frequency. It is set to 200 by default.

 

At boot, type: fsb=xxx (where xxx is a number like 166 or 200)

fsb is a frequency

fsb (freq) = fsb (speed) / 4

Find your fsb (speed) in your BIOS or:

(OSX) System Profiler -> Hardware -> Bus Speed (fsb speed)

(Win) PC Wizard -> Mainboard -> Chipset -> fsb (speed) and fsb (freq) are both avail

Remember to divide the speed by 4. If your FSB (speed) is 667, then your FSB (freq) = 166 because 667/4 = 166

 

At boot, type fsb=166 or put the fsb in your boot.plist under Kernel Flags:

<key>Kernel Flags</key>

<string>cpus=1
fsb=166
</string>

Link to comment
Share on other sites

 Share

×
×
  • Create New...