summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";