source: BOOK/appendices/rationale/sparc.xml @ 564021c

clfs-3.0.0-systemdsystemd clfs-3.0.0-rc1-systemd
Last change on this file since 564021c was 7fbb561, checked in by Chris Staub <chris@…>, 12 years ago

Actually add platform-dependent rationale files

  • Property mode set to 100644
File size: 861 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<appendix id="appendixd-sparc" xreflabel="Appendix D">
9  <?dbhtml dir="appendixd"?>
10  <?dbhtml filename="rationale-sparc.html"?>
11
12  <title>Package Rationale - Sparc</title>
13
14  <para>This is the explanation for the inclusion of Sparc-specific packages.</para>
15
16  <itemizedlist>
17
18    <listitem>
19      <para>ELFtoaout</para>
20      <para>A utility for converting ELF binaries to a.out binaries. Needed to
21      install Silo.</para>
22    </listitem>
23
24    <listitem>
25      <para>Silo</para>
26      <para>SPARC/UltraSPARC Improved Loader, a boot loader for Sparc.</para>
27    </listitem>
28
29  </itemizedlist>
30
31</appendix>
Note: See TracBrowser for help on using the repository browser.