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 08-26-2011 06:34 PM

he used r1460 on vanilla
and i tried on amd 1095 and 1457 .....wastez tried cparm boot also on amd

acermac3 08-26-2011 07:29 PM

What bootloader should we be using?
 
I'm interested in helping test your kernel. I have three partitions.

Chameleon bootloader
part0 10.6.8 (my fulltime workstation)
part1 10.6.5 (repair)
part2 10.7.0 GM installed from macpro using ccc

Snow Leopard is running on an AM2+ Phenom x4 9650 2.3 ghz. DAO78l Acer Mainboard with nforce 780a chipset. This is a cheap setup and I believe an excellent candidate for testing the kernel with 4gb of ram. Lion of course does not boot (just blackscreen reboot after chameleon bootloader.) I'm running two other systems with same specs without the Lion partition, snow leopard runs on all three very well. One running osx server.

Should I install the Boot beta or will Chameleon work with your new kernel?

wastez 08-26-2011 08:13 PM

In the moment the kernel is not working until now.

You can download a few pages before but as i said it is not working.
I posted it on Page 7, it is compiled with xcode 4.1 but if you want to you can download the source on insanelymac and compile it by yourself.

andyvand 08-26-2011 09:00 PM

I found the routines that do code signature checks on the pages + through dyld syscall.
I modified the code slightly so it will verify all code signature kernel checks as valid.
This means we can use stock dyld too...
I also noticed the panic.
It panics on map_text_segment_sys (that's where the trap gets called).
I modified the code slightly for the new syscall format (it shouldn't panic anymore).
I'll post the results soon, please test on that P4... ;)

davisin666 08-26-2011 10:00 PM

I tried running in a modded bootcd but it restarts after the message

Starting Darwin x86

Seems like can't boot on i386, even with arch=i386 -force64, extracting i386 part also doesn't work

$The-King$ 08-27-2011 02:00 AM

http://opensource.apple.com/release/mac-os-x-1071/

good luck :)

jblparisi 08-27-2011 02:33 AM

Garageband crashes on my AMD x2 cpu, any suggestions?

Thanks

Here is part of the crash log:



Process: GarageBand [950]
Path: /Applications/GarageBand.app/Contents/MacOS/GarageBand
Identifier: com.apple.garageband
Version: 6.0.4 (427.84)
Build Info: GarageBand_App-4278400~1
Code Type: X86 (Native)
Parent Process: launchd [102]

Date/Time: 2011-08-26 21:34:08.338 -0400
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6

Interval Since Last Report: 458742 sec
Crashes Since Last Report: 51
Per-App Interval Since Last Report: 72 sec
Per-App Crashes Since Last Report: 6
Anonymous UUID: 21CC8BE4-B7A4-44C8-8A4A-57425D706890

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
Crashed Thread: 0 Dispatch queue: com.apple.main-thread

davisin666 08-27-2011 02:50 AM

Quote:

Originally Posted by jblparisi (Post 55218)
Garageband crashes on my AMD x2 cpu, any suggestions?

Thanks

Here is part of the crash log:



Process: GarageBand [950]
Path: /Applications/GarageBand.app/Contents/MacOS/GarageBand
Identifier: com.apple.garageband
Version: 6.0.4 (427.84)
Build Info: GarageBand_App-4278400~1
Code Type: X86 (Native)
Parent Process: launchd [102]

Date/Time: 2011-08-26 21:34:08.338 -0400
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6

Interval Since Last Report: 458742 sec
Crashes Since Last Report: 51
Per-App Interval Since Last Report: 72 sec
Per-App Crashes Since Last Report: 6
Anonymous UUID: 21CC8BE4-B7A4-44C8-8A4A-57425D706890

Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Add std_dyld=Yes to your boot flags :)

jblparisi 08-27-2011 03:21 AM

Quote:

Originally Posted by davisin666 (Post 55219)
Add std_dyld=Yes to your boot flags :)



I thought the whole point of the custom dyld kernel was to avoid that? Or am i missing something, lol

akimoa 08-27-2011 05:03 AM

Quote:

Originally Posted by andyvand (Post 55210)
I found the routines that do code signature checks on the pages + through dyld syscall.
I modified the code slightly so it will verify all code signature kernel checks as valid.
This means we can use stock dyld too...
I also noticed the panic.
It panics on map_text_segment_sys (that's where the trap gets called).
I modified the code slightly for the new syscall format (it shouldn't panic anymore).
I'll post the results soon, please test on that P4... ;)

Just give me a Shout when u Updated it will recompile it on lion :-d