![]() |
After applying this kernel my CPU is shown as single core....any help ?
Model Name: Mac Model Identifier: System Product Name Processor Name: AMD Athlon(tm) 64 FX-60 Dual Core Processor Processor Speed: 2.6 GHz Number Of Processors: 1 Total Number Of Cores: 1 L2 Cache: 1 MB CPU Features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH MMX FXSR SSE SSE2 HTT SSE3 Memory: 2 GB Bus Speed: 200 MHz Boot ROM Version: Hack.88Z.int.0sh.061193037 (Phoenix Technologies, LTD) Serial Number: CK157KMHK5B |
It is just showing so, actually there are two cores and both of them are working fine. Fire up Activity Monitor and check it out;-) only reading related, no big deal at all.
|
it's easy to patch the Activity Monitor for AMD: Make a backup of it, open the package contents and go into Contents/Resources/<yourlanguage>.lproj. Open 'Localizable.strings' with TextEdit and search for 'Intel'. You'll find two occurences:
/* Name of intel architecture */ "Intel" = "Intel" The second part is for 64bit. Now replace the lines that it looks like this: "Intel" = " AMD" Use two spaces before the AMD, it looks better. Here's an example: http://naquaada.na.funpic.de/naq/osx...MDactivtiy.jpg But I didn't found the place in the Finder yet. |
@Naquadda, now thats a pretty nice touch :)
|
Quote:
|