LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   i586 proggies on i686 (https://www.linuxquestions.org/questions/linux-software-2/i586-proggies-on-i686-230457/)

Ryan450 09-14-2004 08:07 AM

i586 proggies on i686
 
I've seen a lot programs for linux, but its really hard finding the ones for my platform..

is it possible to run i586, i386 etc.. on my i686 platform?

or will this give me a nasty bug/corruption?

rjlee 09-14-2004 08:16 AM

Yes, you can run i386, i486, i586 and i686 code on an i686 processor. There won't be any problem with versioning, as the i686 is call-compatible with the 486, 486 and 586.

Note that the converse is not true; with Intel architectures, each chip keeps adding new instructions, so 386 code will run on any x86 processor, but 486 code won't usually run on a 386.

Ryan450 09-14-2004 01:35 PM

great, so as long as I dont use a chipset that's higher then my chip I should be good :).. whats the intel P4 classified as?

icom158 09-14-2004 02:48 PM

Quote:

Originally posted by Ryan450
great, so as long as I dont use a chipset that's higher then my chip I should be good :).. whats the intel P4 classified as?
i686

rjlee 09-15-2004 03:16 AM

Quote:

Originally posted by Ryan450
great, so as long as I dont use a chipset that's higher then my chip I should be good :)
Well, so long as you stick to x86 binaries, that holds true. But you can't run (say) a PPC program on an x86 at all; you'd need a PowerPC processor for that.


All times are GMT -5. The time now is 07:05 AM.