summaryrefslogtreecommitdiff
path: root/src/porting/portguide.xml
blob: 255c4112f7c544ff0d061868afee4515475dd140 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
               "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
               <!ENTITY chap1 SYSTEM "1_intro.xml">
               <!ENTITY chap2 SYSTEM "2_bootstrapping.xml">
               <!ENTITY chap3 SYSTEM "3_native.xml">
               <!ENTITY chap4 SYSTEM "4_submit.xml">
               <!ENTITY chap5 SYSTEM "5_help.xml">
]>
<book>
    <bookinfo>
        <title>Adélie Linux 1.0 Porting Guide</title>
        <author>
            <personname><firstname>A.</firstname><surname>Wilcox</surname></personname>
        </author>
        <copyright><year>2015</year><year>2018</year><holder>Adélie Linux</holder></copyright>
        <legalnotice><para>This guide is provided under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 license.</para>
            <para>A copy of this license is included with the source of the documentation.
                It is also available on the Web on the <ulink url="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Web site</ulink>.</para>
        </legalnotice>
        <abstract><para>This guide details how to port the Adélie Linux distribution to a new computer system.</para></abstract>
    </bookinfo>
    <preface>
        <title>Preface</title>
        <para>This Porting Guide is the official guide to porting the Adélie Linux 1.0 system to new architectures.
            It has been re-written from the ground up to take advantage of the new Alpine-based build system in use as of 1.0-alpha3.</para>
        <para>Many contributed to the final version of this guide,
            including <personname><firstname>Horst</firstname><surname>Burkhardt</surname></personname>,
            <personname><firstname>Samuel</firstname><surname>Holland</surname></personname>,
            and many others.</para>
        <para>It is assumed that you, the reader, are familiar with compiling software and the Adélie build system.
            If you are not yet familiar with these concepts, start with our Developer's Guide, which will assist you in learning them.</para>
        <para>Please also ensure that you are comfortable and properly rested before reading this guide.
            This will allow you to learn quicker, and be able to recall the information you have learned easier.</para>
        <para>It is hoped by the author that you find this guide easy to understand and read.
            Please feel free to contact me or the Adélie Linux community if you have any suggestions on how to make this guide better.
            We'd love to hear from you, and we hope you enjoy using our distribution.</para>
        <para> <personname><firstname>A.</firstname><surname>Wilcox</surname></personname>, 2018</para>
    </preface>
    &chap1;
    &chap2;
    &chap3;
    &chap4;
    &chap5;
</book>