![]() |
|
#1
|
||||
|
||||
![]() @ R:A:W:X86 hello, I went further in my tests, everything works perfectly in 32 bit, I no longer applicable QuickTime bug (video capture) works as well as everything else, I installed my HD 4850 1GB (HDMI / VGA / DVI) I only have DVI, it is already well 1280x1024x32 @ 75 hz Halleluya! I encounter the problem of the network, regardless of the network card used, can not establish the connection (dlink 528 tx / rtl 8139 on the motherboard) With kernel Dimitrk, but it works fine with your last kernel 11.4, impossible to make them work. ![]() ![]() ![]() ![]() Macmini early 2006 /blanGsak 10.7.2 Acer 8930 G / core2duo T6500 / NV 9600 GS m / Lion 10.7.3 / ML 10.8.2 / w7/8 Asus M5A97pro / FX 8350 / Asus HD 7950 CUII v2 GA-78LMT SP2 / FX 6100 / P x4 960t / Sapphire HD 4850 1024 MSI K9neo v1 / Atlon 4800+/ Gigabyte HD 5450 512 test kernel 12.0 AMD ![]() Tuto : http://www.hack-my-mac.fr/index.php/...fx-buldo#28896 CG opérationnelle : HD 5450 512 / HD 4850 1 / GT 610 |
#2
|
|||
|
|||
Quote:
![]() |
#3
|
|||
|
|||
@felipeunix: I´ll test icloud when i am home
![]() Anyone tried xcode yet? Maybe i´ll give it a try today.. ![]() AMD FX 8120 Black Edition ASUS M5A97 Geforce 9500GT OS X Lion Retail 10.7.4 |
#4
|
|||
|
|||
Quote:
It's Pure 64-Bit for the Core Program |
#5
|
||||
|
||||
Quote:
Please get correct information, before spreading your wrong assumption as a fact! http://support.apple.com/kb/HT4287 Thanks! Not to mention, that I used to explain this, just two pages back in this thread... |
#6
|
|||
|
|||
Quote:
so idk wtf you are talking about I never mentioned a thing regarding what you posted in the link. In fact that link is irrelevant to what I was saying, k? thanks. |
#7
|
|||
|
|||
I´ve tried the latest Xcode yesterday just for fun.
At least I am able to install it successfully with the latest kernel. I´m also able to install the Commandline utils etc. Compiling things with xcodebuild runs fine, but building the kernel is a no-go as cxxfilt gives errors with make command! Its not important for me, just wanted to see it myself ![]() Seems like at least the commandline utils work as I am able to compile and use Macports without any problem! AMD FX 8120 Black Edition ASUS M5A97 Geforce 9500GT OS X Lion Retail 10.7.4 Last edited by misterfrista; 07-25-2012 at 10:46 AM. |
#8
|
|||
|
|||
Hmmm..... I Found More Info On How XPCHelper Works Here:
https://developer.apple.com/library/...echnology.html Interesting It Tells What Is Involved in XPCHelper and Maybe We Can Look Into it To Try and Patch Stuff? |
#9
|
|||
|
|||
With this latest kernel as it was for folks who do not have bulldozer?
have to apply the patch not to freeze applications on 32bit mode? |
#10
|
|||
|
|||
"@@ -292,6 +292,10 @@
panicstr = str; paniccpu = cpu_number(); panicwait = 1; + + kdb_printf("In case you read this there has been a kernel panic.\n" + "There is no ----ing support for running Lion on AMD.\n" + "You have to try fixing this yourself.\n\n"); PANIC_UNLOCK();"" Taking a look at your code, RAW, i couldn't let this piece go without any comments: you're an artist! Reading this message at my first kernel panic with your kernel made me laugh out loud even being mad about my system crashing. It was sort of relieving in the face of utter frustration. Congrats! |