InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Snow Leopard 10.6 (http://infinitemac.com/forumdisplay.php?f=87)
-   -   64bit or 32bit How do i tell which one i'm using? (http://infinitemac.com/showthread.php?t=4159)

vladrxpx 09-24-2009 07:12 AM

I've removed the spaces..
Still no 64bit kernel.. :C

this is how my com.apple.boot.plist looks like..


Code:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>Kernel</key>
        <string>mach_kernel</string>
        <key>Kernel Flags</key>
        <string>arch=x86_64</string>
        <key>device-properties</key>
        <string>5e0200000100000001000000520200000d00000002010c00d041030a010000000101060000010101060000007fff04000e0000004e00560050004d0000002000000001000000000000000000000000000000000000000000000000000000220000005600520041004d002c0074006f00740061006c00730069007a006500000008000000000000201c0000006400650076006900630065005f00740079007000650000000f0000004e5644412c506172656e740e0000006e0061006d00650000000b000000646973706c617922000000400030002c006400650076006900630065005f00740079007000650000000b000000646973706c617922000000400031002c006400650076006900630065005f00740079007000650000000b000000646973706c6179100000006d006f00640065006c000000130000004765466f726365203938303020475420000000400031002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d616314000000400030002c006e0061006d0065000000120000004e5644412c446973706c61792d4114000000400031002c006e0061006d0065000000120000004e5644412c446973706c61792d4220000000400030002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d6163100000004e00560043004100500000001800000004000000000003000c00000000000007000000001e00000072006f006d002d007200650076006900730069006f006e000000270000004765466f7263652039383030204754204f70656e474c20456e67696e65205b4546495d</string>
        <key>Graphics Mode</key>
        <string>1680x1050x32</string>       
        <key>Timeout</key>
        <string>5</string>
       
</dict>
</plist>


thorazine74 09-24-2009 08:13 AM

Are you using Chameleon or PCEFI boot? The boot flags are different (they cant even agree on boot flags...): x32/x64 or i386/x86_64.

vladrxpx 09-24-2009 02:25 PM

I am using Chameleon..
which boot flag am I suppose to be using?

Code:

Last login: Thu Sep 24 16:15:35 on console
Vlad-Southers-Mac:~ Vlad$ uname -a
Darwin Vlad-Southers-Mac.local 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 i386
Vlad-Southers-Mac:~ Vlad$


vladrxpx 09-24-2009 06:37 PM

ok, i managed to get into x64bit SL with -x64 while booting..

should i put :

<key>Kernel Flags</key>
<string>arch=-x64</string>

?