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)

$The-King$ 11-10-2011 11:22 AM

i will try on vmware fusion

akimoa 11-10-2011 11:22 AM

@m28ew


Try using patched IOUSB from AnV (SL) might change a thing

and Andy cant we set a debug somewhere ? besides the scheduler aruments ?

m28ew 11-10-2011 11:26 AM

Quote:

Originally Posted by andyvand (Post 55955)
Should be there under the source... amd_insn_patcher...

thanks Andy :)

when I patched the dyld, I got these messages:

Code:

Patching universal binary (2 architectures)
Patching X86_64 part (processor 16777223, architecture 0)
Code signature removed succesfully (64bit)Patch report (1): 0 instructions patched, 208 bad instructions, patches bypassed: NO
Patching I386 part (processor 7, architecture 1)
Code signature removed succesfully (32bit)Patch report (2): 1 instructions patched, 0 bad instructions, patches bypassed: NO

but when I pacthed the libSystem.B.dylib,
I got the "No patches found, not generating output file" message ???

Code:

Patching universal binary (2 architectures)
Patching X86_64 part (processor 16777223, architecture 0)
Code signature removed succesfully (64bit)Patch report (1): 0 instructions patched, 30 bad instructions, patches bypassed: NO
Patching I386 part (processor 7, architecture 1)
Code signature removed succesfully (32bit)Patch report (2): 0 instructions patched, 0 bad instructions, patches bypassed: NO
No patches found, not generating output file

are those reports correct for you ?


btw, is there any difference between the amd_insn_patcher and the amd_insn_patcher_ext ?

wastez 11-10-2011 11:26 AM

Quote:

Originally Posted by $The-King$ (Post 55959)
tried four kernel no one fo them work just auto restart :'(

Akimoa and me are having the same issue. :(
Hope someone will fix that.

@anv
Would it be possible to insert a debug mode?

$The-King$ 11-10-2011 11:33 AM

Quote:

Originally Posted by wastez (Post 55963)
Akimoa and me are having the same issue. :(
Hope someone will fix that.

@anv
Would it be possible to insert a debug mode?

:(
downloading fusion and will see if will work or no

i tried kernel on my notebook core i and kernel load

wastez 11-10-2011 11:35 AM

Quote:

Originally Posted by m28ew (Post 55962)
thanks Andy :)

when I patched the dyld, I got these messages:

Code:

Patching universal binary (2 architectures)
Patching X86_64 part (processor 16777223, architecture 0)
Code signature removed succesfully (64bit)Patch report (1): 0 instructions patched, 208 bad instructions, patches bypassed: NO
Patching I386 part (processor 7, architecture 1)
Code signature removed succesfully (32bit)Patch report (2): 1 instructions patched, 0 bad instructions, patches bypassed: NO

but when I pacthed the libSystem.B.dylib,
I got the "No patches found, not generating output file" message ???

Code:

Patching universal binary (2 architectures)
Patching X86_64 part (processor 16777223, architecture 0)
Code signature removed succesfully (64bit)Patch report (1): 0 instructions patched, 30 bad instructions, patches bypassed: NO
Patching I386 part (processor 7, architecture 1)
Code signature removed succesfully (32bit)Patch report (2): 0 instructions patched, 0 bad instructions, patches bypassed: NO
No patches found, not generating output file

are those reports correct for you ?


btw, is there any difference between the amd_insn_patcher and the amd_insn_patcher_ext ?

In the old release the amd_insn_patcher_ext patches up some SSE3 instructions to their SSE2 variants.

I think this release will do the same.

andyvand 11-10-2011 12:18 PM

Quote:

Originally Posted by akimoa (Post 55961)
@m28ew


Try using patched IOUSB from AnV (SL) might change a thing

and Andy cant we set a debug somewhere ? besides the scheduler aruments ?

There is a debug= boot argument (not sure how to use it though).
The other option would be compiling a debug kernel (with make ARCH_CONFIGS="I386 X86_64" KERNEL_CONFIGS=DEBUG install)

akimoa 11-10-2011 12:36 PM

Code:

AkimoAs-MacBook-Pro:xnu-1699.22.73 akimoa$ make ARCH_CONFIGS="I386 X86_64" KERNEL_CONFIGS=DEBUG"install"
/Users/akimoa/xnu-1699.22.73/makedefs/MakeInc.def:164: *** Unsupported KERNEL_CONFIG DEBUGinstall.  Stop.
AkimoAs-MacBook-Pro:xnu-1699.22.73 akimoa$ make ARCH_CONFIGS="I386 X86_64" KERNEL_CONFIGS=DEBUG"RELEASE"
/Users/akimoa/xnu-1699.22.73/makedefs/MakeInc.def:164: *** Unsupported KERNEL_CONFIG DEBUGRELEASE.  Stop.
AkimoAs-MacBook-Pro:xnu-1699.22.73 akimoa$

Not quite he doesnt like that

$The-King$ 11-10-2011 01:06 PM

the same problem with vmware :-d

Lion mission impossible :D

m28ew 11-10-2011 01:28 PM

After patching both dyld & libSystem.B.dylib

I got a new KP :'(

http://www.postimg.com/52000/photo-51544.jpg