#21
|
|||
|
|||
Confirmed. Time to make legacy kernel 11.0 64-bit exclusive.
HP Pavilion a6110n Asus M2N68-LA (NARRA2) | AMD Athlon 64 X2 4400+ | 6 GB DDR2 RAM | nVidia nForce 430 | nVidia GeForce 9500 GT (nVidia GeForce 6150 SE onboard) | Realtek ALC888S | Atheros 5212 (D-Link WDA-2320) |
#22
|
||||
|
||||
@anv
I saw on apple´s open source that there is the source for the libunwind for lion. Should be perfect for a custom dyld i think!!! |
#23
|
|||
|
|||
H.264 and Quicktime
Is there any way i can fix H.264 and Quicktime in 64 bit mode on an AMD procesor?? Anything i can do with amd_insn_patcher or should i just give up and go back to 32 bit mode??
|
#24
|
|||
|
|||
You will need to run QuickTime in 32-bit mode if your processor does not have SSSE3 support.
HP Pavilion a6110n Asus M2N68-LA (NARRA2) | AMD Athlon 64 X2 4400+ | 6 GB DDR2 RAM | nVidia nForce 430 | nVidia GeForce 9500 GT (nVidia GeForce 6150 SE onboard) | Realtek ALC888S | Atheros 5212 (D-Link WDA-2320) |
#25
|
|||
|
|||
Quote:
I ve read somewhere that i need to manually patch quicktimecomponents and h264scalar, thats why i m asking if some1 else managed to get it to work? I wish i bought that intel processor instead AMD |
#26
|
|||
|
|||
Quote:
The amd_insn_patcher just removes those nasty SYSENTER traps, code signatutres... that prevent 32-Bit only Apps to work on 64-Bit mode AMD systems. It is not going to emulate any Intel exclusive instructions. You do not have to lunch the -legacy mode again, just run Quiktime 32-Bit only. btw: VLC rules. AMD Phenom II X4 955 - ASRock AM3A770DE - 8GB DDR3-1333 - Radeon HD 5570 1GB passiv - BCM4318 802.11b/g - Snow Leopard Retail
+++ AMD Phenom X3 8450 - ASRock AM2NF6G-VSTA (BIOS L2.39) - 4GB DDR2-800 - Radeon HD 4650 512MB - Snow Leopard Retail (retired) / OpenBSD |
#27
|
|||
|
|||
Quote:
P.S. the instructions for that are here if some1 needs them |
#28
|
|||
|
|||
Quote:
Code:
sudo cp /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder_bak sudo ditto -arch i386 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder_i386 sudo mv -f /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder_i386 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder System
|
#29
|
|||
|
|||
Quote:
Last edited by nightf4ll; 08-18-2011 at 12:48 AM. |
#30
|
||||
|
||||
Quote:
The difference between nawcom and andys kernel is the custom dyld for on the fly cpuid patching. But you can also disable the the custom dyld with flag std_dyld=Yes. If you have a atom cpu you have to choose the mach_kernel atom and if not you have to take the other one. 💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers. |