swift 05/08/09 13:55:27 Modified: xml/htdocs/doc/en/draft gentoo-mips-faq.xml Log: Creating a TOC
Revision Changes Path 1.4 +81 -15 xml/htdocs/doc/en/draft/gentoo-mips-faq.xml 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 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 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 Index: gentoo-mips-faq.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/gentoo-mips-faq.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gentoo-mips-faq.xml 9 Aug 2005 11:29:38 -0000 1.3 +++ gentoo-mips-faq.xml 9 Aug 2005 13:55:27 -0000 1.4 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/gentoo-mips-faq.xml,v 1.3 2005/08/09 11:29:38 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/gentoo-mips-faq.xml,v 1.4 2005/08/09 13:55:27 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/draft/gentoo-mips-faq.xml"> @@ -19,12 +19,13 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.1</version> +<version>1.0</version> <date>2005-08-09</date> <chapter> <title>About this document</title> <section> +<title>Introduction</title> <body> <p> @@ -42,11 +43,76 @@ </body> </section> +<section> +<title>Content</title> +<body> + +<p> +<b>About the Gentoo/MIPS project</b> +</p> + +<ul> + <li><uri link="#what">What is Gentoo/MIPS?</uri></li> + <li><uri link="#why">Why install Gentoo Linux on MIPS?</uri></li> + <li> + <uri link="#port">Why don't you port Gentoo to NetBSD/MIPS or IRIX?</uri> + </li> +</ul> + +<p> +<b>MIPS Hardware FAQs</b> +</p> + +<ul> + <li><uri link="#hw-what">What is MIPS?</uri></li> + <li> + <uri link="#hardware">What sort of hardware uses MIPS processors?</uri> + </li> + <li><uri link="#supported">Is my machine supported?</uri></li> + <li><uri link="#support_X">Why don't you support machine X</uri></li> +</ul> + +<p> +<b>MIPS Software FAQs</b> +</p> + +<ul> + <li><uri link="#stage">Which stage tarball do I use?</uri></li> + <li> + <uri link="#chroot">I got told "illegal instruction" or "Cannot Execute + Binary File" when chrooting. What did I do wrong?</uri> + </li> +</ul> + +<p> +<b>Silicon Graphics Specific FAQs</b> +</p> + +<ul> + <li><uri link="#netboot">Why doesn't my SGI machine netboot?</uri></li> + <li> + <uri link="#serial">The machine downloads the kernel, but then "hangs" + (using a monitor and keyboard -- not serial console)</uri> + </li> +</ul> + +<p> +<b>Cobalt Specific FAQs</b> +</p> + +<ul> + <li><uri link="#cobaltboot">Why won't my Cobalt machine boot?</uri></li> + <li><uri link="#qube2700">Why don't you support the Qube 2700?</uri></li> +</ul> + + +</body> +</section> </chapter> <chapter> <title>About the Gentoo/MIPS Project</title> -<section> +<section id="what"> <title>What is Gentoo/MIPS?</title> <body> @@ -59,7 +125,7 @@ </body> </section> -<section> +<section id="why"> <title>Why install Gentoo Linux on MIPS?</title> <body> @@ -89,7 +155,7 @@ </body> </section> -<section> +<section id="port"> <title>Why don't you port Gentoo to NetBSD/MIPS or IRIX?</title> <body> @@ -114,7 +180,7 @@ <chapter> <title>MIPS Hardware FAQs</title> -<section> +<section id="hw-what"> <title>What is MIPS?</title> <body> @@ -132,7 +198,7 @@ </body> </section> -<section> +<section id="hardware"> <title>What sort of hardware uses MIPS processors?</title> <body> @@ -253,7 +319,7 @@ </body> </section> -<section> +<section id="supported"> <title>Is my machine supported?</title> <body> @@ -289,7 +355,7 @@ </body> </section> -<section> +<section id="support_X"> <title>Why don't you support machine X</title> <body> @@ -311,7 +377,7 @@ <chapter> <title>MIPS Software FAQs</title> -<section> +<section id="stage"> <title>Which stage tarball do I use?</title> <body> @@ -354,7 +420,7 @@ </body> </section> -<section> +<section id="chroot"> <title>I got told "Illegal Instruction" or "Cannot Execute Binary File" when chrooting. What did I do wrong?</title> <body> @@ -378,7 +444,7 @@ <chapter> <title>Silicon Graphics Specific FAQs</title> -<section> +<section id="netboot"> <title>Why doesn't my SGI machine netboot?</title> <body> @@ -448,7 +514,7 @@ </body> </section> -<section> +<section id="serial"> <title>The machine downloads the kernel, but then "hangs" (using a monitor and keyboard -- not serial console)</title> <body> @@ -467,7 +533,7 @@ -- [email protected] mailing list
