What are the differences among i386, i486, i586?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers What are the differences among i386, i486, i586?
# 1  
Old 02-13-2003
What are the differences among i386, i486, i586?

I know it is a silly question, but when I tried to order or download some linux distributions, they have the options for i386, i486, i586, alpha, IA64, M68K, etc..

Does i386 mean intel-80386? Why when I told the webmaster that my pc is intel piii 933, he told me to download the i386 version? Isn't it should be i586 or others?
# 2  
Old 02-13-2003
I pulled this off another site. Apparently, i386 is considered the safest. While others may work with your system architecture, the i386 is guaranteed to work.

i386 - Optimized for 386 and above processors (386, 486, 586 (Pentium), beyond).

i486 - You rarely see these if ever. Optimized for 486 and above processors (486, 586(Pentium), beyond).

i586 - Optimized for 586/Pentium processors (586 (pentium), beyond).

i686 - Optimized for that beyond category (Pentium Pro???, Pentium II, Pentium III, Penmtium IV, K6-x, Atholon, Duron, Celeron (later only???), Thunderbirds, etc).

src - Source package. These are rebuilt into packages and can optimize for whatever platform you have. They take the longest to install.

References:
linuxiso.org
resellerratings.com
# 3  
Old 02-14-2003
With Linux, 386 is the lowest common denominator. Below that lacks hardware, instructions, etc that Linux now requires. There are specialized Linux kernels that will work on older hardware, such as ELKS, but you can't do a whole lot with a 200k kernel.

If you're only going to use a PIII, go ahead and get the version optimised for it. But if you might install this on other machines, get the 386 - that's the safe way to go.
# 4  
Old 02-14-2003
Thank you for both of you. Thank you.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SCO

I need a box to run SCO 3.2 5.0.5 i386 with...

need it to be able to run Seagate STT8000A tape drive. Any suggestions where to go. (5 Replies)
Discussion started by: Mike Gomes
5 Replies

2. Shell Programming and Scripting

Differences between 2 Flat Files and process the differences

Hi Hope you are having a great weeknd !! I had a question and need your expertise for this : I have 2 files File1 & File2(of same structure) which I need to compare on some columns. I need to find the values which are there in File2 but not in File 1 and put the Differences in another file... (5 Replies)
Discussion started by: newbie_8398
5 Replies

3. Solaris

Ethereal Solaris i386

Hello guys, I am trying to install ethereal in Solaris10 based on i386 system. But i can find only packet for sparc. Any idea? Thanks a lot! (2 Replies)
Discussion started by: @dagio
2 Replies

4. UNIX for Advanced & Expert Users

ioctl() system call on Linux-i386

Greetings, Please help me with the following : Where can I find what means exactly and how to use each of the second argument of the ioctl() system call in Linux/386 : FIOxxx (file IOCTL requests), SIOxxx (socket IOCTL requests), TCxxx TIOxxx (terminal IOCTL requests) ? ... (1 Reply)
Discussion started by: aigoia
1 Replies

5. Solaris

Solaris I386 ifconfig devices ??

I want to configure my Network card. On solaris 9 i386. How to know the good Network device. I use prtconf to display the device list. I'm searching the device name. Like ifconfig device_name plumb thanks you (2 Replies)
Discussion started by: simquest
2 Replies

6. UNIX for Dummies Questions & Answers

Installing php-4.3.3-2.i386.rpm

Ok when i try to run the install the is what i get How can i fix this can anyone help (8 Replies)
Discussion started by: Blackrose
8 Replies

7. Filesystems, Disks and Memory

UNIX -openbsd /i386

UNIX -openbsd /i386 I think i have messed up with the bios or something. i am seeing this message as soon as the system boots up //////////////////////////////////////////// Password = Please Enter The System Logon: /////////////////////////////////////////// First i though that it... (1 Reply)
Discussion started by: hrk2006
1 Replies

8. BSD

UNIX -openbsd /i386

I think i have messed up with the bios or something. i am seeing this message as soon as the system boots up //////////////////////////////////////////// Password = Please Enter The System Logon: /////////////////////////////////////////// First i though that it was due to changing the... (1 Reply)
Discussion started by: hrk2006
1 Replies

9. UNIX for Dummies Questions & Answers

Solaris 8 on a i386

Hi, I am trying to installing solaris on a intel PC, but I am unable to do it. So my question is where can I find some good documents (I tried sun.com did not find any thing). If I want to dual boot between Linux and Solaris, would I install solaris first if so why? Thanks alot ... (5 Replies)
Discussion started by: chamkila
5 Replies

10. UNIX for Dummies Questions & Answers

Arrg... SunOS 5.8 i386

I set up a cheap-o box here to play with... I disabled all of my r* services, and plenty of other stuff... (Sure does install a lot of stuff running by default!). I use Reflections X from my NT Workstation to connect. Up until I disabled those services, it worked fairly well. Now I connect and... (2 Replies)
Discussion started by: LivinFree
2 Replies
Login or Register to Ask a Question