Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-mips-faq.xml
Date: Tue, 09 Aug 2005 13:55:50
Message-Id: 200508091355.j79DtANc011239@robin.gentoo.org
1 swift 05/08/09 13:55:27
2
3 Modified: xml/htdocs/doc/en/draft gentoo-mips-faq.xml
4 Log:
5 Creating a TOC
6
7 Revision Changes Path
8 1.4 +81 -15 xml/htdocs/doc/en/draft/gentoo-mips-faq.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/gentoo-mips-faq.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/gentoo-mips-faq.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/gentoo-mips-faq.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
13
14 Index: gentoo-mips-faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/gentoo-mips-faq.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- gentoo-mips-faq.xml 9 Aug 2005 11:29:38 -0000 1.3
21 +++ gentoo-mips-faq.xml 9 Aug 2005 13:55:27 -0000 1.4
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/gentoo-mips-faq.xml,v 1.3 2005/08/09 11:29:38 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/gentoo-mips-faq.xml,v 1.4 2005/08/09 13:55:27 swift Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28 <guide link="/doc/en/draft/gentoo-mips-faq.xml">
29 @@ -19,12 +19,13 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.1</version>
34 +<version>1.0</version>
35 <date>2005-08-09</date>
36
37 <chapter>
38 <title>About this document</title>
39 <section>
40 +<title>Introduction</title>
41 <body>
42
43 <p>
44 @@ -42,11 +43,76 @@
45
46 </body>
47 </section>
48 +<section>
49 +<title>Content</title>
50 +<body>
51 +
52 +<p>
53 +<b>About the Gentoo/MIPS project</b>
54 +</p>
55 +
56 +<ul>
57 + <li><uri link="#what">What is Gentoo/MIPS?</uri></li>
58 + <li><uri link="#why">Why install Gentoo Linux on MIPS?</uri></li>
59 + <li>
60 + <uri link="#port">Why don't you port Gentoo to NetBSD/MIPS or IRIX?</uri>
61 + </li>
62 +</ul>
63 +
64 +<p>
65 +<b>MIPS Hardware FAQs</b>
66 +</p>
67 +
68 +<ul>
69 + <li><uri link="#hw-what">What is MIPS?</uri></li>
70 + <li>
71 + <uri link="#hardware">What sort of hardware uses MIPS processors?</uri>
72 + </li>
73 + <li><uri link="#supported">Is my machine supported?</uri></li>
74 + <li><uri link="#support_X">Why don't you support machine X</uri></li>
75 +</ul>
76 +
77 +<p>
78 +<b>MIPS Software FAQs</b>
79 +</p>
80 +
81 +<ul>
82 + <li><uri link="#stage">Which stage tarball do I use?</uri></li>
83 + <li>
84 + <uri link="#chroot">I got told "illegal instruction" or "Cannot Execute
85 + Binary File" when chrooting. What did I do wrong?</uri>
86 + </li>
87 +</ul>
88 +
89 +<p>
90 +<b>Silicon Graphics Specific FAQs</b>
91 +</p>
92 +
93 +<ul>
94 + <li><uri link="#netboot">Why doesn't my SGI machine netboot?</uri></li>
95 + <li>
96 + <uri link="#serial">The machine downloads the kernel, but then "hangs"
97 + (using a monitor and keyboard -- not serial console)</uri>
98 + </li>
99 +</ul>
100 +
101 +<p>
102 +<b>Cobalt Specific FAQs</b>
103 +</p>
104 +
105 +<ul>
106 + <li><uri link="#cobaltboot">Why won't my Cobalt machine boot?</uri></li>
107 + <li><uri link="#qube2700">Why don't you support the Qube 2700?</uri></li>
108 +</ul>
109 +
110 +
111 +</body>
112 +</section>
113 </chapter>
114
115 <chapter>
116 <title>About the Gentoo/MIPS Project</title>
117 -<section>
118 +<section id="what">
119 <title>What is Gentoo/MIPS?</title>
120 <body>
121
122 @@ -59,7 +125,7 @@
123
124 </body>
125 </section>
126 -<section>
127 +<section id="why">
128 <title>Why install Gentoo Linux on MIPS?</title>
129 <body>
130
131 @@ -89,7 +155,7 @@
132
133 </body>
134 </section>
135 -<section>
136 +<section id="port">
137 <title>Why don't you port Gentoo to NetBSD/MIPS or IRIX?</title>
138 <body>
139
140 @@ -114,7 +180,7 @@
141
142 <chapter>
143 <title>MIPS Hardware FAQs</title>
144 -<section>
145 +<section id="hw-what">
146 <title>What is MIPS?</title>
147 <body>
148
149 @@ -132,7 +198,7 @@
150
151 </body>
152 </section>
153 -<section>
154 +<section id="hardware">
155 <title>What sort of hardware uses MIPS processors?</title>
156 <body>
157
158 @@ -253,7 +319,7 @@
159
160 </body>
161 </section>
162 -<section>
163 +<section id="supported">
164 <title>Is my machine supported?</title>
165 <body>
166
167 @@ -289,7 +355,7 @@
168
169 </body>
170 </section>
171 -<section>
172 +<section id="support_X">
173 <title>Why don't you support machine X</title>
174 <body>
175
176 @@ -311,7 +377,7 @@
177
178 <chapter>
179 <title>MIPS Software FAQs</title>
180 -<section>
181 +<section id="stage">
182 <title>Which stage tarball do I use?</title>
183 <body>
184
185 @@ -354,7 +420,7 @@
186
187 </body>
188 </section>
189 -<section>
190 +<section id="chroot">
191 <title>I got told "Illegal Instruction" or "Cannot Execute Binary
192 File" when chrooting. What did I do wrong?</title>
193 <body>
194 @@ -378,7 +444,7 @@
195
196 <chapter>
197 <title>Silicon Graphics Specific FAQs</title>
198 -<section>
199 +<section id="netboot">
200 <title>Why doesn't my SGI machine netboot?</title>
201 <body>
202
203 @@ -448,7 +514,7 @@
204
205 </body>
206 </section>
207 -<section>
208 +<section id="serial">
209 <title>The machine downloads the kernel, but then "hangs" (using a monitor and
210 keyboard -- not serial console)</title>
211 <body>
212 @@ -467,7 +533,7 @@
213
214
215
216 --
217 gentoo-doc-cvs@g.o mailing list