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 08-26-2011 08:03 AM

Quote:

Originally Posted by wastez (Post 55150)
Ok... Compiled the kernel.

But it created 2 mach_kernel.
One in the root from voodoo build folder and one in the source in /build/sym.

The one in the root has 15,4 mb and the one in the source has 18.7 mb.

Which one is the right one?

You need the one in BUILD/dst
it copies automatically in voodoobuild-AnV-0.5.1 (with running ./compile_kernel.sh).
Make sure you have done ./voodoobuild.sh first.

wastez 08-26-2011 08:40 AM

Ok....
Then itīs the one with 15.4 mb.
I also edited the voodoobuild file.

Akimoa tested it on his amd but it doesnīt work --> instant reboot.

Could the be the same problem like on snow in pure 64 mode?

andyvand 08-26-2011 08:59 AM

Quote:

Originally Posted by wastez (Post 55152)
Ok....
Then itīs the one with 15.4 mb.
I also edited the voodoobuild file.

Akimoa tested it on his amd but it doesnīt work --> instant reboot.

Could the be the same problem like on snow in pure 64 mode?

Probably: yes
Unfortuntely I have no idea of what precisely changed that doesn't allow 32bit only boot.
Otherwise I could track it down...

$The-King$ 08-26-2011 09:01 AM

this 11.0 kernel do like 10.8 kernel on lion just reboot without entering verbose mode :-/

wastez 08-26-2011 09:11 AM

I uploaded the compiled kernel, so that everyone can try it.

Itīs compiled with xcode 4.1.

Here the link for it: https://rapidshare.com/files/2989752953/mach_kernel.zip

$The-King$ 08-26-2011 09:17 AM

i think that the problem may be from thing anther kernel as 10.8 & 11.0 have the same result
will make some tests and return

wastez 08-26-2011 09:18 AM

I think itīs over for amd with lion if nobody can create a 32 bit kernel.
It was also not possible to run amd in 64 kernel mode in snow leopard.

scififan68 08-26-2011 09:25 AM

It won't even load in full 64bit on AMD in lion, I just tried and got a reboot. But it loads on my 64bit Pentium 4 in 32bit mode but then kps(Lack of ssse3 maybe?). @ wastez it is possible to run full 64bit mode in Snow Leopard, but no 32bit apps work. proof: http://public.bay.livefilestore.com/...bit10.6pbl.png

Imkantus 08-26-2011 09:40 AM

Quote:

Originally Posted by wastez (Post 55157)
I think itīs over for amd with lion if nobody can create a 32 bit kernel.
It was also not possible to run amd in 64 kernel mode in snow leopard.

The Kernel you compiled should be multiple architecture.
Code:

file ./mach_kernel
should look like this:
Code:

./mach_kernel: Mach-O universal binary with 2 architectures
./mach_kernel (for architecture x86_64):        Mach-O 64-bit executable x86_64
./mach_kernel (for architecture i386):        Mach-O executable i386

So there is still a 32-Bit Kernel on Lion. Just the "-legacy" mode is no longer supported. So we need to boot the -force64 way on Lion... :)

$The-King$ 08-26-2011 09:41 AM

i think it may be bootlaoder problem