index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-03-06 11:27:17 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-03-06 11:27:17 +0100 |
commit | df4555e6e73502a0e777e35314a58944e5de18a7 (patch) | |
tree | d51f54d24fcafec9a4a306086c0f753b640ca198 /architecture.php | |
parent | 21e1bff59f36055474b442f658d1cb1de0151e65 (diff) |
-rw-r--r-- | architecture.php | 5 |
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(); |