LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-25-2003, 10:50 PM   #1
Surfmonkey
Member
 
Registered: Nov 2003
Location: S. CA
Distribution: redhat 7.2-Fedora
Posts: 132

Rep: Reputation: 15
i386/i686


how do i know what one i need to use?

i386
i686

i have redhat 7.2
 
Old 11-25-2003, 11:05 PM   #2
CatSC
Member
 
Registered: Oct 2003
Location: New Zealand, Wellington
Distribution: Red Hat 9, Gentoo 1.4, Vector 4.0
Posts: 74

Rep: Reputation: 15
what do you mean?
 
Old 11-25-2003, 11:16 PM   #3
Surfmonkey
Member
 
Registered: Nov 2003
Location: S. CA
Distribution: redhat 7.2-Fedora
Posts: 132

Original Poster
Rep: Reputation: 15
i read a thread about linux cd burning programs, but when i went to the website it had an option for i386 or i686....im not sure what i need to download.
http://gnometoaster.rulez.org/download.html#download

also on the updates for my 7.2 redhat it had options like that as well with the SRPMS, i386
 
Old 11-25-2003, 11:24 PM   #4
Brane Ded
Member
 
Registered: Nov 2003
Location: over there
Distribution: Debian Testing
Posts: 191

Rep: Reputation: 30
You most likely have i686 unless your computer's quite old.

Either way, i386 should still work, I believe.
 
Old 11-25-2003, 11:31 PM   #5
Surfmonkey
Member
 
Registered: Nov 2003
Location: S. CA
Distribution: redhat 7.2-Fedora
Posts: 132

Original Poster
Rep: Reputation: 15
i have a 1GHz P3 ...is that really old?
 
Old 11-26-2003, 12:20 AM   #6
Brane Ded
Member
 
Registered: Nov 2003
Location: over there
Distribution: Debian Testing
Posts: 191

Rep: Reputation: 30
That's relatively new.

Quote:
i386 is a generic designation for all processors backwardly compatible with the Intel 80386; i586 is for all processors backwardly compatible with the Intel Pentium; and i686 is for Intel processors backwardly compatible with the Pentium Pro chip (Pentium II, III, IV, etc).
That's from this page https://rhn.redhat.com/help/faq/definitions.pxt

So yeah, a Pentium III is considered i686.
 
Old 11-26-2003, 12:22 AM   #7
tearinox
Member
 
Registered: Aug 2003
Location: you dont want to know
Distribution: Gentoo 2004.2, Slackware 10, Windows XP, Windows 2003 Server
Posts: 348

Rep: Reputation: 30
well there was 386 (and that was revolutionary to cpu for some reason.. dunno why) and then 486, 586, 686 and then i believe pentium 1, p2, pentium celeron, p3, and pentium4. some guru correct me if im wrong.

btw.. Amd kicks a$$ compared to intel =P
 
Old 11-26-2003, 12:57 AM   #8
Surfmonkey
Member
 
Registered: Nov 2003
Location: S. CA
Distribution: redhat 7.2-Fedora
Posts: 132

Original Poster
Rep: Reputation: 15
Thanks for the answers
 
Old 11-26-2003, 05:28 AM   #9
toastermaker
Member
 
Registered: Oct 2003
Location: coastal alabama, united states
Distribution: Mandrake 10.0 official, slackware 9.1
Posts: 219

Rep: Reputation: 30
Just an observation.
When I'm booting my Mandy 9.2 it says something about "build i586 running on a i686".
When I've found a coupla of things to install from the internet, I was directed to do use the i386.

I have a 2.2 gig celeron
 
Old 11-26-2003, 06:25 AM   #10
arvindn
LQ Newbie
 
Registered: Nov 2003
Location: India
Distribution: fedora
Posts: 20

Rep: Reputation: 0
I think pentium 1 is 586 and pentium 2 is 686. Since your cpu is a PIII its safe to go with the i686.

Arvind
 
Old 11-26-2003, 06:29 AM   #11
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
Quote:
Originally posted by tearinox
well there was 386 (and that was revolutionary to cpu for some reason.. dunno why) and then 486, 586, 686 and then i believe pentium 1, p2, pentium celeron, p3, and pentium4. some guru correct me if im wrong.

btw.. Amd kicks a$$ compared to intel =P
I'm no guru, but the 386 was revolutionary because it was Intel's first 32-bit processor. Which is why Linux won't run on a 286 or less, which are 16-bit. And it's 386, 486, 586=Pentium, 686=Pentium II and up, so PIII, etc., while Celeron's aren't in the main sequence - they're a discount chip produced alongside the Pentiums. And now some guru can come along and correct me. For instance, I think Pentium Pro is different from and earlier than PII's and is actually the first 686. And there are some references to later chips being '786' and so on, but I believe this has no real standing. And Xeon's are the reverse of Celerons - also off the main line but high-end. But I'm not really sure about that. Basically, a 386 is actually a 386, a 486 is actually a 486, and a Pentium (penta=five) is a 586, while everything else is a 686. And in terms of packages, it's always an 'and up' issue, so that a 386 package will run on anything that will run Linux at all. 586 will run on 586 or 686 but not 486. 686 is only 686.
 
Old 11-26-2003, 06:39 AM   #12
Gaetano
LQ Newbie
 
Registered: Nov 2003
Location: Belgium
Distribution: Suse 7.3 pro
Posts: 4

Rep: Reputation: 0
i586/i686

My understanding is that you have two possible situations: either you download the source files for your Kernel and compile them or you install a precompiled kernel.

When you compile your kernel yourself, the compiler should understand /ask what system it is being compiled for. This should adapt the way the code is compiled to the capabilities of the CPU it is going to be run on.

Compiling your kernel is always preferable as it will make use of more of the capabilities (newer instructions of newer CPU's) of your system, hence make the system run faster, but it is probably not as easy as to let a precompiled kernel install on your PC, at least until you learn how to do it )

Cheers,
Gaetano.
 
Old 11-26-2003, 09:25 AM   #13
tearinox
Member
 
Registered: Aug 2003
Location: you dont want to know
Distribution: Gentoo 2004.2, Slackware 10, Windows XP, Windows 2003 Server
Posts: 348

Rep: Reputation: 30
out of curiosity, how does AMD fit in this? like where is the 386 starting point for them?
 
Old 11-26-2003, 10:50 AM   #14
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
they had 386 & 486 cpus, then Intel sued, failed, and made the pentium. Amd made the 5x86, then the k-6, k-6II, k-6 III... I think those are like the Pentium II, then they had the athlon/duron (duron is a scaled down athlon), which is like the PIII, then they have the athlon XP competing against the P4 now.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
i686 vs. i386 andzerger Linux - Distributions 1 02-22-2004 08:26 PM
is celeron 500 an i686 ? if so how to move from i386 to i686 raft Linux - Hardware 1 12-22-2003 06:58 AM
i686 vs i386 NewtonIX Linux - Newbie 4 11-08-2003 04:04 PM
i386 or i686? .300WSM Linux - Newbie 5 10-22-2003 08:47 PM
i686 vs i386 psyklops Linux - General 4 12-05-2002 08:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration