I’ll be very brief: AMD64 are for processors of 64 bits
, and takes AMD’s name because she did it first; i386 are for the processors 32 bits
, and takes the i
Intel because she did it first. ;)
A bit of history:
x86 or 80x86 are generic names given to the processor family based on the Intel 8086, of Intel Corporation.
The architecture is called x86 because the first processors in this family were identified only by numbers ending with the "86" sequence: the 8086, the 80186, the 80286, the 80386 and the 80486.
Like nay if you can have a trademark on numbers, Intel and most of its competitors started using names that could be registered as trademarks, such as Pentium for generations of later processors, but the old nomenclature had already forged a term for the whole family: the x86.
AMD64, x64 or x86-64, are generic names given to the processor family based on 64 bit, used by the processors of AMD and of Intel.
The x86-64 was designed by Advanced Micro Devices (AMD), which renamed it AMD64. Intel was forced to follow suit, introducing modifications to the Pentium 4, and so launched the so-called Intel64, which is almost identical to AMD64.
https://pt.wikipedia.org/wiki/AMD64
https://pt.wikipedia.org/wiki/X86
More directly answering your question, we have the ISO 32bits
and the ISO 64bits
, for both Windows OS and Linux OS (see how windows also need "this"). When it is ISO AMD64 will install for processors 64bits
both Intel and AMD (see explanation above), and when i386 will install 32bits
- see the explanation above. :)
Windows has multiple Isos for different architectures.
– Vinícius Gobbo A. de Oliveira
The last time I used one of these was a Vista pro 7 update. Then I never saw it again. It’s a media only with several edits inside.
– Leonel Sanches da Silva
The binaries of various architectures used to fit in a single media. Today this is no longer possible on a DVD. In addition, formerly the portion of the x86-32 that needed to be shipped along with the x86-64 was much larger than the current one. Some Linux distributions (such as Fedora) will even remove support for the x86-32 architecture.
– Vinícius Gobbo A. de Oliveira
In fact, nowadays it is increasingly difficult to see "media", even those on DVD. My notebook, for example, not even DVD drive has more.
– Leonel Sanches da Silva