here ya go, miggy
[mono.git] / web / ppc
1
2 * Mono PowerPC Port
3
4 ** Status
5
6         It passes and compiles the same amount of mono tests as on the x86 architecture.
7
8         mcs is self hosting on Linux/PPC.
9
10 *** Interpreter
11
12         Up to date.
13
14 *** Jitter
15
16         Works on MacOS X 10.2 and Linux/PPC.   
17
18         There are known problems on MacOS 10.3
19
20 ** Documentation
21
22 *** PowerPC architecture:
23
24     <A HREF="http://e-www.motorola.com/brdata/PDFDB/docs/MPCFPE32B.pdf">PowerPC Programming environments manual</A><BR>
25     <A HREF="http://e-www.motorola.com/brdata/PDFDB/docs/MPC7410UM.pdf">G4 (7410) User's manual</A>
26         
27         There's a very nice introduction to PowerPC assembly language
28         at <a
29         href="http://www-106.ibm.com/developerworks/library/l-ppc/">http://www-106.ibm.com/developerworks/library/l-ppc/</a>.
30
31 *** Calling conventions:
32
33         Linux on PPC32 uses the <a
34         href="http://refspecs.freestandards.org/elf/elfspec_ppc.pdf">The
35         PowerPC SystemV ABI specification</a>.
36
37         On MacOS X, the conventions are documented in the <a
38         href="http://developer.apple.com/documentation/DeveloperTools/Conceptual/MachORuntime/MachORuntime.pdf">Mach-O
39         Runtime Architecture</a>.
40