Mountain Lion kernel testing on AMD (don't ask help here: use the Help Topic)
#301
Posted 28 October 2012 - 04:03 PM
#302
Posted 28 October 2012 - 04:07 PM
#303
Posted 28 October 2012 - 04:14 PM
#304
Posted 28 October 2012 - 04:42 PM
spakk, is lion on amd relatively stable, or should i stick to snow leopard
#305
Posted 28 October 2012 - 05:57 PM
SS01, on 28 October 2012 - 04:42 PM, said:
spakk, is lion on amd relatively stable, or should i stick to snow leopard
Lion 10.7.2 to 10.7.5
with CPU Phenom II X6 1100T is not stable also only 32-bit DP2 Finder. In between comes kernel panic, it's only for testing purpose.
With CPU FX 8150 8-core, it seems to work very well, with 64-bit
What kind of CPU do you have?
if you do not not have CPU FX8150, then install SNOW 10.6 and then update to 10.6.8.
#306
Posted 28 October 2012 - 06:49 PM
#307
Posted 28 October 2012 - 07:15 PM
"581_AMD_Intel_SSE2_SSE3_Kernel_Patcher" and "OSx86_Socket_Source_Code" checks that, please!
http://www.workupload.com/file/VtYUP7j
SS01, on 28 October 2012 - 06:49 PM, said:
Snow 10.6.8 works very well
#309
Posted 29 October 2012 - 08:14 AM
Discrimination by Intel compiler on AMD systems deal
The theme is basically a few years old and also in our forum discussed sufficiently, so we here simply refer to the relevant threads and messages:
- Still: Intel compiler disadvantaged AMD CPUs [P3D forum]
- Antitrust action: boycott the Intel compiler AMD chips?
- Futuremark preferred Intel processors?
- U.S. anti-trust accuses Intel
Already 2 years ago, we have reported in detail the difference it can make in terms of performance, if manufacturer-specific optimizations are used or not. At that time, the VIA Nano processor was used as a comparison, which makes it possible to change the CPUID Vendor VIA processor and the program - in this case the Futuremark PCMark2005 - An Intel pretend. Then the value in the memory benchmarks increased from 1845 (CPUID = VIA) to 2721 (CPUID = Intel) points.
With an AMD processor, however, it is not so easy to manipulate the visible Vendor ID for the programs. Only option here: virtualization. I set up on VMWare up a virtualized system, it is very possible the guest to miss another CPUID, when the host system actually has. In Agners CPU blog explains how this works:
By analogy to Andrew's code, I assume that you can make an AMD processor spoof to be "GenuineIntel" with these lines:
cpuid.0.ebx = "0111:0101:0110:1110:0110:0101:0100:0111"
cpuid.0.edx = "0100:1001:0110:0101:0110:1110:0110:1001"
epuid.0.ecx = "0110:1100:0110:0101:0111:0100:0110:1110"
The Intel software checks so the family number, Which should be set to 6:
cpuid.1.eax = "0000:0000:0000:0001:0000:0110:0111:0001"
is it possible to implement something in the code? So that the kernel thinks it is such a Intel i7 980 cpu and not a CPU AMD Phenom II X6 1100T is? Something like a generator compared with various Intel and AMD cpus. sorry for my bad english.
here is the download link of cpuidfake:
http://www.agner.org...mize/#cpuidfake
http://www.agner.org/optimize/
Important information for programmers:
http://devgurus.amd.com/thread/95754
look here for if this is useful?
http://code.metager....ochs/cpu/cpudb/
#310
Posted 29 October 2012 - 10:38 AM
#311
Posted 29 October 2012 - 11:18 AM
#312
Posted 29 October 2012 - 12:14 PM
#313
Posted 29 October 2012 - 12:37 PM
#315
Posted 29 October 2012 - 02:47 PM
spakk, on 29 October 2012 - 08:14 AM, said:
Discrimination by Intel compiler on AMD systems deal
The theme is basically a few years old and also in our forum discussed sufficiently, so we here simply refer to the relevant threads and messages:
- Still: Intel compiler disadvantaged AMD CPUs [P3D forum]
- Antitrust action: boycott the Intel compiler AMD chips?
- Futuremark preferred Intel processors?
- U.S. anti-trust accuses Intel
Already 2 years ago, we have reported in detail the difference it can make in terms of performance, if manufacturer-specific optimizations are used or not. At that time, the VIA Nano processor was used as a comparison, which makes it possible to change the CPUID Vendor VIA processor and the program - in this case the Futuremark PCMark2005 - An Intel pretend. Then the value in the memory benchmarks increased from 1845 (CPUID = VIA) to 2721 (CPUID = Intel) points.
With an AMD processor, however, it is not so easy to manipulate the visible Vendor ID for the programs. Only option here: virtualization. I set up on VMWare up a virtualized system, it is very possible the guest to miss another CPUID, when the host system actually has. In Agners CPU blog explains how this works:
By analogy to Andrew's code, I assume that you can make an AMD processor spoof to be "GenuineIntel" with these lines:
cpuid.0.ebx = "0111:0101:0110:1110:0110:0101:0100:0111"
cpuid.0.edx = "0100:1001:0110:0101:0110:1110:0110:1001"
epuid.0.ecx = "0110:1100:0110:0101:0111:0100:0110:1110"
The Intel software checks so the family number, Which should be set to 6:
cpuid.1.eax = "0000:0000:0000:0001:0000:0110:0111:0001"
is it possible to implement something in the code? So that the kernel thinks it is such a Intel i7 980 cpu and not a CPU AMD Phenom II X6 1100T is? Something like a generator compared with various Intel and AMD cpus. sorry for my bad english.
here is the download link of cpuidfake:
http://www.agner.org...mize/#cpuidfake
http://www.agner.org/optimize/
Important information for programmers:
http://devgurus.amd.com/thread/95754
look here for if this is useful?
http://code.metager....ochs/cpu/cpudb/
#316
Posted 29 October 2012 - 03:09 PM
SS01, on 29 October 2012 - 02:47 PM, said:
Hmm.. This seems like a rather ambitious idea, but I can actually see it working. I'm learning C, but veeeeeeery slowly - I've just learned how to declare an array, lol. Lets ask connactic about it when he gets back.spakk, ist Ihr Englisch besser als mein Deutsch!
I really hope that someone is able, at the end result, a running kernel.
PS: Dein Deutsch ist gut
AMD Phenom II on Linux
http://duopetalflowe...bit-kernel.html
when running on Linux then it should also be possible to run on Mac OS X?
#317
Posted 29 October 2012 - 03:54 PM
#318
Posted 29 October 2012 - 04:11 PM
#319
Posted 29 October 2012 - 04:16 PM
#320
Posted 29 October 2012 - 04:21 PM
4 user(s) are reading this topic
0 members, 4 guests, 0 anonymous users



Sign In
Create Account










