summaryrefslogtreecommitdiff
path: root/src/install/2_req.xml
blob: 2f021a7278114ca45c82647522045832582195e7 (plain) (blame)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version="1.0" encoding="utf-8"?>
<chapter label="2" id="requirements">
    <title>System Hardware Requirements for Adélie Linux</title>
    <para>Ensure that your computer meets the following requirements before installing Adélie Linux.
        On Windows, you may run the <command>msinfo32</command> program to determine your computer's specifications.
        On a Macintosh, choose <guimenuitem>About This Mac</guimenuitem> from the <guimenu>Apple</guimenu> menu, and then choose <guibutton>System Report</guibutton> or <guibutton>More Info</guibutton>.
    </para>
    <section id="cpu">
        <title>Processor type and speed requirements</title>
        <formalpara id="pmmx">
            <title>Intel x86 (32-bit)</title>
            <para>You will need at least <emphasis role="bold">a Pentium or Celeron compatible CPU, with MMX extensions</emphasis>.
                This includes most AMD (K5+), Transmeta, VIA, and other x86-compatible CPUs.
                A processor speed of <emphasis role="bold">at least 500 MHz</emphasis> is highly recommended for running interactive desktop applications; lower speed may be usable in text-only or server modes.</para>
        </formalpara>
        <formalpara id="x86_64">
            <title>Intel x86_64 (64-bit)</title>
            <para>All Intel and AMD CPUs with 64-bit extensions are supported by the Adélie Linux system.</para>
        </formalpara>
        <formalpara id="ppc">
            <title>PowerPC (32-bit)</title>
            <para>You will need at least <emphasis role="bold">a G3 or later</emphasis> CPU.
                The 603 CPU is not supported by this version of Adélie Linux.
                A processor speed of <emphasis role="bold">at least 600 MHz</emphasis> is highly recommended for running interactive desktop applications, but all G3 and G4 CPUs are supported.
                AltiVec/VMX is not required to run Adélie; however, software titles are increasingly taking advantage of processors with these extensions.</para>
        </formalpara>
        <formalpara id="ppc64">
            <title>PowerPC (64-bit)</title>
            <para>You will need a POWER4+, or 970/970fx, or later generation CPU.  You cannot use Adélie Linux on a POWER4 or earlier CPU.  Note that the Freescale e5500 processor does not have the AltiVec/VMX extension required to run Adélie Linux.</para>
        </formalpara>
        <formalpara id="aarch64">
            <title>AArch64 (64-bit ARM)</title>
            <para>All 64-bit ARM processors are supported by the Adélie Linux system; however, some SoCs may need a custom kernel.  For more information, see the AArch64 HCL<!-- TODO XXX !! -->.</para>
        </formalpara>
    </section>
    <section id="ram_disk">
        <title>Memory and disk space requirements</title>
        <para>Memory and disk space requirements depend on the edition of Adélie Linux you wish to use.</para>
        <table frame="all">
            <title>Minimum and recommended memory and disk space</title>
            <tgroup cols="8" align="left" colsep="1" rowsep="1">
            <colspec colname="dimension"/>
            <colspec colname="min_min"/>
            <colspec colname="min_rec"/>
            <colspec colname="compact_min"/>
            <colspec colname="compact_rec"/>
            <colspec colname="std_min"/>
            <colspec colname="std_rec"/>
            <colspec colname="full_min"/>
            <colspec colname="full_rec"/>
            <thead>
                <row>
                    <entry namest="min_min" nameend="min_rec" align="center">Text-Only</entry>
                    <entry namest="compact_min" nameend="compact_rec" align="center">Compact</entry>
                    <entry namest="std_min" nameend="std_rec" align="center">Standard</entry>
                    <entry namest="full_min" nameend="full_rec" align="center">Full</entry>
                </row>
                <row>
                    <entry namest="min_min">Minimum</entry><entry>Recommended</entry>
                    <entry>Minimum</entry><entry>Recommended</entry>
                    <entry>Minimum</entry><entry>Recommended</entry>
                    <entry>Minimum</entry><entry>Recommended</entry>
                </row>
            </thead>
            <tbody>
                <row>
                    <entry>Memory</entry>
                    <entry>64 MB</entry>
                    <entry>96 MB</entry>
                    <entry>192 MB</entry>
                    <entry>256 MB</entry>
                    <entry>384 MB</entry>
                    <entry>1 GB</entry>
                    <entry>512 MB</entry>
                    <entry>2 GB</entry>
                </row>
                <row>
                    <entry>Disk space</entry>
                    <entry>350 MB</entry>
                    <entry>512 MB</entry>
                    <entry>1.5 GB</entry>
                    <entry>2 GB</entry>
                    <entry>4 GB</entry>
                    <entry>6 GB</entry>
                    <entry>6 GB</entry>
                    <entry>10 GB</entry>
                </row>
            </tbody>
            </tgroup>
        </table>
        <warning><title>Warning</title><para>Using less than 96 MB RAM may cause lock ups or crashes during package installation.  For systems with less than 96 MB RAM, it is highly recommended that you use the HorizonScript Executor in Target Mode on a computer with more than 96 MB RAM.  For more information, see the section on Target Mode.</para></warning>
    </section>
    <section id="gfx_req">
        <title>Display and graphics hardware requirements</title>
        <para>To install Adélie Linux on a desktop or portable computer, you will need a graphical display capable of at least an 800x600 pixel resolution.
            Most displays support this resolution.</para>
    </section>
</chapter>