InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   10.X (http://infinitemac.com/forumdisplay.php?f=36)
-   -   Legacy kernel 10.6.8 with custom dyld and new SSE3 emulator and VIA Nano cpu support (http://infinitemac.com/showthread.php?t=7318)

akimoa 09-04-2011 06:06 AM

blackknight with anvs kernel u used the bootflag std_dyld=yes ?

wich disables the integrated dyld and uses the standard one (i guess patching the bins doesnt help when they dont get detected cause they switched off

also with anvs kernel u can use doublefsb=Yes to set your fsb rite when its messed up

blackknight 09-04-2011 06:10 AM

Quote:

Originally Posted by akimoa (Post 55374)
blackknight with anvs kernel u used the bootflag std_dyld=yes ?

wich disables the integrated dyld and uses the standard one (i guess patching the bins doesnt help when they dont get detected cause they switched off

also with anvs kernel u can use doublefsb=Yes to set your fsb rite when its messed up

Thanks for the bootflag for std_dyld, I couldn't remember what it was. Also, the FSB is correct with AnV's kernel, it's nawcom's that doesn't get it right, though it does apparently use the std_dyld.

akimoa 09-04-2011 06:18 AM

Yap after meklort fixed the workaround in Chameleon its there double time once with the kernel and with the bootloader and then things get messed up like sound and stuff by the the time that was done nawcom was off due to illness and didnt fix it in his latest legacy version


btw did u see netkas got the 6970 working last nite ;P

Your welcome:-d

blackknight 09-04-2011 07:11 AM

That was just what I needed. It works great and now that I can use AnV's kernel without hardcoding the FSB, sound doesn't skip anymore.

Yeah, I did see that netkas got 6970 working. I have a 6950 unlocked to 6970 that I'd love to get working, but I can't yet run Lion since I'm on AMD. I guess once we get a working kernel, I'll get a chance to try it.

akimoa 09-04-2011 07:20 AM

Oops didnt read the top line ....my bad

todesto 09-07-2011 12:36 AM

Hello, newbie here
What do you with all the files you downloaded? First post link leads to 37MB file and I see boot files and whole bunch of other stuffs. I guess it's the source for dyld.
Do I just replace the kernel only with the one i downloaded?


Can someone lead me to the right direction on what to do with this?

Thanks in advance.

akimoa 09-12-2011 07:11 AM

Any Progress in the Lion Legacy Mission m8 ?:-d

andyvand 09-12-2011 09:44 AM

Quote:

Originally Posted by akimoa (Post 55454)
Any Progress in the Lion Legacy Mission m8 ?:-d

No, not yet but I've taken a different approach.
I've diffed the standard SL kernel against the standard Lion kernel (to find out what was changed).
Lots of code to go through.
I've also disassembled the Lion DP1 kernel as well as the GM one and have written a little program to strip of the addresses.
I've diffed these together to get instruction changes in the diff.
Studying both may reveal a solution. ;)
I'll upload the diff later.

andyvand 09-20-2011 06:52 AM

I've posted the assembly diffs between 10.7.0 DP1 and 10.7.0 GM
I hope somebody can help me identify which instructions enable 32bit (and thus also AMD) support.
They can be found here:
http://www.insanelymac.com/forum/ind...&#entry1750568
I also included my custom otx tool
NOTE: There is a 64bit part to otx but it is untested. If trouble, run it in 32bit, it also needs Xcode

akimoa 09-20-2011 08:04 AM

a needle in a haystack looks more sexy ;)



wondering if these compare programms would help us in searching by comparing the 2 files next to each other and find our needle .... just wondering