Linux Distribution 64-bit v 32-bit: Difference between revisions

From Info Wiki
Jump to navigationJump to search
(Created page with "== For General Users == 64-bit Linux is generally recommended for computers that support it - see below for simple tests *it has been in general use for over a decade and is now …")
 
No edit summary
Line 25: Line 25:
**these are likely to work incompletely on Desktops as well as other laptops
**these are likely to work incompletely on Desktops as well as other laptops
**the purpose of the Distribution would be clearly identified by the provider
**the purpose of the Distribution would be clearly identified by the provider

--[[User:Rpeters|Rpeters]] ([[User talk:Rpeters|talk]]) 17:19, 15 January 2015 (AEDT)
--[[Category:Technical Info]]

Revision as of 06:19, 15 January 2015

For General Users

64-bit Linux is generally recommended for computers that support it - see below for simple tests

  • it has been in general use for over a decade and is now quite mature
  • it supports an overwhelming majority of hardware
  • usually includes the NX feature, that is likely to provide additional protection against malware

Note that Linux Distributions may variously refer to 64-bit Linux as "x86_64" or "AMD64". The two are equivalent and the latter works on computers that are trade-marked "Intel Inside" as well as AMD-based computers.

Test for CPU Model

64-bit CPU

A simple and reliable way to check whether a CPU supports 64-bit code is to boot a 64-bit distribution

  • Parted Magic is a suitable distribution for this purpose, because a 64-bit only ISO is available and it is only ~ 200 MB.
  • alternatively, any 64-bit Distribution media could be used, if already to hand.
  • a 64-bit kernel will quickly present an error message along the lines of "unsupported CPU/architecture" if a 64-bit capable CPU is not detected

32-bit CPU

If the above test indicates that 64-bit Linux is not supported then most 32-bit Linux should be suitable.

  • the latter might variously be labelled "x86", "i586", "i686" or frequently no differentiator at all

Exceptions where a 32-bit Distribution is unsuitable include:

  • a small minority are compiled for CPU later than "i686" (Pentium II or equivalent)
    • these would begin to boot on earlier CPU, but quickly halt and display an error message
    • beginners are faced with using a different Distribution (or obtaining a later computer)
  • some Distributions are collated for specific hardware platforms eg eeePC netbooks
    • these are likely to work incompletely on Desktops as well as other laptops
    • the purpose of the Distribution would be clearly identified by the provider

--Rpeters (talk) 17:19, 15 January 2015 (AEDT) --