summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/includes/downloads/warnings.html')
-rw-r--r--python/templates/includes/downloads/warnings.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/templates/includes/downloads/warnings.html b/python/templates/includes/downloads/warnings.html
new file mode 100644
index 0000000..38a1eb5
--- /dev/null
+++ b/python/templates/includes/downloads/warnings.html
@@ -0,0 +1,11 @@
+<div class="alert alert-info">
+ <strong><span class="fa fa-fw fa-info-circle"></span> Processor Compatibility</strong>
+ <p>
+ {% if key == 'amd64' %}
+ The <em>amd64</em> architecture is intended for use on AMD 64-bit CPUs as well as 64-bit <strong>Intel Pentium/Core/Xeon</strong> processors.
+ {% elif key == 'x86' %}
+ There are two builds of the <em>x86</em> architecture: <em>i486</em> and <em>i686</em>.<br />
+ Processors prior to the <strong>Intel Pentium Pro</strong> or <strong>Pentium II</strong> require the <em>i486</em> variant to be used.
+ {% endif %}
+ </p>
+</div> \ No newline at end of file