环境:MAC OS X 10.10.2
查看方式有三种:
1. 点击苹果图标->关于本机,点击系统报告...,点击硬件,查看处理器名称
名称上无法直观看出是32位还是64位,可根据以下列表判断:
(1)Intel Core Solo 32 位
(2)Intel Core Duo 32 位
(3)Intel Core 2 Duo 64 位
(4)Intel Quad-Core Xeon 64 位
(5)Dual-Core Intel Xeon 64 位
(6)Quad-Core Intel Xeon 64 位
(7)Intel Core i3 64 位
(8)Intel Core i5 64 位
(9)Intel Core i7 64 位
2. 运行 uname -a, 输出内容中有 x86_64 的是64位的,i686是32位的。
Darwin MaPingdeMacBook-Pro.local 14.1.0 Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64 x86_64
3. 运行 ioreg -l -p IODeviceTree | grep "firmware-abi" | sed -e 's/[^0-9A-Z]//g'
输出结果为EFI64的是64位的,EFI32的是32位的。
参考文献:
1. http://support.apple.com/kb/HT3696?viewlocale=zh_CN&locale=zh_CN
2. http://blog.csdn.net/duxinfeng2010/article/details/8629435
3. http://www.mac52ipod.cn/post/apple-mac-os-x-64bit.php
查看方式有三种:
1. 点击苹果图标->关于本机,点击系统报告...,点击硬件,查看处理器名称
名称上无法直观看出是32位还是64位,可根据以下列表判断:
(1)Intel Core Solo 32 位
(2)Intel Core Duo 32 位
(3)Intel Core 2 Duo 64 位
(4)Intel Quad-Core Xeon 64 位
(5)Dual-Core Intel Xeon 64 位
(6)Quad-Core Intel Xeon 64 位
(7)Intel Core i3 64 位
(8)Intel Core i5 64 位
(9)Intel Core i7 64 位
2. 运行 uname -a, 输出内容中有 x86_64 的是64位的,i686是32位的。
Darwin MaPingdeMacBook-Pro.local 14.1.0 Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64 x86_64
3. 运行 ioreg -l -p IODeviceTree | grep "firmware-abi" | sed -e 's/[^0-9A-Z]//g'
输出结果为EFI64的是64位的,EFI32的是32位的。
参考文献:
1. http://support.apple.com/kb/HT3696?viewlocale=zh_CN&locale=zh_CN
2. http://blog.csdn.net/duxinfeng2010/article/details/8629435
3. http://www.mac52ipod.cn/post/apple-mac-os-x-64bit.php
没有评论:
发表评论