From ed42f34ce97d2fd5c462c7cd7d3ba58cfd0424ea Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 16 Apr 2019 09:10:45 +0200 Subject: pentium4 is now functional --- architecture.php | 2 +- index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/architecture.php b/architecture.php index 66bd6da..b67a147 100644 --- a/architecture.php +++ b/architecture.php @@ -17,7 +17,7 @@ $flags = array( 'SSE' => 1, 'SSE2' => 0 ), - 'pentium4 (not yet implemented)' => array( + 'pentium4' => array( 'CMOV' => 1, 'MMX' => 1, 'SSE' => 1, diff --git a/index.php b/index.php index 9d4cf70..7dc7f7f 100644 --- a/index.php +++ b/index.php @@ -41,7 +41,7 @@ print_header("", "home"); You've reached the website for Arch Linux 32, the community maintained continuation of 32-bit support for Arch Linux, a lightweight and flexible Linux® distribution that tries to Keep It Simple.

- Currently we have official packages optimized for the i686 architecture. + Currently we have official packages optimized for the i686 and pentium4 architectures. Also most(ly) non-graphical packages are available for i486, too. Have a look at the required cpu flags to decide which architecture is the right one for you. Most packages from Arch Linux's -- cgit v1.2.3