为什么“lshw”告诉我“32 位”?

为什么“lshw”告诉我“32 位”?

lshw我从 LiveUSB运行,但我并不完全清楚如何理解输出的一部分。在第一部分中,它显示width: 32 bits,但在 CPU 详细信息中,它只显示几行width: 32 bits

在以下类别下有几种略有不同的模型戴尔 Dimension E521,因此研究这个问题有点棘手,但似乎我拥有的版本是 64 位系统。

lshw输出的第一部分是什么意思width: 32 bit

以下是输出的相关部分(重点添加):

sysresccd
    description: Desktop Computer
    product: Dimension E521 ()
    vendor: Dell Inc
    [width: 32 bits]   <-----------
    capabilities: smbios-2.4 dmi-2.4 smp-1.4 smp vsyscall32
    configuration: boot=normal chassis=desktop cpus=2 uuid=44454C4C-4400-1050-8052-C7C04F574331
  *-core
       description: Motherboard
       product: 0UW457
       vendor: Dell Inc
       physical id: 0
       version: A03
     *-cpu:0
          description: CPU
          product: AMD Athlon(tm) 64 X2 Dual Core Processor 3600+
          vendor: Advanced Micro Devices [AMD]
          physical id: 8
          bus info: cpu@0
          version: 15.11.1
          slot: Socket M2
          size: 1GHz
          capacity: 3GHz
          [width: 64 bits]   <-----------
          clock: 1GHz
          capabilities: boot fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp x86-64 3dnowext 3dnow rep_good nopl extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowprefetch lbrv vmmcall cpufreq

相关内容