Check if your Mac is 64 bit Compatible via Command Line
September 23rd, 2009 - 10.6, Command Line
While geeking around I discovered another way to check if your Mac is 64 bit compatible by using the command line. Launch terminal and type “sysctl hw |grep 64bit”
Here’s me using the command on my MacBook which does not have a 64 bit processor:
$ sysctl hw |grep 64bit
hw.cpu64bit_capable: 0
on my friends newer MacBook Pro his results were:
$ sysctl hw |grep 64bit
hw.cpu64bit_capable: 1
meaning it is a 64 bit processor.
Posted by: William Pearson

Order Mac OS X 10.6 Snow Leopard today from Amazon.com - $25!

Write a comment