summaryrefslogtreecommitdiff
blob: 38a1eb5d4554366e007e56cd7c5c64c22f5c5afb (plain)
1
2
3
4
5
6
7
8
9
10
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>