From df4555e6e73502a0e777e35314a58944e5de18a7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 6 Mar 2020 11:27:17 +0100 Subject: added a note on PAE and LM flags --- architecture.php | 5 +++++ 1 file changed, 5 insertions(+) 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 the forums, on irc or on the bug tracker.\n"; print "

\n"; +print "

\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 "

\n"; print " \n"; print_footer(); -- cgit v1.2.3