Linux:`uname -m`和`uname -p`返回的值有哪些?

前端之家收集整理的这篇文章主要介绍了Linux:`uname -m`和`uname -p`返回的值有哪些?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我知道,对于32位Intel Linuces,它返回i [3-6] 86.对于64位英特尔,它说x86_64.但是其他异国情调的建筑呢? (PowerPC,Alpha,SPARC ……)某处是否有权威列表?

如果有关于其他非Linux Unices的信息也可以获得奖励积分.

解决方法

i386 i686 x86_64 ia64 alpha amd64 arm armeb armel hppa m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc

在右侧找到here.列表是不完整的我猜,但接近于:)谷歌搜索Linux“架构列表”有帮助!

原文链接:https://www.f2er.com/linux/398214.html

猜你在找的Linux相关文章