Results 1 to 6 of 6
Ok I feel really embarrased to ask this.
But how do I found out if my system is an i386 or i686 system?
I have an Intel Core 2 1.8ghz ...
- 08-21-2009 #1
What is my system?
Ok I feel really embarrased to ask this.
But how do I found out if my system is an i386 or i686 system?
I have an Intel Core 2 1.8ghz processor.
- 08-21-2009 #2Linux User
- Join Date
- Jul 2007
- Location
- Greece
- Posts
- 277
Check the cpuinfo file. It should tell you the info you want.
Code:cat /proc/cpuinfo | grep 'model name' | head -1
One Love!!!
- 08-21-2009 #3
It's likely no one who bought a computer since the early 90s still has a 386. Your Core 2 Duo is actually neither of those. It's a 64-bit x86_64 architecture. It can run software designed for all of the following:
i386, i486, i586, i686, X64/X86_64
For more details on this, here's a tutorial:
http://www.linuxforums.org/forum/per...a64-em64t.html
And for more general questions:
http://www.linuxforums.org/forum/lin...ead-first.htmlRegistered Linux user #270181
TechieMoe's Tech Rants
- 08-21-2009 #4
- 08-21-2009 #5
- 08-22-2009 #6
Easy there. What system did you install? 32bit or 64bit?
While you can get 32 bit to run on a 64 bit system the reverse is not true.
I could be way off base here, it has been a while since I had the 64bit version installed on my machine, but I believe you can use 'uname -a' to see if you have 32 or 64 bit version installed. I believe when the 64 bit is installed it will show '86_64' Again I could be way off base on this one as it has been a while.


Reply With Quote
