From 9b8f03b501670a7cb349f686fadbe5698b82389e Mon Sep 17 00:00:00 2001 From: Yourtion Date: Fri, 5 Sep 2014 16:59:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D=EF=BC=8C=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E5=8F=AA=E8=AF=BB=E5=85=A510=E4=B8=AA=E6=9F=B1=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03_day/Makefile | 12 ++++++------ 03_day/{ipl.nas => ipl10.nas} | 0 2 files changed, 6 insertions(+), 6 deletions(-) rename 03_day/{ipl.nas => ipl10.nas} (100%) diff --git a/03_day/Makefile b/03_day/Makefile index da19e27..e3e47be 100644 --- a/03_day/Makefile +++ b/03_day/Makefile @@ -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 diff --git a/03_day/ipl.nas b/03_day/ipl10.nas similarity index 100% rename from 03_day/ipl.nas rename to 03_day/ipl10.nas