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 05-24-2004, 09:02 PM   #1
aaronruss
Member
 
Registered: Mar 2004
Posts: 90

Rep: Reputation: 15
what is the difference between I386 and x86_64?


what is the difference between I386 and x86_64? And how can I tell?
 
Old 05-24-2004, 09:10 PM   #2
wh33t
Member
 
Registered: Oct 2003
Location: Canada
Posts: 922

Rep: Reputation: 61
I'm no Linux Ninja or anything, but I do beleive that I386 means that the software is built and optimized for 386 class and up machines, x86 means it runs on the x86 architecture (286,386,486 etc) and x86_64 means that it runs on the 86 architecture aswell as the new Athlon 64 bit systems. I hope this helps, and of course, dont quote me on anything.
 
Old 05-24-2004, 10:12 PM   #3
aaronruss
Member
 
Registered: Mar 2004
Posts: 90

Original Poster
Rep: Reputation: 15
I am running a Dell Power Edge 1400 SC its a 900MHZ Server. Is it i386 or x86_64?
 
Old 05-24-2004, 10:25 PM   #4
geckoinatux
LQ Newbie
 
Registered: May 2004
Posts: 13

Rep: Reputation: 0
Run the i386 distro when in doubt ^.^.

But in this case, you should use the i386 distro.

Enjoy!!!
 
Old 05-24-2004, 10:28 PM   #5
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
type in a terminal:
arch
 
Old 05-24-2004, 10:47 PM   #6
xanas3712
Member
 
Registered: Apr 2004
Distribution: Slackware/Mandrake/Debian (sarge)
Posts: 266

Rep: Reputation: 30
The i386 version will run on all x86 based architecture, x86-64 will not run on anything but amd athlon 64 chips. You, having a 900 mhz cpu do not have an x86-64, so get the 386 version.
 
Old 05-24-2004, 10:47 PM   #7
aaronruss
Member
 
Registered: Mar 2004
Posts: 90

Original Poster
Rep: Reputation: 15
Its a i686 Thanks
 
Old 05-24-2004, 11:51 PM   #8
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Where were you in a cave when INTEL went through their line of processors.

Go to http://www.sandpile.org to catch up with history.
 
Old 08-27-2009, 06:17 AM   #9
pheak
LQ Newbie
 
Registered: Aug 2009
Location: Cambodia
Distribution: Centos
Posts: 4

Rep: Reputation: 0
Quote:
Originally Posted by aaronruss View Post
what is the difference between I386 and x86_64? And how can I tell?
x86_64 is the 64 bit machine the latest
and the I386 is 32 bit machine
64 bit machine is working double speed (x2)of 32 bit machine
 
Old 08-27-2009, 06:35 AM   #10
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
You should look at the date on the previous posts before adding to an old thread. That might change your mind about whether you want to add anything.

Quote:
Originally Posted by pheak View Post
64 bit machine is working double speed (x2)of 32 bit machine
That is not correct.
 
Old 08-27-2009, 07:13 AM   #11
mushroomboy
Member
 
Registered: Jan 2006
Distribution: Debian Testing ALWAYS!!!
Posts: 363

Rep: Reputation: 43
64 bit means double the pipe, but that doesn't mean double the speed.... i686 was built after i386 and is backwards compatable. Your running a P3 I'm guessing so it should be i686, which can run i386 and i686, but you want to run the i686 because it has more optimizations towards your cpu arch.
 
Old 08-27-2009, 06:53 PM   #12
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
64 bit means the addressing range ie 2^64, as opposed to 2^32 (i386, 486, 586 (pentium etc), 686).
Both Intel and their competitor AMD have both architectures avail.
We are currently in a transition period as 64 bit takes over from 32 bit.
32 bit SW can run on 32 bit or 64 bit HW. 64 bit SW can only run on 64 bit HW.

64 bit systems tend to be a bit faster for 2 reasons:
1. newer (faster) HW
2. wider bandwidth on I/O bus etc.

Not all apps have 64 bit versions. For home use, you won't notice a significant difference, if any.
For commercial/large org scale users, the extra addressing range is mostly of benefit to large DBs eg Oracle. They will notice a difference (assuming fast disks etc).
Some calculations may(!) benefit as well eg academic (research) environment.
 
Old 10-23-2009, 04:04 AM   #13
sadashiv
LQ Newbie
 
Registered: Oct 2009
Posts: 1

Rep: Reputation: 0
Arrow LINUX

Tell me i386 meaning plz....
 
Old 10-23-2009, 05:35 AM   #14
vikas027
Senior Member
 
Registered: May 2007
Location: Sydney
Distribution: RHEL, CentOS, Ubuntu, Debian, OS X
Posts: 1,305

Rep: Reputation: 107Reputation: 107
Quote:
Originally Posted by sadashiv View Post
Tell me i386 meaning plz....
Code:
i=intel
3=32 bit processor
86= pentium series
This is as of my knowledge.
 
Old 10-23-2009, 05:37 AM   #15
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by vikas027 View Post
Code:
i=intel
3=32 bit processor
86= pentium series
No, the 386 comes from Intel's 80386 chips. See this.
 
  


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
i386 programs on x86_64? vidar_nelson Fedora 3 11-26-2005 09:36 AM
x86_64 and i386 neouto SUSE / openSUSE 3 09-08-2005 05:15 AM
firefox i386 on x86_64 kpachopoulos Fedora 0 07-30-2005 04:41 AM
i386 & x86_64 jojojo Linux - Newbie 4 05-21-2005 10:53 AM
i386 or x86_64? rssguy Linux - Newbie 2 04-20-2005 07:42 AM

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

All times are GMT -5. The time now is 04:06 PM.

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