summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-03-06 11:27:17 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-03-06 11:27:17 +0100
commitdf4555e6e73502a0e777e35314a58944e5de18a7 (patch)
treed51f54d24fcafec9a4a306086c0f753b640ca198
parent21e1bff59f36055474b442f658d1cb1de0151e65 (diff)
downloadarchweb32-df4555e6e73502a0e777e35314a58944e5de18a7.tar.xz
added a note on PAE and LM flags
-rw-r--r--architecture.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/architecture.php b/architecture.php
index b67a147..19f2043 100644
--- a/architecture.php
+++ b/architecture.php
@@ -73,5 +73,10 @@ print " Hint:\n";
print " Currently some i686 packages require SSE2 - which is a bug we're trying to solve.\n";
print " If you experience any problems related to illegal instructions although your cpu should support the architecture (as listed above), please report the issue to us in <a href=\"https://bbs.archlinux32.org\">the forums</a>, on irc or on <a href=\"https://bugs.archlinux32.org\">the bug tracker</a>.\n";
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 " </p>\n";
print " </div>\n";
print_footer();