mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 21:48:19 +00:00
* added bootloader which can be used for automated regression tests using buildbot
svn path=/trunk/; revision=23740
This commit is contained in:
parent
1424ff8a8c
commit
ec61eadeca
2 changed files with 1027 additions and 0 deletions
|
@ -18,6 +18,10 @@
|
||||||
<bootstrap base="loader" nameoncd="isoboot.bin" />
|
<bootstrap base="loader" nameoncd="isoboot.bin" />
|
||||||
<file>isoboot.asm</file>
|
<file>isoboot.asm</file>
|
||||||
</module>
|
</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">
|
<if property="ARCH" value="powerpc">
|
||||||
<module name="ofwldr" type="bootprogram" payload="freeldr">
|
<module name="ofwldr" type="bootprogram" payload="freeldr">
|
||||||
<bootstrap base="loader" nameoncd="boot/ofwldr" />
|
<bootstrap base="loader" nameoncd="boot/ofwldr" />
|
||||||
|
|
1023
reactos/boot/freeldr/bootsect/isoboot_regtest.asm
Normal file
1023
reactos/boot/freeldr/bootsect/isoboot_regtest.asm
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue