projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1fa799
)
Added powerpc boot program. Not working with egcs tools yet.
author
Art Yerkes
<art.yerkes@gmail.com>
Sun, 4 Dec 2005 12:03:50 +0000
(12:03 +0000)
committer
Art Yerkes
<art.yerkes@gmail.com>
Sun, 4 Dec 2005 12:03:50 +0000
(12:03 +0000)
svn path=/trunk/; revision=19855
reactos/boot/freeldr/bootsect/bootsect.xml
patch
|
blob
|
history
diff --git
a/reactos/boot/freeldr/bootsect/bootsect.xml
b/reactos/boot/freeldr/bootsect/bootsect.xml
index
1c08539
..
715e840
100644
(file)
--- a/
reactos/boot/freeldr/bootsect/bootsect.xml
+++ b/
reactos/boot/freeldr/bootsect/bootsect.xml
@@
-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