summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-03-07 10:22:24 +0100
committerErich Eckner <git@eckner.net>2019-03-07 10:22:24 +0100
commitdd93c3ba8689bff1d725d8e3d7f6919419b49013 (patch)
tree8c028d2c6d32e3900aee3b38e197ed2ccabda789
parent71aea52cb7e88081e0a6479e002f370c763a20cf (diff)
downloadarchweb32-dd93c3ba8689bff1d725d8e3d7f6919419b49013.tar.xz
architecture.php: added small description
-rw-r--r--architecture.php6
1 files changed, 5 insertions, 1 deletions
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 " <div id=\"whatever\">\n";
+print " <div class=\"box\">\n";
+print " <p>\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 <code>flags</code> listed in <code>/proc/cpuinfo</code>.\n";
+print " </p>\n";
print " <table class=\"results\">\n";
print " <tr>\n";
print " <th>\n";