* added bootloader which can be used for automated regression tests using buildbot

svn path=/trunk/; revision=23740
This commit is contained in:
Christoph von Wittich 2006-08-27 11:59:01 +00:00
parent 1424ff8a8c
commit ec61eadeca
2 changed files with 1027 additions and 0 deletions

View file

@ -18,6 +18,10 @@
<bootstrap base="loader" nameoncd="isoboot.bin" />
<file>isoboot.asm</file>
</module>
<module name="isoboot_regtest" type="bootsector">
<bootstrap base="loader" nameoncd="isoboot_regtest.bin" />
<file>isoboot_regtest.asm</file>
</module>
<if property="ARCH" value="powerpc">
<module name="ofwldr" type="bootprogram" payload="freeldr">
<bootstrap base="loader" nameoncd="boot/ofwldr" />

File diff suppressed because it is too large Load diff