grammar updates
[mono.git] / doc / ppc
diff --git a/doc/ppc b/doc/ppc
index 44c9ac4cd9a4ca22029d395b3213f3e09e43d110..56026d4d6b1ed94763fa10aeb219fce2dbc228ea 100644 (file)
--- a/doc/ppc
+++ b/doc/ppc
@@ -3,28 +3,31 @@
 
 ** Status
 
-78 test(s) passed. 11 test(s) failed. (same as x86 :-)
+       It passes and compiles the same amount of mono tests as on the x86 architecture.
 
-mcs in interpreter could compile hello world application.
-
-** To do
+       mcs is self hosting on Linux/PPC.
 
 *** Interpreter
 
-Up to date.
+       Up to date.
 
 *** Jitter
 
-Start the port
+       Start the port
 
 ** Documentation
 
-<B>PowerPC architecture:</B>
+*** PowerPC architecture:
 
     <A HREF="http://e-www.motorola.com/brdata/PDFDB/docs/MPCFPE32B.pdf">PowerPC Programming environments manual</A><BR>
     <A HREF="http://e-www.motorola.com/brdata/PDFDB/docs/MPC7410UM.pdf">G4 (7410) User's manual</A>
 
-<B>Calling conventions:</B>
+       There's a very nice introduction to PowerPC assembly language
+       at <a
+       href="http://www-106.ibm.com/developerworks/library/l-ppc/">http://www-106.ibm.com/developerworks/library/l-ppc/</a>.
+
+*** Calling conventions:
+
+    <a href="http://www.esofta.com/softspecs.html">The PowerPC SystemV ABI specification</a>
 
-    &lt;add me&gt;