Added powerpc boot program. Not working with egcs tools yet.

svn path=/trunk/; revision=19855
This commit is contained in:
Art Yerkes 2005-12-04 12:03:50 +00:00
parent b1fa799b0b
commit a3972b6c26

View 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>