summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-03-06 11:30:43 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-03-06 11:30:43 +0100
commitbb3d04644656820130144e5e6591c35a64dc2047 (patch)
tree204be0db7f9559184ae490502089f7c02c6ee41c
parentdf4555e6e73502a0e777e35314a58944e5de18a7 (diff)
downloadarchweb32-bb3d04644656820130144e5e6591c35a64dc2047.tar.xz
added a link to linux-pae
-rw-r--r--architecture.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/architecture.php b/architecture.php
index 19f2043..4bb8be0 100644
--- a/architecture.php
+++ b/architecture.php
@@ -75,8 +75,8 @@ print " If you experience any problems related to illegal instructions
print " </p>\n";
print " <p>\n";
print " Also note:\n";
-print " If your flags contain 'pae' you can use the linux-pae package to make use of more memory.\n";
-print " If your flags contain 'lm' you can still use Archlinux32, but 64-bit Archlinux might be the better option\n";
+print " If your flags contain 'pae' you can use the <a href=\"https://www.archlinux32.org/packages/pentium4/extra/linux-pae/\">linux-pae</a> package to make use of more memory.\n";
+print " If your flags contain 'lm' you can still use Archlinux32, but 64-bit Archlinux might be the better option.\n";
print " </p>\n";
print " </div>\n";
print_footer();