CPU architecture

  • uname -m
    uname -a
    arch
  • x86=i386=IA32 The oldest intel 8086 typical
  • amd64=x86_64=x64
  • The mainstream architecture of arm architecture CPU: armv8 is suitable for low-cost, high-performance, low-power consumption fields such as mobile communications (mobile phones, embedded)
  • aarch64: armv8 is in 64-bit execution state,
  • aarch32: armv8 32-bit execution status,

Guess you like

Origin blog.csdn.net/qq_42314865/article/details/130187585