From dd93c3ba8689bff1d725d8e3d7f6919419b49013 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 7 Mar 2019 10:22:24 +0100 Subject: architecture.php: added small description --- architecture.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'architecture.php') diff --git a/architecture.php b/architecture.php index b7227d1..439588c 100644 --- a/architecture.php +++ b/architecture.php @@ -26,7 +26,11 @@ $flags = array( ); print_header('Architecture Overview'); -print "
\n"; +print "
\n"; +print "

\n"; +print " The below table lists the compatibility of CPUs (identified by their available flags) with architectures (as defined by Arch Linux 32).\n"; +print " To determine which architecture is suited best for your CPU, check the available flags listed in /proc/cpuinfo.\n"; +print "

\n"; print " \n"; print " \n"; print "
\n"; -- cgit v1.2.3