Le 7 mai 09 à 20:30, Frank Mehnert a écrit :

Thomas,

On Thursday 07 May 2009, Thomas De Contes wrote:
Here is the script to install VirtualBox on mac os x :

[...]

But, it seems that "uname -m" always gives "i386" on mac os x, even
when the processor supports 64 bits

Well, is it a bug, or just 64 bits supports is planned but not
finished ?

This is not a VirtualBox bug but the way like Mac OS X is set up
even on 64-bit machines. This will probably change for some machines
with Snow Leopard.

Well, i just remember that there is a condition :

if test "`uname -m`" != "i386"; then
    exit 112 # (112 = 96 + 16)
fi
exit 0

So, why make a test which depends on "uname -m" later ?
and why provide any 64 bits processus ?
Is it only in preparation for Snow Leopard ?


--
Téléassistance / Télémaintenance
http://www.portparallele.com/ThomasDECONTES/


_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to