Added powerpc boot program.  Not working with egcs tools yet.
Modified: trunk/reactos/boot/freeldr/bootsect/bootsect.xml

Modified: trunk/reactos/boot/freeldr/bootsect/bootsect.xml
--- trunk/reactos/boot/freeldr/bootsect/bootsect.xml	2005-12-04 12:02:45 UTC (rev 19854)
+++ trunk/reactos/boot/freeldr/bootsect/bootsect.xml	2005-12-04 12:03:50 UTC (rev 19855)
@@ -18,3 +18,9 @@
 	<bootstrap base="loader" nameoncd="isoboot.bin" />
 	<file>isoboot.asm</file>
 </module>
+<if property="ARCH" value="powerpc">
+	<module name="ofwldr" type="bootprogram" payload="freeldr">
+		<bootstrap base="loader" nameoncd="boot/ofwldr" />
+		<file>ofwboot.s</file>
+	</module>
+</if>
\ No newline at end of file