美文网首页程序员的自我修养
mac及windows PC的CPU位数

mac及windows PC的CPU位数

作者: yehkong | 来源:发表于2017-03-22 12:41 被阅读3次
  • mac

$ uname -m
输出:x86_64(代表64位)x86_32(代表32位)
或者:
$ file /bin/ls
输出:···64-bit··· (代表64位) ···32-bit··· (代表32位)

  • windows

$ systeminfo
查看处理器的信息:x64标识的代表64位,x86标识的代表32位

相关文章

网友评论

    本文标题:mac及windows PC的CPU位数

    本文链接:https://www.haomeiwen.com/subject/upkonttx.html