1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE book 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 | <book>
|
---|
9 |
|
---|
10 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="preface/mips/bookinfo.xml"/>
|
---|
11 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="preface/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/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="materials/chapter.xml"/>
|
---|
28 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-preps/chapter.xml"/>
|
---|
29 | </part>
|
---|
30 |
|
---|
31 | <part id="part3">
|
---|
32 | <?dbhtml filename="part3.html"?>
|
---|
33 |
|
---|
34 | <title>Make the Cross-Compile Tools</title>
|
---|
35 |
|
---|
36 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cross-tools/mips-chapter.xml"/>
|
---|
37 |
|
---|
38 | </part>
|
---|
39 |
|
---|
40 | <part id="part4">
|
---|
41 | <?dbhtml filename="part4.html"?>
|
---|
42 |
|
---|
43 | <title>Building the CLFS System</title>
|
---|
44 |
|
---|
45 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/chapter.xml"/>
|
---|
46 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/chapter.xml"/>
|
---|
47 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/chapter.xml"/>
|
---|
48 |
|
---|
49 | </part>
|
---|
50 |
|
---|
51 | <part id="part5">
|
---|
52 | <?dbhtml filename="part5.html"?>
|
---|
53 |
|
---|
54 | <title>Beyond CLFS Embedded</title>
|
---|
55 |
|
---|
56 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-intro/chapter.xml"/>
|
---|
57 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-lib/chapter.xml"/>
|
---|
58 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-net/chapter.xml"/>
|
---|
59 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="beyond-filesys/chapter.xml"/>
|
---|
60 |
|
---|
61 | </part>
|
---|
62 |
|
---|
63 | <part id="part6">
|
---|
64 | <?dbhtml filename="part6.html"?>
|
---|
65 |
|
---|
66 | <title>Cleanup and Boot</title>
|
---|
67 |
|
---|
68 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cleanup/chapter.xml"/>
|
---|
69 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
|
---|
70 |
|
---|
71 | </part>
|
---|
72 |
|
---|
73 | <index/>
|
---|
74 |
|
---|
75 | </book>
|
---|