Nombre de bit/CPU sous Linux

Nombre de bit/CPU sous Linux - Hardware - Linux et OS Alternatifs

Marsh Posté le 19-11-2007 à 10:43:21    

Bonjour ,
 
Qui peux me dire " comment savoir si mon CPU est un 32 ou 64 bit sur linux ??????
 
cat /proc/cpuinfo
 

Code :
  1. [root@localhost ~]# cat /proc/cpuinfo
  2. processor       : 0
  3. vendor_id       : GenuineIntel
  4. cpu family      : 15
  5. model           : 2
  6. model name      : Intel(R) Xeon(TM) CPU 3.20GHz
  7. stepping        : 5
  8. cpu MHz         : 3199.528
  9. cache size      : 1024 KB
  10. physical id     : 0
  11. siblings        : 2
  12. core id         : 0
  13. cpu cores       : 1
  14. fdiv_bug        : no
  15. hlt_bug         : no
  16. f00f_bug        : no
  17. coma_bug        : no
  18. fpu             : yes
  19. fpu_exception   : yes
  20. cpuid level     : 2
  21. wp              : yes
  22. flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr
  23. bogomips        : 6409.46
  24. processor       : 1
  25. vendor_id       : GenuineIntel
  26. cpu family      : 15
  27. model           : 2
  28. model name      : Intel(R) Xeon(TM) CPU 3.20GHz
  29. stepping        : 5
  30. cpu MHz         : 3199.528
  31. cache size      : 1024 KB
  32. physical id     : 3
  33. siblings        : 2
  34. core id         : 0
  35. cpu cores       : 1
  36. fdiv_bug        : no
  37. hlt_bug         : no
  38. f00f_bug        : no
  39. coma_bug        : no
  40. fpu             : yes
  41. fpu_exception   : yes
  42. cpuid level     : 2
  43. wp              : yes
  44. flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr
  45. bogomips        : 6398.70
  46. processor       : 2
  47. vendor_id       : GenuineIntel
  48. cpu family      : 15
  49. model           : 2
  50. model name      : Intel(R) Xeon(TM) CPU 3.20GHz
  51. stepping        : 5
  52. cpu MHz         : 3199.528
  53. cache size      : 1024 KB
  54. physical id     : 0
  55. siblings        : 2
  56. core id         : 0
  57. cpu cores       : 1
  58. fdiv_bug        : no
  59. hlt_bug         : no
  60. f00f_bug        : no
  61. coma_bug        : no
  62. fpu             : yes
  63. fpu_exception   : yes
  64. cpuid level     : 2
  65. wp              : yes
  66. flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr
  67. bogomips        : 6398.62
  68. processor       : 3
  69. vendor_id       : GenuineIntel
  70. cpu family      : 15
  71. model           : 2
  72. model name      : Intel(R) Xeon(TM) CPU 3.20GHz
  73. stepping        : 5
  74. cpu MHz         : 3199.528
  75. cache size      : 1024 KB
  76. physical id     : 3
  77. siblings        : 2
  78. core id         : 0
  79. cpu cores       : 1
  80. fdiv_bug        : no
  81. hlt_bug         : no
  82. f00f_bug        : no
  83. coma_bug        : no
  84. fpu             : yes
  85. fpu_exception   : yes
  86. cpuid level     : 2
  87. wp              : yes
  88. flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr
  89. bogomips        : 6398.74


Message édité par skywolker le 19-11-2007 à 10:43:49
Reply

Marsh Posté le 19-11-2007 à 10:43:21   

Reply

Marsh Posté le 19-11-2007 à 11:00:51    

En cherchant sur internet si ton processeur supporte le jeu d'instruction AMD64/EMT64/x86_64/x64 :
Liste ici > http://en.wikipedia.org/wiki/X86-64#Implementations_2
 
Pour savoir si actuellement ton linux est en 64 bits tu peux faire par exemple un:

file /bin/ls


---------------
--
Reply

Marsh Posté le 19-11-2007 à 11:05:13    

leto a écrit :

En cherchant sur internet si ton processeur supporte le jeu d'instruction AMD64/EMT64/x86_64/x64 :
Liste ici > http://en.wikipedia.org/wiki/X86-64#Implementations_2
 
Pour savoir si actuellement ton linux est en 64 bits tu peux faire par exemple un:

file /bin/ls



 
 
Salut!  
 

Code :
  1. [root@localhost sbin]# file /bin/ls
  2. /bin/ls: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, stripped


 
J'ai du installer une distrib. 32 bit...

Reply

Marsh Posté le 19-11-2007 à 11:06:11    

Ta distrib est 32bits on dirait oui.
Après ton processeur, je sais pas si il supporte le 64bits. C'est quoi exactement comme processeur? Cf la page wikipedia donnée plus haut.


---------------
--
Reply

Marsh Posté le 30-11-2007 à 01:54:39    

Xeon 3,2Ghz ça supporte le 64 Bits :o

Message cité 1 fois
Message édité par trouble_fete le 30-11-2007 à 01:54:48

---------------
Tyan Tiger 200T, SDR PC 133, 1*256Mo, Bi-Tualatin 1,4Ghz, disque Maxtor 6Y080L0 IDE 80Go, FX 5200 en format PCI, modem/routeur DSL-524T, le tout sous Gentoo
Reply

Marsh Posté le 30-11-2007 à 07:20:52    

trouble_fete a écrit :

Xeon 3,2Ghz ça supporte le 64 Bits :o


Pas forcément ! Il y a eu des xeon 3.2 version C (P4C) qui ne supportent pas le 64 bits !


---------------
Un blog qu'il est bien
Reply

Marsh Posté le 30-11-2007 à 07:23:06    

Ah oui étonnant ça, j'aurais pas cru, des processeurs servers elevé comme ça en fréquence donc forcément pas trop archaique et pas de 64 bits malgré tout :o


---------------
Tyan Tiger 200T, SDR PC 133, 1*256Mo, Bi-Tualatin 1,4Ghz, disque Maxtor 6Y080L0 IDE 80Go, FX 5200 en format PCI, modem/routeur DSL-524T, le tout sous Gentoo
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed