source: final-system/sparc/silo.xml @ 2533bdfd

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

r993@server (orig r991): jim | 2006-01-03 09:01:31 -0800

r1252@server: jim | 2006-01-03 08:55:16 -0800
Fixed Silo Build, only will build if Silo and Elftoaout are 32 Bit. 64 Bit build needs to be looked at


  • 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-silo" role="wrap">
9  <?dbhtml filename="silo.html"?>
10
11  <title>Silo-&silo-version;</title>
12
13  <indexterm zone="ch-system-silo">
14    <primary sortas="a-Silo">Silo</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>The Silo package contains the Sparc Improved boot LOader.</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 Silo</title>
35
36    <para os="a">The following patch fixes compile issues::</para>
37
38<screen os="b"><userinput>patch -Np1 -i ../&silo-fixes-patch;</userinput></screen>
39
40    <para os="c">Compile the Silo package:</para>
41
42<screen><userinput>make</userinput></screen>
43
44    <para os="d">Install the package:</para>
45
46<screen os="e"><userinput>make install</userinput></screen>
47
48  </sect2>
49
50  <sect2 id="contents-silo" role="content">
51    <title>Contents of Silo</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="silo">
67        <term><command>silo</command></term>
68        <listitem>
69          <para>Need Description</para>
70          <indexterm zone="ch-system-silo silo">
71            <primary sortas="a-silo">silo</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.