
08-26-2011, 09:46 AM
|
 |
Panther
|
|
Join Date: Feb 2011
Location: London ,England
Posts: 129
|
|
Quote:
Originally Posted by Imkantus
The Kernel you compiled should be multiple architecture. 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... 
|
Ok that what i was just wondering myself but it seems in the voodooscript the 32bit part didnt got adressed at all or am i missing something
and it doesn't boot in userland 64 either with or without custom dyld
Last edited by akimoa; 08-26-2011 at 10:22 AM.
|