[ros-diffs] [arty] 19855: Added powerpc boot program. Not working with egcs tools yet.

arty at svn.reactos.com arty at svn.reactos.com
Sun Dec 4 13:04:08 CET 2005


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051204/e37e490d/attachment.html


More information about the Ros-diffs mailing list