
-----------------------------------
nobody
08 Iul 2023 19:36


-----------------------------------
Si in Windows se foloseste AMD64.
Daca dau 'set' in Command prompt imi apare ceva de genul:  :) 
PROCESSOR_ARCHITECTURE=AMD64
PROCESSOR_IDENTIFIER=Intel64 Family x Model x Stepping x, GenuineIntel
PROCESSOR_LEVEL=x
PROCESSOR_REVISION=x

De pe wikipedia Many operating systems and products, especially those that introduced x86-64 support prior to Intel's entry into the market, use the term "AMD64" or "amd64" to refer to both AMD64 and Intel 64.

    amd64
        Most BSD systems such as FreeBSD, MidnightBSD, NetBSD and OpenBSD refer to both AMD64 and Intel 64 under the architecture name "amd64".
        Some Linux distributions such as Debian, Ubuntu, Gentoo Linux refer to both AMD64 and Intel 64 under the architecture name "amd64".
        Microsoft Windows's x64 versions use the AMD64 moniker internally to designate various components which use or are compatible with this architecture. For example, the environment variable PROCESSOR_ARCHITECTURE is assigned the value "AMD64" as opposed to "x86" in 32-bit versions, and the system directory on a Windows x64 Edition installation CD-ROM is named "AMD64", in contrast to "i386" in 32-bit versions.x86_64
        The Linux kernel

The Intel 386, originally released as 80386 and later renamed i386, is a 32-bit microprocessor introduced in 1985.
