Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
x86 is the CPU architeture family. These go along the lines of i286, i386, i486, i586, etc. where the x is used as a variable for the 2, 3, 4, 5, etc.
i586 is the same as a pentium and amd k1, i686 is the same as pentium II and amd k2, and so on. x86-64 stands for 64-bit processors like Athlon-64's and Opteron that operate off of the x86 family.
Each of the chips has extra transitors and instruction sets, so if you download a distro that was compile for your chip, it should, in theory, run better. Also, You have to meet the architecture number or older to use the distro to.
Last edited by deviance99; 11-14-2004 at 09:54 PM.
Each of the chips has extra transitors and instruction sets, so if you download a distro that was compile for your chip, it should, in theory, run better.
That is not true. The amount of transistors does not depend on architecture model. There are 686 or 80686 processors that have as much transistors as a 486 or 80486. Also adding more transistors does not always mean it will be better although it will be hotter.
I suggest doing a search in this forum on this topic. There are several threads for your question.
Extra Transistors, no. Extra Instructions, Yes. A linux distro compiled for i686 won't run as well on a i586 processor, but it should still run. If you see a distro for x86 it's a generic distro that will run the same on any series as long as it's the same processor speed. And, as mentioned above, x86-64 is for 64-bit processors and won't run on 32-bit processors.
Hmmm... For one, many of the chips DO HAVE more transistors, also, SOME programs will run on older arch's, however, some WILL NOT. In general, you should NOT use a distro that is newer then your chip family.
80386 has 275,000 transistors
80486 has over 1,000,000 transistors
80586 or Pentium has 3.1 million transistors
P55C Pentium has 4.5 million transistors
80686 or P2 has 7.5 million transistors
and I doubt the trend has ended but since this is the only ones Linux is compiled for that is all I will list
my research was done at Wikipedia
the more transistors equal more power more instructions and better processor's
true they may be hotter but it is well worth it
And I don't even have a 80586
the oldest chips I have are Pentium 3's
most of my stuff was donated I have 2 Xeon Quad cores
and 2 Pentium D Dual cores
and several Pentium 4's and a few Pentium 3's
I don't think I even own a 80586 any more
got rid of them a long time ago
to old and took up to much space
From a Linux kernel perspective, there are two main considerations:
64-bit or 32-bit architecture: This is the most fundamental architectural concern. If you have a 64-bit CPU, as most people do today, you should always use a 64-bit OS build.
Processor model/features: Is this-or-that instruction available?
Most Linux "distros" are built for a fairly generic x86 or x86-64 chip for simplicity.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.