Gentoo Archives: gentoo-user

From: Statux <statux@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] WHAT IS Gentoo architecture for Pentium4 Prescott-2M
Date: Sun, 17 Dec 2006 23:49:46
Message-Id: 1166399099.7852.22.camel@statux.kicks-ass.net
In Reply to: [gentoo-user] WHAT IS Gentoo architecture for Pentium4 Prescott-2M by Andrew Gaydenko
1 [Pardon me if I've botched any information. Comments follow.]
2
3 On Sun, 2006-12-17 at 23:04 +0300, Andrew Gaydenko wrote:
4 > Hi!
5 >
6 > What is Gentoo architecture for this CPU? -
7 >
8 > Pentium4 630 (3.00ГГц, 2МБ, 800МГц, EM64T) Socket775, Prescott-2M core.
9
10 If you want to use EM64T, it's amd64 and -march=nocona in the CFLAGS. Do
11 a little research about the available amd64 profiles. Some allow for a
12 pure 64bit system and some allow for both 64bit and 32bit binaries to be
13 used (I think it's called multilib). I tried using EM64T with my 531 but
14 ran into an issue with the X server crashing out and causing a system
15 reboot on exit. I didn't really have the patience or the need for EM64T
16 functionality (it was just for fun at the time) so I went back to a
17 32bit setup using x86 and -march=prescott
18
19 >
20 > I have not found here (http://gentoo-wiki.com/Safe_Cflags) this CPU core.
21 > For Prescott it is 'x86'. For some CPUs with EM64T it is 'amd64'. Where
22 > is a truth? :-)
23
24 So far, it's amd64 for EM64T. x86 is 32bit. Prescott is 32bit.
25
26 >
27 > If the answer is 'amd64' - there are two additional question:
28 >
29 > - does it mean all modern Intell CPUs has 'amd64' architecture? They all
30 > have EM64T.
31
32 amd64 is used simply because it has everything needed to make EM64T
33 work. amd64 is more or less a 64bit x86-compatible architecture and is
34 adequate for a stable EM64T system as long as you use -march=nocona in
35 the CFLAGS or else you won't end up really using EM64T. Nocona is 64bit
36 and if you want 64bit you just call your prescott a nocona and voila -
37 for the most part.
38
39 >
40 > - [OT] which CPU core is better? Pentium4/Prescott-2M or Pentium D 9xx? Say,
41 > L2 cache is 2MB and 2MB*2 respectively.
42
43 Pentium D is better. 2 CPU cores.
44
45 > Thanks in advance!
46 > Andrew
47
48 --
49 Statux <statux@×××××××××.net>

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] WHAT IS Gentoo architecture for Pentium4 Prescott-2M Andrew Gaydenko <a@××××××××.com>