index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-03-07 10:22:24 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-03-07 10:22:24 +0100 |
commit | dd93c3ba8689bff1d725d8e3d7f6919419b49013 (patch) | |
tree | 8c028d2c6d32e3900aee3b38e197ed2ccabda789 /architecture.php | |
parent | 71aea52cb7e88081e0a6479e002f370c763a20cf (diff) |
-rw-r--r-- | architecture.php | 6 |
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"; |