3

I have the Intel Atom® Processor N450 (supports x64 but its not amd processor) on my netbook but here http://cdimage.ubuntu.com/lubuntu/releases/16.04.2/release/ says: If you have a non-64-bit processor made by AMD, or if you need full support for 32-bit code, use the i386 images instead. Choose this if you are at all unsure.

Nacho
  • 39
  • 4
    intel-64 bit is an amd class processor. instal the amd64 version – ravery Jul 19 '17 at 01:44
  • 4
    It should say "If You have CPU which doesn't support 64-bit mode, use i386 images.". In most cases if Your CPU supports 64-bit mode, You should use x64 image. I don't know what they tried to say by "if You need 32-bit full support for code". In 2017 You never need "full" support for 32-bit code.You just using 64-bit OS, and 99.99% of apps have and run their 64-bit binaries, which work better in 64-bit having access to additional 64-bit CPU instructions. The only disadvantage of 64-bit mode is: on some PCs with low RAM (<=1GB) 32-bit OS may work better, it usually uses less RAM than 64-bit OS. – NoAngel Jul 19 '17 at 02:16
  • 1
    I repeat the end of @NoAngel's comment: "The only disadvantage of 64-bit mode is: on some PCs with low RAM (<=1GB) 32-bit OS may work better, it usually uses less RAM than 64-bit OS", which might be the case here. How much RAM is there is your netbook computer, Nacho? If only 1GB RAM, I suggest using the i386 version. – sudodus Jul 19 '17 at 06:45
  • Thanks! Okey. I have 1GB RAM. So i must install the i386 version. – Nacho Jul 19 '17 at 15:35

1 Answers1

3

AMD64 is the 64-bit version of the x86 instruction set. Intel support AMD64. The 64-bit version is recommended version, mainly because 32-bit only supports 4GB of RAM. As your computer supports 64-bit, you should use 64-bit.

fosslinux
  • 3,831