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)

andyvand 11-10-2011 01:30 PM

Quote:

Originally Posted by akimoa (Post 55969)
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

Cut and paste the following:
make ARCH_CONFIGS="I386 X86_64" KERNEL_CONFIGS=DEBUG install
note the space after release... and no ""

davisin666 11-10-2011 01:33 PM

For the usb messages, did you disable the usb legacy support (In BIOS, because it seems that in OHCI, usb 1.1, is the problem)???

If doesn't work, maybe using usb kexts from 10.6.8 can do the trick

m28ew 11-10-2011 01:39 PM

Quote:

Originally Posted by davisin666 (Post 55974)
For the usb messages, did you disable the usb legacy support (In BIOS)???

If doesn't work, maybe using usb kexts from 10.6.8 can do the trick

After patching both dyld & libSystem.B.dylib
the usb error doesn't appear anymore

but I get a new KP :D

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

akimoa 11-10-2011 03:19 PM

here are the debug ones

autopatch

http://cl.ly/28380m2u2f3h0N0a1x1K

no autopatch


http://cl.ly/3x3V2A2a1V1I2g2n133a

hope we can get anything out of these

So test Guys :)

m28ew 11-10-2011 04:17 PM

Quote:

Originally Posted by akimoa (Post 55976)
here are the debug ones

autopatch

http://cl.ly/28380m2u2f3h0N0a1x1K

no autopatch


http://cl.ly/3x3V2A2a1V1I2g2n133a

hope we can get anything out of these

So test Guys :)


still no luck :'(


with your autopatch kernel @ 32-bits

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



with your no autopatch kernel @ 32-bits

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



btw, is there any new boot-flag I should use to enable the debug mode ?


EDIT:

and maybe you should split this thread and create a new one: Legacy Kernel 10.7.x / Darwin 11.x.0 ( Still in Progress... )

Just My Two Cents :)

$The-King$ 11-10-2011 04:30 PM

2 Attachment(s)
belong to snow leopard

@ andyvand
since snow cant boot mac on hardware raid

and i got this panic when using force64

http://osx86.co/attachment.php?attac...1&d=1320938470

and here with out using force64

http://osx86.co/attachment.php?attac...1&d=1320938470

this annoying me as i must change data mode to a chi every time i enter mac :(


anther thing can any one help me to learn compiling kernel (tools&steps)

thanks :)

davisin666 11-10-2011 07:46 PM

not_interrupts_enabled

It seems like there is a heavy mess with interrupts and threads

wastez 11-10-2011 08:01 PM

Quote:

Originally Posted by $The-King$ (Post 55978)
belong to snow leopard

@ andyvand
since snow cant boot mac on hardware raid

and i got this panic when using force64

http://osx86.co/attachment.php?attac...1&d=1320938470

and here with out using force64

http://osx86.co/attachment.php?attac...1&d=1320938470

this annoying me as i must change data mode to a chi every time i enter mac :(


anther thing can any one help me to learn compiling kernel (tools&steps)

thanks :)

Compiling is no problem.
Just use the command make or in case of anvīs kernel the script which he creates to do this. ;)

$The-King$ 11-10-2011 09:24 PM

Quote:

Originally Posted by wastez (Post 55981)
Compiling is no problem.
Just use the command make or in case of anvīs kernel the script which he creates to do this. ;)

need i some tools for compiling except xcode ?

wastez 11-11-2011 07:16 AM

Quote:

need i some tools for compiling except xcode ?
No you need only Xcode and the kernel tools.
But donīt forget to patch the libSystemB_debug.dylib and libSystemB_profile.dylib after installing it.