nightmorph 07/04/21 03:48:55 Modified: hb-install-ppc64-medium.xml Log: added blurb for ppc64 handbook on userlands, bug 174952
Revision Changes Path 1.6 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-medium.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-medium.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-medium.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-medium.xml?r1=1.5&r2=1.6 Index: hb-install-ppc64-medium.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-medium.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- hb-install-ppc64-medium.xml 13 Apr 2007 15:34:14 -0000 1.5 +++ hb-install-ppc64-medium.xml 21 Apr 2007 03:48:55 -0000 1.6 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-medium.xml,v 1.5 2007/04/13 15:34:14 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-medium.xml,v 1.6 2007/04/21 03:48:55 nightmorph Exp $ --> <sections> <version>8.0</version> -<date>2007-04-13</date> +<date>2007-04-20</date> <section> <title>Hardware Requirements</title> @@ -127,6 +127,51 @@ </body> </subsection> +<subsection> +<title>Choosing a userland</title> +<body> + +<p> +On PPC64, the kernel is 64-bit and the <e>userland</e> can be 32-bit or 64-bit. The +userland is basically the applications you are running, such as +<c>bash</c> or <c>mozilla-firefox</c>. They can be compiled and run in either +64-bit or 32-bit modes. The Gentoo/PPC64 team provides both 32-bit and 64-bit +userlands, so which one should you use? +</p> + +<p> +You may have heard that 64-bit applications are better, but in fact, 32-bit +applications take up slightly less memory and often run a little bit faster than +64-bit applications. +</p> + +<p> +You really only need 64-bit applications when you need more memory than a 32-bit +userland allows, or if you do a lot of 64-bit number crunching. If you run +applications that require more than 4GB of memory or you run scientific +applications, you should choose the 64-bit userland. Otherwise, choose the +32-bit userland, as it is recommended by the Gentoo/PPC64 developers. +</p> + +<p> +Additionally, the 32-bit userland has been available in Portage longer than the +64-bit userland has. This means that there are more applications tested in the +32-bit userland that just work "out of the box." Many applications compiled for +the 64-bit userland may be just as stable as the 32-bit version, but they +haven't been tested yet. Though testing isn't difficult to do, it can be +annoying and time consuming if you want to use many untested 64-bit +applications. Also, some programs just won't run in the 64-bit userland until +their code is fixed, such as OpenOffice. +</p> + +<p> +The Gentoo/PPC64 team provides stages and Package CDs for both 32-bit and 64-bit +userlands, so no matter which one you choose, you'll be able to successfully +install Gentoo and get a full system up and running with minimal fuss. +</p> + +</body> +</subsection> </section> <!-- STOP --> <section> -- [EMAIL PROTECTED] mailing list
