source: clfs-embedded/BOOK/mips-index.xml@ 58303ae

Last change on this file since 58303ae was 18c9860, checked in by Andrew Bradford <bradfa@…>, 14 years ago

Created Beyond-Introduction chapter

This will be the lead-in for all the Beyond chapters. Just to give a
general overview of what Beyond is all about.

  • Property mode set to 100644
File size: 3.1 KB
RevLine 
[99fc891]1<?xml version="1.0" encoding="ISO-8859-1"?>
[bd48e48]2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[99fc891]4 <!ENTITY % general-entities SYSTEM "general.ent">
5 %general-entities;
6]>
7
8<book>
9
10 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="prologue/mips/bookinfo.xml"/>
11 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="prologue/preface.xml"/>
12
13 <part id="part1">
14 <?dbhtml filename="part1.html"?>
15
16 <title>Introduction</title>
17
18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction/mips-chapter.xml"/>
19
20 </part>
21
22 <part id="part2">
23 <?dbhtml filename="part2.html"?>
24
25 <title>Preparing for the Build</title>
26
27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="partitioning/mips-chapter.xml"/>
28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="materials/mips-chapter.xml"/>
29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-preps/chapter.xml"/>
[2dd87d6]30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="system-prep/mips-chapter.xml"/>
[99fc891]31 </part>
32
33 <part id="part3">
34 <?dbhtml filename="part3.html"?>
35
36 <title>Make the Cross-Compile Tools</title>
37
38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cross-tools/mips-chapter.xml"/>
39
40 </part>
41
42 <part id="part4">
43 <?dbhtml filename="part4.html"?>
44
45 <title>Building the CLFS System</title>
46
47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/mips-chapter.xml"/>
[2dd87d6]48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="system-build/mips-chapter.xml"/>
[99fc891]49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/mips-chapter.xml"/>
[2dd87d6]50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/chapter.xml"/>
[97c9564]51 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootloaders/mips-chapter.xml"/>
[99fc891]52
53 </part>
54
55 <part id="part5">
56 <?dbhtml filename="part5.html"?>
57
[fe07f05]58 <title>Beyond CLFS Embedded</title>
[81941ed]59
[18c9860]60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-intro/mips-chapter.xml"/>
[f67f492]61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-networking/mips-chapter.xml"/>
[81941ed]62
63 </part>
64
65 <part id="part6">
66 <?dbhtml filename="part6.html"?>
67
[fe07f05]68 <title>Cleanup and Boot</title>
69
70 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cleanup/chapter.xml"/>
71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
72
73 </part>
74
75 <part id="part7">
76 <?dbhtml filename="part7.html"?>
77
[99fc891]78 <title>Appendices</title>
79
80 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/acronymlist.xml"/>
81 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/acknowledgments.xml"/>
82 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/dependencies/common.xml"/>
83 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/dependencies/mips.xml"/>
84 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/license.xml"/>
85
86 </part>
87 <index/>
88
89</book>
Note: See TracBrowser for help on using the repository browser.