InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #231  
Old 11-10-2011, 11:22 AM
$The-King$ $The-King$ is offline
 
Join Date: Jul 2010
Posts: 67
i will try on vmware fusion

Phenom ll x4 955
ASUS M5A97
Sapphire HD6850
Kingston 2*2 GB
WDblue 500GB*2
WD green 640GB
Win 7 & SL10.6.8
Reply With Quote
  #232  
Old 11-10-2011, 11:22 AM
akimoa's Avatar
akimoa akimoa is offline
Panther
 
Join Date: Feb 2011
Location: London ,England
Posts: 129
@m28ew


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

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


AMD Phenom x4 955 3,2 GHZ Black Edition
Graka:
ATI HD 5770 (Batmobil) 1 GB DDR5 (GIGABYTE)
Lion 10.7 Kexts / Vervet Framebuffer
Mem:
8 GIG RAM Kingston 4x2
OS:
Snow Leopard Retail 10.6.8 Legacy Kernel V8 2
AnV cparm Boot Beta 3
Mobo:
GA-MA-770 UD3 (GIGABYTE)
AMD Tutorial (German)
Another AMD Tutorial (English)
http://f.cl.ly/items/0M2n330k2r2j2L1q2a2g/logo.png
Reply With Quote
  #233  
Old 11-10-2011, 11:26 AM
m28ew m28ew is offline
Jaguar
 
Join Date: Jul 2009
Posts: 47
Quote:
Originally Posted by andyvand View Post
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 ?
Reply With Quote
  #234  
Old 11-10-2011, 11:26 AM
wastez's Avatar
wastez wastez is offline
Panther
 
Join Date: Oct 2010
Posts: 182
Quote:
Originally Posted by $The-King$ View Post
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?
Reply With Quote
  #235  
Old 11-10-2011, 11:33 AM
$The-King$ $The-King$ is offline
 
Join Date: Jul 2010
Posts: 67
Quote:
Originally Posted by wastez View Post
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

Phenom ll x4 955
ASUS M5A97
Sapphire HD6850
Kingston 2*2 GB
WDblue 500GB*2
WD green 640GB
Win 7 & SL10.6.8
Reply With Quote
  #236  
Old 11-10-2011, 11:35 AM
wastez's Avatar
wastez wastez is offline
Panther
 
Join Date: Oct 2010
Posts: 182
Quote:
Originally Posted by m28ew View Post
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.
Reply With Quote
  #237  
Old 11-10-2011, 12:18 PM
andyvand's Avatar
andyvand andyvand is offline
 
Join Date: Apr 2009
Location: Tienen
Posts: 515
Quote:
Originally Posted by akimoa View Post
@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)
Reply With Quote
  #238  
Old 11-10-2011, 12:36 PM
akimoa's Avatar
akimoa akimoa is offline
Panther
 
Join Date: Feb 2011
Location: London ,England
Posts: 129
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


AMD Phenom x4 955 3,2 GHZ Black Edition
Graka:
ATI HD 5770 (Batmobil) 1 GB DDR5 (GIGABYTE)
Lion 10.7 Kexts / Vervet Framebuffer
Mem:
8 GIG RAM Kingston 4x2
OS:
Snow Leopard Retail 10.6.8 Legacy Kernel V8 2
AnV cparm Boot Beta 3
Mobo:
GA-MA-770 UD3 (GIGABYTE)
AMD Tutorial (German)
Another AMD Tutorial (English)
http://f.cl.ly/items/0M2n330k2r2j2L1q2a2g/logo.png
Reply With Quote
  #239  
Old 11-10-2011, 01:06 PM
$The-King$ $The-King$ is offline
 
Join Date: Jul 2010
Posts: 67
the same problem with vmware

Lion mission impossible

Phenom ll x4 955
ASUS M5A97
Sapphire HD6850
Kingston 2*2 GB
WDblue 500GB*2
WD green 640GB
Win 7 & SL10.6.8
Reply With Quote
  #240  
Old 11-10-2011, 01:28 PM
m28ew m28ew is offline
Jaguar
 
Join Date: Jul 2009
Posts: 47
After patching both dyld & libSystem.B.dylib

I got a new KP




💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.

Reply With Quote
Reply