source: final-system/alpha/aboot.xml @ 6eb4900

Last change on this file since 6eb4900 was 6eb4900, checked in by Jim Gifford <clfs@…>, 18 years ago

r1178@server (orig r1176): chris | 2006-02-13 19:58:07 -0800
More minor text updates, including reverting the change to gzip's symlink creation

  • Property mode set to 100644
File size: 2.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-aboot" role="wrap">
9  <?dbhtml filename="aboot.html"?>
10
11  <title>Aboot-&aboot-version;</title>
12
13  <indexterm zone="ch-system-aboot">
14    <primary sortas="a-Aboot">Aboot</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>The aboot package contains the Alpha Bootloader.</para>
21
22    <segmentedlist>
23      <segtitle>&dependencies;</segtitle>
24
25      <seglistitem>
26      <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep,
27      Make, Ncurses, Sed, ELFtoaout</seg>
28      </seglistitem>
29    </segmentedlist>
30
31  </sect2>
32
33  <sect2 role="installation">
34    <title>Installation of aboot</title>
35
36    <para os="aa">The following patch addresses build issues with GCC &gcc-version;:</para>
37
38<screen os="ab"><userinput>patch -Np1 -i ../&aboot-alpha-patch;</userinput></screen>
39
40    <para>Compile the package:</para>
41
42<screen><userinput>make</userinput></screen>
43
44    <para>Install the package:</para>
45
46<screen><userinput>make install</userinput></screen>
47
48  </sect2>
49
50  <sect2 id="contents-aboot" role="content">
51    <title>Contents of aboot</title>
52
53    <segmentedlist>
54      <segtitle>Installed programs</segtitle>
55
56      <seglistitem>
57        <seg>Unchecked</seg>
58      </seglistitem>
59    </segmentedlist>
60
61    <variablelist>
62      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
63      <?dbfo list-presentation="list"?>
64      <?dbhtml list-presentation="table"?>
65
66      <varlistentry id="aboot">
67        <term><command>aboot</command></term>
68        <listitem>
69          <para>Need Description</para>
70          <indexterm zone="ch-system-aboot aboot">
71            <primary sortas="a-aboot">aboot</primary>
72          </indexterm>
73        </listitem>
74      </varlistentry>
75
76    </variablelist>
77
78  </sect2>
79
80</sect1>
Note: See TracBrowser for help on using the repository browser.