Added powerpc boot program. Not working with egcs tools yet.
[reactos.git] / reactos / boot / freeldr / bootsect / bootsect.xml
index 1c08539..715e840 100644 (file)
@@ -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