mirror of
https://github.com/yourtion/30dayMakeOS.git
synced 2026-02-03 10:03:20 +08:00
改名,提示只读入10个柱面
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user