source: final-system/mips/arcload.xml@ 660bda8

Last change on this file since 660bda8 was 0189731, checked in by Jim Gifford <clfs@…>, 19 years ago

r1183@server (orig r1181): jim | 2006-02-19 10:08:21 -0800

r1266@server: jim | 2006-02-19 10:07:02 -0800
Updated to ARCLOad 0.5


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