I have this :
Depending on your processor, the downloaded file has one of the following names:
- xxx-macosx-amd64.dmg
- xxx-macosx-x64.dmg
- xxx-macosc-x86.dmg
I need to understand those terms once for all please.
Thank you
These are different processor architectures.
AMD64 is used mostly by BSD, Linux and Windows internally, whereas x64 is from Microsoft and Oracle. x86_64 is primarily used by Apple, but they are all different name for a 64-bit OS.
So effectively they are one of the main 64-bit instruction set of x86.
They are different from ARM!