改名,提示只读入10个柱面

This commit is contained in:
Yourtion
2014-09-05 16:59:40 +08:00
parent 9722e90791
commit 9b8f03b501
2 changed files with 6 additions and 6 deletions

View File

@@ -13,15 +13,15 @@ default :
# 镜像文件生成
ipl.bin : ipl.nas Makefile
$(NASK) ipl.nas ipl.bin ipl.lst
ipl10.bin : ipl10.nas Makefile
$(NASK) ipl10.nas ipl10.bin ipl10.lst
haribote.sys : haribote.nas Makefile
$(NASK) haribote.nas haribote.sys haribote.lst
haribote.img : ipl.bin haribote.sys Makefile
haribote.img : ipl10.bin haribote.sys Makefile
$(EDIMG) imgin:../z_tools/fdimg0at.tek \
wbinimg src:ipl.bin len:512 from:0 to:0 \
wbinimg src:ipl10.bin len:512 from:0 to:0 \
copy from:haribote.sys to:@: \
imgout:haribote.img
@@ -40,8 +40,8 @@ install :
$(IMGTOL) w a: haribote.img
clean :
-$(DEL) ipl.bin
-$(DEL) ipl.lst
-$(DEL) ipl10.bin
-$(DEL) ipl10.lst
-$(DEL) haribote.sys
-$(DEL) haribote.lst