如何查看linux和windows系统是32位还是64位系统

一、linux系统下:

1.uname -a

stat@ttpod:~$ uname -a
Linux ttpod 2.6.32-21-generic-pae #32-Ubuntu SMP Fri Apr 16 09:39:35 UTC 2010 i686 i686 i386 GNU/Linux

2.file /bin/ls

stat@ttpod:~$ file /bin/ls
/bin/ls: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped

3.getconf LONG_BIT


stat@ttpod:~$ getconf LONG_BIT
32

4.cat /proc/cpuinfo


stat@ttpod:~$ cat /proc/cpuinfo 
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 15
model name      : Intel(R) Pentium(R) Dual  CPU  E2220  @ 2.40GHz
stepping        : 13
cpu MHz         : 1200.000
cache size      : 1024 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 2
apicid          : 0
initial apicid  : 0
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 10
wp              : yes
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 lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm
bogomips        : 4799.85
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

二、windows 系统下方法:

1.在命令提示符下输入 

systeminfo


2.我的电脑-右键属性-内存信息下有“物理地址扩展”的是64位,没有的是32位


3.借助软件EVEREST Ultimate 软件业可以

你可能感兴趣的:(windows,linux,exception,cache,扩展,alignment)