Gentoo Archives: gentoo-commits

From: "Tiago Cunha (tcunha)" <tcunha@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/sparc/at: index.xml sparc-quiz.txt
Date: Mon, 03 Aug 2009 21:19:16
Message-Id: E1MY4w6-00033E-Jo@stork.gentoo.org
1 tcunha 09/08/03 21:19:14
2
3 Modified: index.xml
4 Added: sparc-quiz.txt
5 Log:
6 Initial import of new quiz.
7
8 Revision Changes Path
9 1.23 xml/htdocs/proj/en/base/sparc/at/index.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/sparc/at/index.xml?rev=1.23&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/sparc/at/index.xml?rev=1.23&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/sparc/at/index.xml?r1=1.22&r2=1.23
14
15 Index: index.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/sparc/at/index.xml,v
18 retrieving revision 1.22
19 retrieving revision 1.23
20 diff -u -r1.22 -r1.23
21 --- index.xml 16 Jul 2009 18:12:25 -0000 1.22
22 +++ index.xml 3 Aug 2009 21:19:14 -0000 1.23
23 @@ -32,7 +32,8 @@
24 </ul>
25 <p>If you want to participate, email <mail link="tcunha@g.o">tcunha@g.o</mail> or
26 <mail link="fmccor@g.o">fmccor@g.o</mail>. They will lead you through the process and
27 -help you with the <uri link="/proj/en/devrel/quiz/ebuild-quiz.txt">ebuild quiz</uri>
28 +help you with the <uri link="/proj/en/devrel/quiz/ebuild-quiz.txt">ebuild</uri>, and
29 +<uri link="/proj/en/base/sparc/at/sparc-quiz.txt">sparc</uri> quizzes
30 which is a requirement for all ATs.</p>
31 <note>Arch testers might not be official Gentoo developers. They are, however, a recognized
32 part of the Gentoo/SPARC arch team.</note>
33
34
35
36 1.1 xml/htdocs/proj/en/base/sparc/at/sparc-quiz.txt
37
38 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/sparc/at/sparc-quiz.txt?rev=1.1&view=markup
39 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/sparc/at/sparc-quiz.txt?rev=1.1&content-type=text/plain
40
41 Index: sparc-quiz.txt
42 ===================================================================
43 SPARC architecture team quiz
44 Revision 1.0 - 03 Aug 2009
45 Answer in whatever length necessary for completeness.
46 Consult the AT Lead if you're unable to locate answers.
47
48 1. Does SPARC run 64-bit code?
49
50 2. What's endianness? Is SPARC a big or little-endian architecture?
51
52 3. Why is it so important to respect the user's CFLAGS on SPARC?
53
54 4. (a) Explain what is an unaligned memory access.
55
56 (b) What can you do to help the package maintainer if testing shows a Bus
57 Error?