View Single Post
 
Old 09-23-2009, 10:27 PM
miliuco miliuco is offline
 
Join Date: Jul 2009
Location: Spain
Posts: 62
Cuando dices:
Quote:
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>arch=x86_32</string>
<key>device-properties</key>
<string>-v</string>
<key>Timeout</key>
<string>3</string>
Date cuenta que el modificador -v no va en device-properties sino como un Kernel Flags, podría ser algo así:
Quote:
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>arch=x86_32 -v</string>
<key>Timeout</key>
<string>3</string>
Y como dice Thorazine74 hay 2 posibles modificadores para x64 dependiendo del arranque que uses, puede ser arch=x86_64 o -x64. Te pego aquí del propio Thorazine74 en el otro hilo:
Quote:
If you are using netkas PCEFI 10.x the boot arguments are -x32 or -x64
If you are using pure Chameleon rc3 the arguments are arch=i386 or arch=x86_64
Y también:
Quote:
arch=i386: 32 bit kernel / 32 or 64 bit apps
arch=i386 -legacy: 32 bit kernel / 32 bit apps
arch=x86_64: 64 bit kernel / 32 or 64 bit apps
arch=x86_64 -legacy: 64 bit kernel / 32 bit apps.

10.7.1 / Gigabyte P55-USB3 / i5 750 / 9800gt / http://miliuco.es

Last edited by miliuco; 09-23-2009 at 10:31 PM.
Reply With Quote