Ubuntu 操作系统的机器架构

Ubuntu 操作系统的机器架构

我在 Ubuntu 18.04.3 LTS 中运行了“lscpu”,我只是想确认它是否显示操作模式是 32 位还是 64 位 - 这个确认正确吗?我的期望是可以在我的计算机上安装 64 位操作系统吗?我很好奇……我目前正在运行 ubuntu 32 位操作系统。我想要一个更了解它的人。

> lscpu

Architecture:        i686
CPU op-mode(s):      32-bit, 64-bit
Byte Order:          Little Endian
CPU(s):              2
On-line CPU(s) list: 0,1
Thread(s) per core:  1
Core(s) per socket:  2
Socket(s):           1
Vendor ID:           GenuineIntel
CPU family:          6
Model:               42
Model name:          Intel(R) Pentium(R) CPU B950 @ 2.10GHz
Stepping:            7
CPU MHz:             857.844
CPU max MHz:         2100.0000
CPU min MHz:         800.0000
BogoMIPS:            4190.92
L1d cache:           32K
L1i cache:           32K
L2 cache:            256K
L3 cache:            2048K
Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave lahf_lm epb pti ssbd ibrs ibpb stibp xsaveopt dtherm arat pln pts md_clear flush_l1d

答案1

输出显示 CPU 是Intel(R) Pentium(R) CPU B950 @ 2.10GHz

它支持 32 位和 64 位架构。

您可以安装 64 位 Ubuntu。

答案2

你的核心并没有什么不同。

两者都是 64 位的。两者都支持 32 位操作系统和 64 位操作系统,以及其中的各种应用程序。

相关内容