Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-ppc64-medium.xml
Date: Sat, 21 Apr 2007 03:49:06
Message-Id: E1Hf6al-0007ph-1l@stork.gentoo.org
1 nightmorph 07/04/21 03:48:55
2
3 Modified: hb-install-ppc64-medium.xml
4 Log:
5 added blurb for ppc64 handbook on userlands, bug 174952
6
7 Revision Changes Path
8 1.6 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-medium.xml
9
10 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
11 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
12 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
13
14 Index: hb-install-ppc64-medium.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-medium.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- hb-install-ppc64-medium.xml 13 Apr 2007 15:34:14 -0000 1.5
21 +++ hb-install-ppc64-medium.xml 21 Apr 2007 03:48:55 -0000 1.6
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $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 $ -->
27 +<!-- $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 $ -->
28
29 <sections>
30
31 <version>8.0</version>
32 -<date>2007-04-13</date>
33 +<date>2007-04-20</date>
34
35 <section>
36 <title>Hardware Requirements</title>
37 @@ -127,6 +127,51 @@
38
39 </body>
40 </subsection>
41 +<subsection>
42 +<title>Choosing a userland</title>
43 +<body>
44 +
45 +<p>
46 +On PPC64, the kernel is 64-bit and the <e>userland</e> can be 32-bit or 64-bit. The
47 +userland is basically the applications you are running, such as
48 +<c>bash</c> or <c>mozilla-firefox</c>. They can be compiled and run in either
49 +64-bit or 32-bit modes. The Gentoo/PPC64 team provides both 32-bit and 64-bit
50 +userlands, so which one should you use?
51 +</p>
52 +
53 +<p>
54 +You may have heard that 64-bit applications are better, but in fact, 32-bit
55 +applications take up slightly less memory and often run a little bit faster than
56 +64-bit applications.
57 +</p>
58 +
59 +<p>
60 +You really only need 64-bit applications when you need more memory than a 32-bit
61 +userland allows, or if you do a lot of 64-bit number crunching. If you run
62 +applications that require more than 4GB of memory or you run scientific
63 +applications, you should choose the 64-bit userland. Otherwise, choose the
64 +32-bit userland, as it is recommended by the Gentoo/PPC64 developers.
65 +</p>
66 +
67 +<p>
68 +Additionally, the 32-bit userland has been available in Portage longer than the
69 +64-bit userland has. This means that there are more applications tested in the
70 +32-bit userland that just work "out of the box." Many applications compiled for
71 +the 64-bit userland may be just as stable as the 32-bit version, but they
72 +haven't been tested yet. Though testing isn't difficult to do, it can be
73 +annoying and time consuming if you want to use many untested 64-bit
74 +applications. Also, some programs just won't run in the 64-bit userland until
75 +their code is fixed, such as OpenOffice.
76 +</p>
77 +
78 +<p>
79 +The Gentoo/PPC64 team provides stages and Package CDs for both 32-bit and 64-bit
80 +userlands, so no matter which one you choose, you'll be able to successfully
81 +install Gentoo and get a full system up and running with minimal fuss.
82 +</p>
83 +
84 +</body>
85 +</subsection>
86 </section>
87 <!-- STOP -->
88 <section>
89
90
91
92 --
93 gentoo-doc-cvs@g.o mailing list