source: final-system/sparc64-64/silo.xml @ 86f7bd3

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

r995@server (orig r993): jim | 2006-01-03 15:33:16 -0800

r1257@server: jim | 2006-01-03 15:30:34 -0800
Elftoaout and Silo Fixes


  • 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    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
37    href="../sparc/silo.xml"
38    xpointer="xpointer(//*[@os='a'])"/>
39
40    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
41    href="../sparc/silo.xml"
42    xpointer="xpointer(//*[@os='b'])"/>
43
44    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
45    href="../sparc/silo.xml"
46    xpointer="xpointer(//*[@os='c'])"/>
47
48    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
49    href="../sparc/silo.xml"
50    xpointer="xpointer(//*[@os='d'])"/>
51
52    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
53    href="../sparc/silo.xml"
54    xpointer="xpointer(//*[@os='e'])"/>
55
56   <para os="f">Due to a compile issue with the current toolchains, we are going
57   to use the precompiled boot files. This is a temporary fix to the book, but
58   will give us a functional system. As soon as a fix is released, this section
59   will be removed. Here is how you install the precompiled files:</para>
60
61<screen os="g"><userinput>tar -xvf silo-loaders-&silo-version;.tar.gz -C /</userinput></screen>
62
63  </sect2>
64
65  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
66  href="../sparc/silo.xml"
67  xpointer="xpointer(id('contents-silo'))"/>
68
69</sect1>
Note: See TracBrowser for help on using the repository browser.