| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!DOCTYPE book SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE book SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml,v 1.100 2005/01/04 18:11:20 swift Exp $ --> |
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml,v 1.101 2005/02/14 14:59:19 swift Exp $ --> |
| 5 | |
5 | |
| 6 | <book link="handbook-mips.xml"> |
6 | <book link="handbook-mips.xml"> |
| 7 | <title>Gentoo Linux/MIPS Handbook</title> |
7 | <title>Gentoo Linux/MIPS Handbook</title> |
| 8 | |
8 | |
| 9 | <author title="Author"> |
9 | <author title="Author"> |
| … | |
… | |
| 82 | <author title="Editor"> |
82 | <author title="Editor"> |
| 83 | <mail link="erwin@gentoo.org">Erwin</mail> |
83 | <mail link="erwin@gentoo.org">Erwin</mail> |
| 84 | </author> |
84 | </author> |
| 85 | <author title="Editor"> |
85 | <author title="Editor"> |
| 86 | <mail link="kumba@gentoo.org">Joshua Kinard</mail> |
86 | <mail link="kumba@gentoo.org">Joshua Kinard</mail> |
|
|
87 | </author> |
|
|
88 | <author title="Editor"> |
|
|
89 | <mail link="stuartl@longlandclan.hopto.org">Stuart Longland</mail> |
| 87 | </author> |
90 | </author> |
| 88 | <author title="Editor"> |
91 | <author title="Editor"> |
| 89 | <mail link="dertobi123@gentoo.org">Tobias Scherbaum</mail> |
92 | <mail link="dertobi123@gentoo.org">Tobias Scherbaum</mail> |
| 90 | </author> |
93 | </author> |
| 91 | <author title="Reviewer"> |
94 | <author title="Reviewer"> |
| … | |
… | |
| 111 | |
114 | |
| 112 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
115 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 113 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
116 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
| 114 | <license/> |
117 | <license/> |
| 115 | |
118 | |
| 116 | <version>3.8</version> |
119 | <version>3.9</version> |
| 117 | <date>2005-01-04</date> |
120 | <date>2005-02-14</date> |
| 118 | |
121 | |
| 119 | <part> |
122 | <part> |
| 120 | <title>Installing Gentoo</title> |
123 | <title>Installing Gentoo</title> |
| 121 | <abstract> |
124 | <abstract> |
| 122 | In this part you learn how to install Gentoo on your system. |
125 | In this part you learn how to install Gentoo on your system. |
| … | |
… | |
| 206 | </chapter> |
209 | </chapter> |
| 207 | |
210 | |
| 208 | <chapter> |
211 | <chapter> |
| 209 | <title>Configuring the Bootloader</title> |
212 | <title>Configuring the Bootloader</title> |
| 210 | <abstract> |
213 | <abstract> |
| 211 | MIPS doesn't really have a bootloader, but the MIPS PROM is used to boot kernels |
214 | On both Silicon Graphics machines, and on Cobalt servers, both require the use |
| 212 | instead. This chapter explains how to install your Linux kernel as a PROM boot |
215 | of a bootloader to load the kernel. This section covers setting up |
| 213 | option. |
216 | arcboot (for SGI machines) and colo for Cobalt servers. |
| 214 | </abstract> |
217 | </abstract> |
| 215 | <include href="hb-install-mips-bootloader.xml"/> |
218 | <include href="hb-install-mips-bootloader.xml"/> |
| 216 | </chapter> |
219 | </chapter> |
| 217 | |
220 | |
| 218 | <chapter> |
221 | <chapter> |