Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Which architecture should I use? [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Aquiles
Apprentice
Apprentice


Joined: 23 Feb 2007
Posts: 230
Location: Somewhere, surrounded by my circumstances.

PostPosted: Tue Oct 23, 2007 7:44 am    Post subject: Which architecture should I use? [SOLVED] Reply with quote

Hi everybody,

I want to install Gentoo on a machine with an Intel Core 2 Quad 2.4 GHz. Which architecture should I install?

Thank you in advance for your anwers.
_________________
Aquiles


Last edited by Aquiles on Tue Oct 23, 2007 1:14 pm; edited 1 time in total
Back to top
View user's profile Send private message
Veldrin
Veteran
Veteran


Joined: 27 Jul 2004
Posts: 1945
Location: Zurich, Switzerland

PostPosted: Tue Oct 23, 2007 7:58 am    Post subject: Reply with quote

First of all, this has been answer about a hunderd times... just search for 'x86 amd64 core2'

seconds, it somewhat depends on how much ram you have (hint: 4GB), and for what you want to use your system (hint: number crunching)

cheers
V.
Back to top
View user's profile Send private message
Aquiles
Apprentice
Apprentice


Joined: 23 Feb 2007
Posts: 230
Location: Somewhere, surrounded by my circumstances.

PostPosted: Tue Oct 23, 2007 11:07 am    Post subject: Reply with quote

Well, I searched for the name of the processor and got no result, so I asked.

I have 4 GB of RAM, and I don't care about flash, if that's what you mean.
_________________
Aquiles
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4572
Location: Suzhou, China

PostPosted: Tue Oct 23, 2007 11:26 am    Post subject: Reply with quote

You'll want amd64.
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
Banana
Veteran
Veteran


Joined: 21 May 2004
Posts: 1404
Location: Germany

PostPosted: Tue Oct 23, 2007 11:59 am    Post subject: Reply with quote

Quote:
You'll want amd64.

on an Intel Core 2 Quad 2.4 GHz. ???
_________________
My personal space
My delta-labs.org snippets do expire

PFL - Portage file list - find which package a file or command belongs to.
Back to top
View user's profile Send private message
monsm
Guru
Guru


Joined: 26 Sep 2007
Posts: 467
Location: London, UK

PostPosted: Tue Oct 23, 2007 12:02 pm    Post subject: Reply with quote

Aha! I was just about to suggest IA64, but thats Itanium isn't it?
I have been in AMD land so long I have forgotten about intel. So is it right then that the AMD64 architecture also cover the Intel dual core 64 bit CPUs?

Mons :o (slightly surprised)
Back to top
View user's profile Send private message
i92guboj
Bodhisattva
Bodhisattva


Joined: 30 Nov 2004
Posts: 10315
Location: Córdoba (Spain)

PostPosted: Tue Oct 23, 2007 12:36 pm    Post subject: Reply with quote

*_-=Banana=-_* wrote:
Quote:
You'll want amd64.

on an Intel Core 2 Quad 2.4 GHz. ???


Yes.

It is just the arch name, the same happened in the past. For example, i686 is an Intel name, but not only intel processors were considered i686 processors, for example, the i686 in the intel worl'd was pII or p-pro, but the k6-2 from amd was also an i686 cpu. Since amd was the first cpu to implement this concrete architecture, it makes perfect sense that the arch is named amd64. The old intel 64 bit cpu's are different (IA64) and are not pc compatible. New intels use an architecture that aims to be compatible with amd64.
Back to top
View user's profile Send private message
Aquiles
Apprentice
Apprentice


Joined: 23 Feb 2007
Posts: 230
Location: Somewhere, surrounded by my circumstances.

PostPosted: Tue Oct 23, 2007 1:14 pm    Post subject: Reply with quote

Let's make it amd64 then.

Thank you all!
_________________
Aquiles
Back to top
View user's profile Send private message
Banana
Veteran
Veteran


Joined: 21 May 2004
Posts: 1404
Location: Germany

PostPosted: Tue Oct 23, 2007 1:36 pm    Post subject: Reply with quote

i92guboj wrote:
*_-=Banana=-_* wrote:
Quote:
You'll want amd64.

on an Intel Core 2 Quad 2.4 GHz. ???


Yes.

It is just the arch name, the same happened in the past. For example, i686 is an Intel name, but not only intel processors were considered i686 processors, for example, the i686 in the intel worl'd was pII or p-pro, but the k6-2 from amd was also an i686 cpu. Since amd was the first cpu to implement this concrete architecture, it makes perfect sense that the arch is named amd64. The old intel 64 bit cpu's are different (IA64) and are not pc compatible. New intels use an architecture that aims to be compatible with amd64.


thx for the explantion
_________________
My personal space
My delta-labs.org snippets do expire

PFL - Portage file list - find which package a file or command belongs to.
Back to top
View user's profile Send private message
depontius
Advocate
Advocate


Joined: 05 May 2004
Posts: 3509

PostPosted: Tue Oct 23, 2007 3:35 pm    Post subject: Reply with quote

i92guboj wrote:
It is just the arch name, the same happened in the past. For example, i686 is an Intel name, but not only intel processors were considered i686 processors, for example, the i686 in the intel worl'd was pII or p-pro, but the k6-2 from amd was also an i686 cpu. Since amd was the first cpu to implement this concrete architecture, it makes perfect sense that the arch is named amd64. The old intel 64 bit cpu's are different (IA64) and are not pc compatible. New intels use an architecture that aims to be compatible with amd64.


Actually, the AMD k6 is not an i686, it's an i586. As far as I can tell, the single essential difference between i586 and i686 is the CMOV instruction. It's easy to check, because it's one of the flags in /proc/cpuinfo. The earlier Via processors were also i586, but they added CMOV to more recent models, to make them i686.

Probably not relevant to the current discussion, but just a clarification.
_________________
.sigs waste space and bandwidth
Back to top
View user's profile Send private message
i92guboj
Bodhisattva
Bodhisattva


Joined: 30 Nov 2004
Posts: 10315
Location: Córdoba (Spain)

PostPosted: Tue Oct 23, 2007 3:45 pm    Post subject: Reply with quote

depontius wrote:
i92guboj wrote:
It is just the arch name, the same happened in the past. For example, i686 is an Intel name, but not only intel processors were considered i686 processors, for example, the i686 in the intel worl'd was pII or p-pro, but the k6-2 from amd was also an i686 cpu. Since amd was the first cpu to implement this concrete architecture, it makes perfect sense that the arch is named amd64. The old intel 64 bit cpu's are different (IA64) and are not pc compatible. New intels use an architecture that aims to be compatible with amd64.


Actually, the AMD k6 is not an i686, it's an i586. As far as I can tell, the single essential difference between i586 and i686 is the CMOV instruction. It's easy to check, because it's one of the flags in /proc/cpuinfo. The earlier Via processors were also i586, but they added CMOV to more recent models, to make them i686.

Probably not relevant to the current discussion, but just a clarification.


I don't know if the cmov instruction was introduced on any of k6-2 or k6-3 series, if at all (I was talking about those, and not the first k6, I knew those are just i586). Anyway, it doesn't really matter. Change i686 by i586 and the whole point of the thread is still valid.

Thanks for the info, though :)
Back to top
View user's profile Send private message
monsm
Guru
Guru


Joined: 26 Sep 2007
Posts: 467
Location: London, UK

PostPosted: Tue Oct 23, 2007 4:23 pm    Post subject: Reply with quote

Learn something new every day :D

Cheers,
Mons
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum