mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Added powerpc boot program. Not working with egcs tools yet.
svn path=/trunk/; revision=19855
This commit is contained in:
parent
b1fa799b0b
commit
a3972b6c26
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
Loading…
Reference in a new issue