aboutsummaryrefslogtreecommitdiff
blob: 24918cc46aa1f3e3934c707feeaa42e7c55bf893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<div class="col-xs-12 col-md-6">
  <h4>Processor compatibility</h4>
  <div class="alert alert-info">
    <strong><span class="fa fa-fw fa-info-circle"></span> Processor compatibility</strong>
      <p>
      	PowerPC CPUs can operate in two modes: <em>big-endian</em> and <em>little-endian</em>.
        <ul>
        <li>The <strong>ppc</strong> and <strong>ppc64</strong> stages are <em>big-endian</em> stages and can be used with <em>any PowerPC</em> CPU, including some old Apple&trade; hardware.</li>
        <li>The <strong>ppc64le</strong> stages are <em>little-endian</em> stages and are created for running on <em>POWER8 and newer</em> CPUs.</li>
        <li>The <strong>power9le</strong> stages are <em>little-endian</em> stages optimized exclusively for <em>POWER9</em> CPUs.</li>
        </ul>
      </p>
  </div>

  <h4>Boot media</h4>
  <div class="list-group">
    {% include partials/download-link.html type="iso" arch="ppc" id="install-powerpc-minimal" title="PPC/PPC64 Minimal Installation CD" %}
    {% include partials/download-link.html type="iso" arch="ppc" id="install-ppc64le-minimal" title="PPC64LE Minimal Installation CD" %}
  </div>

  <h4>Stage archives, big-endian ppc and ppc64</h4>
  <div class="list-group">
    {% include partials/download-link.html type="stage3" arch="ppc" id="ppc-openrc" title="PPC stage 3" tag="openrc" %}
    {% include partials/download-link.html type="stage3" arch="ppc" id="ppc-systemd" title="PPC stage 3" tag="systemd" %}
    {% include partials/download-link.html type="stage3" arch="ppc" id="ppc64-openrc" title="PPC64 stage 3" tag="openrc" %}
    {% include partials/download-link.html type="stage3" arch="ppc" id="ppc64-systemd" title="PPC64 stage 3" tag="systemd" %}
  </div>
</div>
<div class="col-xs-12 col-md-6">
  <h4>Stage archives, little-endian ppc64le</h4>
  <div class="list-group">
    {% include partials/download-link.html type="stage3" arch="ppc" id="ppc64le-openrc" title="PPC64LE stage 3" tag="openrc" %}
    {% include partials/download-link.html type="stage3" arch="ppc" id="ppc64le-systemd" title="PPC64LE stage 3" tag="systemd" %}
    {% include partials/download-link.html type="stage3" arch="ppc" id="power9le-openrc" title="PPC64LE stage 3" tag="power9 | openrc" %}
    {% include partials/download-link.html type="stage3" arch="ppc" id="power9le-desktop-openrc" title="PPC64LE stage 3" tag="power9 | desktop profile | openrc" %}
    {% include partials/download-link.html type="stage3" arch="ppc" id="power9le-systemd" title="PPC64LE stage 3" tag="power9 | systemd" %}
    {% include partials/download-link.html type="stage3" arch="ppc" id="power9le-desktop-systemd" title="PPC64LE stage 3" tag="power9 | desktop profile | systemd" %}
  </div>

  <h4>Hardened / musl stage archives</h4>
  <div class="list-group">
    {% include partials/download-link.html type="stage3" arch="ppc" id="ppc-musl-hardened-openrc" title="PPC stage 3" tag="musl | openrc" %}
    {% include partials/download-link.html type="stage3" arch="ppc" id="ppc64-musl-hardened-openrc" title="PPC64 stage 3" tag="musl | openrc" %}
    {% include partials/download-link.html type="stage3" arch="ppc" id="ppc64le-musl-hardened-openrc" title="PPC64LE stage 3" tag="musl | openrc" %}
    {% include partials/download-link.html type="stage3" arch="ppc" id="power9le-musl-hardened-openrc" title="PPC64LE stage 3" tag="musl | openrc | power9" %}
  </div>

  <div class="alert alert-info">
    <strong><i class="fa fa-fw fa-info-circle"></i> Musl stages</strong>
    <p>
      For additional information on using musl based Gentoo systems please see the <a href="https://wiki.gentoo.org/wiki/Musl_usage_guide">Musl usage guide</a>.
    </p>
  </div>

  <h4>Details (contents, hashes, and signatures)</h4>
  <ul>
    <li><a href="https://distfiles.gentoo.org/releases/ppc/autobuilds/">All files</a></li>
  </ul>
</div>