6

Does Arch Linux work on my i386 cpu. I read on its website that it's optimized for i686, does it mean Arch Linux won't work on i386. By the way, I don't want to compile it, I want to use the available binary if possible.

Megidd
  • 1,549

4 Answers4

6

i386 is generally used to mean any 32 bit Intel CPU since the 80386. Seeing as how the 80386 went obsolete circa 1994 and nobody in their right mind still has one, most linux distributions these days compile their kernel with optimizations enabled that require the i686, or the pentium pro, and even that nobody in their right mind still has running.

So if you really still have an 18+ year old cpu, then no, it won't run.

psusi
  • 17,303
  • Output of psrinfo -v on Solaris 11.3 shows CPU architecture as i386, although I bought my cpu in 2005/2006. I'm not sure how reliable psrinfo -v is. – Megidd Mar 07 '16 at 02:08
  • I have another machine running Linux on which output of lscpu shows architecture as i686. There is no lscpu command on Solaris 11.3 (my older machine) to compare with psrinfor -v command – Megidd Mar 07 '16 at 02:30
  • @user3405291, like I said, "i386" is generally used to refer to the 32 bit family of Intel CPUs, compared to "x86-64" or "amd64", meaning every 64 bit cpu made by AMD, and those made by Intel, other than the discontinued "Itanium" family. – psusi Mar 07 '16 at 03:53
  • @user3405291 For most practical purposes in the year 2016, i386 and i686 mean the same thing and can be used interchangeably. – Martin Tournoij Mar 07 '16 at 07:25
  • @Carpetsmoker Right. I installed Arch Linux on my i386 machine and it works. – Megidd Mar 07 '16 at 15:24
3

https://archlinux32.org currently deals with the old IA32 version of Archlinux. It has two brands, one called 'i686' requiring MMX, SSE and SSE2 for stuff like graphical interfaces and firefox (server stuff and text mode should work fine on at least CPUs supporting word-size NOPs for CET, in my tests as soon as a Pentium-S) and an experimental 'i486' one which currently runs in text mode only and with at least 64MB of RAM (via a special ISO or a PXE/NBD boot).

Old AMD (e. g. Geode) or Cyrix clones may lack too many features and may not work and require the i486 branch.

Graphic card support is hard since Xorg 1.20: Nvidia, AMD and Intel cards pretty much work fine. Also virtualized environments work like bochs-drm in libvirt/kvm. For other brands you are pretty much on your own.

The i486-branch is not for the faint-hearted casual Linux-user, more for enthusiasts. :-)

2

According to a forum discussion several years ago, it relies upon i686, and the LQ website says

Arch Linux uses i686-optimized packages which gives us improved performance over some of our i386-optimized cousins. This means that Arch Linux will only run on a Pentium II processor or higher. We try to stay fairly bleeding edge, and typically have the latest stable versions of software.

Thomas Dickey
  • 76,765
1

Linux kernel doesn't support the i386 architecture anymore. The support was dropped in 3.8 release, by the end of 2012. Therefore, you can't even compile it.

If you intend to run Linux on a processor that doesn't support the i686 instruction set, you are supposed to try old (and unsupported) versions of distros.