June 27, 2011
Apple releases sources for 10.6.8
Apple just had released sources for 10.6.8 xnu, which include new iopcifamily-144 which seems to be same as Lion’s
Apple just had released sources for 10.6.8 xnu, which include new iopcifamily-144 which seems to be same as Lion’s
A workaround for this bug of osx Lion is using IOPCIFamily.kext and AppleACPIPlatform.kext from 10.6.7 system.
best fix is adding kernel boot flag npci=0×2000
That’s trash, not drivers:
Just use old update guide
10.6.8 qe_ce_exotic removed
NVidia released fermi drivers for 10.6.8 – link
256.02.25f1 vs 256.02.05f01 from imac’s update, not much changes.
Just want to make it clear.
32-bit efi CAN run 64-bit kernel if Apple only would want it.
Just look at hackint0sh world, chameleon is 32-bit bootloader and runs 64-bit kernel.
If hackers can, do you really think apple cant ?
now some technical details to back this up.
What bootloader does (boot.efi or chameleon) is
1) load kernel and mkext(kext cache) to memory
2) construct boot arguments, its just structs, arch-independent
3) pass pointer to boot arguments to kernel via eax register
4) jump to kernel entry point (_start function)
nothing really hard and architecture dependent.
(Read the article)
Finder in latest Lion build 11A494a is 64-bit only application
$ file Finder
Finder: Mach-O 64-bit executable x86_64
It could be a mistake by apple or intentional way to force owners of first macbooks/imacs to upgrade.
For hackint0sh it means – end of sse3 emulation on top of sse2, and no Lion for pre-conroe cpus if Finder will use some ssse3 instructions (which all 64-bit cpus used by Apple have).
656 or 994 mb.
6970 still not working.
gtx480 has opencl working after applying patch
gtx460 has opencl activated after patch too, but it isnt working with luxmark.
Our member Rominator just confirmed it, GF110 based card, Nvidia GeForce GTX570 works in Lion DP4.
He tested it on MacPro using ATY_Init, 32-bit kernel and nvidia “helper” efi card in slot-3.
Good news:
finaly can get framebuffer working on 6970, how: delete ATIRadeonX3000GLDriver.bundle, works on second boot
its possible to backport this feature from Lion to snow leopard, copy these 4 kexts from lion into snow leo: ATIRadeonX3000.kext ATISupport.kext ATIFramebuffer.kext ATI6000Controller.kext and use this aty_init.
Also, there is now Cayman XT, Cayman pro, gl renderer strings inside ATIRadeonX3000GLDriver, but sadly they arent used, 6970 is still unknown cypress gl renderer(if you recover x3000GLDriver, after booting to gui, and launch glview)
bad news: acceleration on 6970 is still borked, gives a lot of gpu debug dumps, so need to disable it by removing GLDriver bundle


Update
for gf100 nvidia cards still need to apply this patch.