|
What is the difference between Windows 7 Professional (x86) - DVD (English) and Windows 7 Professional (x64) - DVD (English)? Are there 86 bit computers now? Did I somehow miss that announcement? |
|
Interesting question – x86 is a historical thing that's stuck, some of the first Intel 32-bit processors were the 80286 and 80386 (aka i386)... the architecture was called x86 to show that they all ended in the number 86, even though it's 32-bit (definitely not 86 bit!). x64 is a contraction of x86-64... 64-bit processors as used in, for example, Core 2 Duo processors actually use a 64-bit version of the older x86 architecture (and they are backwards compatible - notice how Windows 64-bit can run 32-bit programs without any problem? The processors support this natively!). x64 is just where people are too lazy to write x86-64. If you want to go even deeper, you could say that x86 isn't the official name and it should be called IA-32 (Intel Architecture, 32-bit) now... but that new name doesn't seem to have stuck! Hope that's not too confusing/geeky for you :) - Javawag |
|
x86 is the architecture name for the prossesors we use in computers. x64 is actualy x86_64 meaning that its in the x86 architecture but 64-bit system. |
|
x86 is a reference to the x86 series of Intel processors from which modern processors have evolved, e.g. 80286, 80386. x86 processors all use the same instruction set and registers. x64 is really a misnomer. The proper name should be x86-64, because its instruction set is derived from, though not compatible with (primarily due to register size) 32-bit x86. "x64" is also often called AMD64, which was its original name given by AMD, who invented the 64-bit instruction set that is modeled after x86. |
