The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: Lost with terms
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 10-04-2007
porter porter is offline
Registered User
 

Join Date: Jan 2007
Posts: 2,965
i386 - This is the first real 32 bit mode 8086 family CPU, 486, Pentiums etc all run 386 code.

IA32 and IA64 are Itanium modes

AMD64, AMD was the first to extend the 386 to 64 bits rather where as Intel was going down the Itanium route

x86_64 is Intel's take on 64 bit version of the 386, playing catchup to AMD

bin refers to binary as in compiled code

src refers to source, as in source code
Reply With Quote