source: final-system/alpha/aboot.xml@ 9a83e07

Last change on this file since 9a83e07 was c4b671e, checked in by Jim Gifford <clfs@…>, 19 years ago

r653@server (orig r651): manuel | 2005-11-08 11:36:13 -0800
Preparations to remove SBUs and DUs. Chapter boot.

  • Property mode set to 100644
File size: 2.3 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 <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6 %general-entities;
7 %patches-entities;
8]>
9
10<sect1 id="ch-system-aboot" role="wrap">
11 <?dbhtml filename="aboot.html"?>
12
13 <title>Aboot-&aboot-version;</title>
14
15 <indexterm zone="ch-system-aboot">
16 <primary sortas="a-Aboot">Aboot</primary>
17 </indexterm>
18
19 <sect2 role="package">
20 <title/>
21
22 <para>The aboot package contains the Alpha Bootloder.</para>
23
24 <segmentedlist>
25 <segtitle>&buildtime;</segtitle>
26 <segtitle>&diskspace;</segtitle>
27
28 <seglistitem>
29 <seg>Not checked yet</seg>
30 <seg>Not checked yet</seg>
31 </seglistitem>
32 </segmentedlist>
33
34 <segmentedlist>
35 <segtitle>&dependencies;</segtitle>
36
37 <seglistitem>
38 <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep,
39 Make, Ncurses, Sed, ELFtoaout</seg>
40 </seglistitem>
41 </segmentedlist>
42
43 </sect2>
44
45 <sect2 role="installation">
46 <title>Installation of aboot</title>
47
48 <para os="aa">The following patches addresses build issues with GCC 4.x:</para>
49
50<screen os="ab"><userinput>patch -Np1 -i ../&aboot-alpha-patch;</userinput></screen>
51
52 <para>Compile the package:</para>
53
54<screen><userinput>make</userinput></screen>
55
56 <para>Install the package:</para>
57
58<screen><userinput>make install</userinput></screen>
59
60 </sect2>
61
62 <sect2 id="contents-aboot" role="content">
63 <title>Contents of aboot</title>
64
65 <segmentedlist>
66 <segtitle>Installed programs</segtitle>
67
68 <seglistitem>
69 <seg>Unchecked</seg>
70 </seglistitem>
71 </segmentedlist>
72
73 <variablelist>
74 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
75 <?dbfo list-presentation="list"?>
76 <?dbhtml list-presentation="table"?>
77
78 <varlistentry id="aboot">
79 <term><command>aboot</command></term>
80 <listitem>
81 <para>Need Description</para>
82 <indexterm zone="ch-system-aboot aboot">
83 <primary sortas="a-aboot">aboot</primary>
84 </indexterm>
85 </listitem>
86 </varlistentry>
87
88 </variablelist>
89
90 </sect2>
91
92</sect1>
Note: See TracBrowser for help on using the repository browser.