Cpu "Intel Pentium 4 CPU 3.20GHz" 64 bits

Je demande si le processeur Intel® Pentium® 4 CPU 3.20GHz supporte une installation en 64 bits.

D’après sa fiche on ne dirait pas mais des personnes me disent avoir fait une installation 64 bits sans problèmes ???

[code]$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel® Pentium® 4 CPU 3.20GHz
stepping : 3
microcode : 0x5
cpu MHz : 3192.136
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
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 pebs bts pni dtes64 monitor ds_cpl est cid cx16 xtpr
bogomips : 6384.27
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 48 bits virtual
power management:

processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel® Pentium® 4 CPU 3.20GHz
stepping : 3
microcode : 0x5
cpu MHz : 3192.136
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
apicid : 1
initial apicid : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
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 pebs bts pni dtes64 monitor ds_cpl est cid cx16 xtpr
bogomips : 6383.97
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 48 bits virtual
power management:
[/code]

Il n’y a pas forcément qu’un modèle de Pentium 4 à 3,2 Go. Tu es sûr d’avoir recherché le bon, par exemple avec son code SLxxx ?
S’il est dans une machine opérationnelle, tu peux tester. S’il y a déjà un système GNU/Linux 32 bit installé dessus, regarde si /proc/cpuinfo rapporte “lm” dans les flags.
Edit : ah ben ouais, il y est (avais pas vu) donc ça devrait marcher.

Semble confirmé par Wikipédia http://en.wikipedia.org/wiki/List_of_Intel_Pentium_4_microprocessors
Family 15 model 4 = Prescott 2M, avec 2 Mio de cache L2 et support 64 bits.

Ok super merci beaucoup pour ta réponse rapide.