mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
renamed isoboot_regtest.asm to isobtrt.asm to comply with ISO-9660 standard
svn path=/trunk/; revision=23742
This commit is contained in:
parent
b32b0a47c8
commit
454bef01db
2 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@
|
||||||
<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">
|
<module name="isobtrt" type="bootsector">
|
||||||
<bootstrap base="loader" nameoncd="isoboot_regtest.bin" />
|
<bootstrap base="loader" nameoncd="isobtrt.bin" />
|
||||||
<file>isoboot_regtest.asm</file>
|
<file>isobtrt.asm</file>
|
||||||
</module>
|
</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">
|
||||||
|
|
Loading…
Reference in a new issue