source: BOOK/final-system/mips/arcload.xml @ fadf920

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since fadf920 was e1153ea, checked in by Jim Gifford <clfs@…>, 18 years ago

r3371@server (orig r1554): chris | 2006-05-10 14:03:44 -0700
Removed dependency info from individual package instructions

  • Property mode set to 100644
File size: 2.1 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-arcload" role="wrap">
9  <?dbhtml filename="arcload.html"?>
10
11  <title>Arcload-&arcload-version;</title>
12
13  <indexterm zone="ch-system-arcload">
14    <primary sortas="a-Arcload">Arcload</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>The Arcload package contains a SGI Bootloader.</para>
21
22  </sect2>
23
24  <sect2 role="installation">
25    <title>Installation of Arcload</title>
26
27 <note os="a">
28    <para>This program is the Arcload bootloader, which is for
29    SGI Workstations and SGI Servers based on MIPS Processors.</para>
30  </note>
31
32    <para os="d">Compile the package:</para>
33
34<screen os="e"><userinput>make MODE=M32 clean
35make CC="gcc" LD="ld" MODE=M32</userinput></screen>
36
37    <para os="f">Install the package:</para>
38
39<screen os="g"><userinput>install -d /usr/lib/arcload
40cp arcload.ecoff /usr/lib/arcload/sash</userinput></screen>
41
42  </sect2>
43
44  <sect2 id="contents-arcload" role="content">
45    <title>Contents of Arcload</title>
46
47    <segmentedlist>
48      <segtitle>Installed programs</segtitle>
49
50      <seglistitem>
51        <seg>To be Determined</seg>
52      </seglistitem>
53    </segmentedlist>
54
55<!--
56    <variablelist>
57      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
58      <?dbfo list-presentation="list"?>
59      <?dbhtml list-presentation="table"?>
60
61      <varlistentry id="colo-chain.elf">
62        <term><command>colo</command></term>
63        <listitem>
64          <para>Is the Cobalt Bootloader's chain mode executeable. This
65          file gets gzipped and renamed to <filename>vmlinux.gz</filename>,
66          so it can be booted automatically by the Cobalt's existing
67          firmware</para>
68          <indexterm zone="ch-system-colo colo-chain.elf">
69            <primary sortas="b-colo-chain.elf">colo-chain.elf</primary>
70          </indexterm>
71        </listitem>
72      </varlistentry>
73
74    </variablelist>
75-->
76
77  </sect2>
78
79</sect1>
Note: See TracBrowser for help on using the repository browser.