Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/embedded/handbook: tuples.xml
Date: Mon, 24 Dec 2007 21:47:51
Message-Id: E1J6v9B-0001Zb-Mt@stork.gentoo.org
1 vapier 07/12/24 21:47:41
2
3 Modified: tuples.xml
4 Log:
5 add a section explaining discrepancies with the kernel arch value
6
7 Revision Changes Path
8 1.4 xml/htdocs/proj/en/base/embedded/handbook/tuples.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml?r1=1.3&r2=1.4
13
14 Index: tuples.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- tuples.xml 26 Aug 2007 13:21:49 -0000 1.3
21 +++ tuples.xml 24 Dec 2007 21:47:41 -0000 1.4
22 @@ -1,7 +1,7 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml,v 1.3 2007/08/26 13:21:49 vapier Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml,v 1.4 2007/12/24 21:47:41 vapier Exp $ -->
28
29 <sections>
30
31 @@ -134,4 +134,28 @@
32 </body>
33 </section>
34
35 +<section>
36 +<title>Kernel Arches</title>
37 +<body>
38 +
39 +<p>
40 +While in many cases, the value portage uses for <c>ARCH</c> and <c>KEYWORDS</c>
41 +matches the value used by the kernel, this is not always the case. It also
42 +does not match exactly the machine list in the table above. Over time, the
43 +kernel may even rename/unify some architectures, so an exact list is not
44 +possible without tracking every version!
45 +</p>
46 +
47 +<p>
48 +To find the current list of architectures, simply peek in the <path>arch</path>
49 +subdirectory of your kernel sources. Keep in mind that the kernel will have
50 +many processors unified under a single architecture. So while you may have an
51 +omap or strong arm or xscale processor, these cpus are all part of the same
52 +arm architecture. The same goes for i386, i486, i586, and i686 processors.
53 +These all fall under the i386 architecture.
54 +</p>
55 +
56 +</body>
57 +</section>
58 +
59 </sections>
60
61
62
63 --
64 gentoo-commits@g.o mailing list