diff level1/makefile @ 1446:7687a6621d7a

720K disk images are now made sacia.asm fixed typo -- still needs to be completely ported!
author boisy
date Thu, 11 Dec 2003 04:51:49 +0000
parents 229396b827b0
children 80a221f7a461
line wrap: on
line diff
--- a/level1/makefile	Thu Dec 11 03:51:58 2003 +0000
+++ b/level1/makefile	Thu Dec 11 04:51:49 2003 +0000
@@ -2,6 +2,7 @@
 
 RELEASE		= nos96809l1v030200
 BOOTFILE	= bootfiles/bootfile_stock
+BOOTFILE_DS80	= bootfiles/bootfile_stock_ds80
 KERNELFILE	= bootfiles/kernel_stock
 DIRS		= cmds modules defs sys bootfiles
 
@@ -46,7 +47,7 @@
 dskcopy: dsk
 	$(CP) $(DSK360K_1) $(DSK360K_2) $(DSK720K) $(PACKAGENAME) $(DSKDIR)
 
-$(PACKAGENAME): $(DSK360K_1) $(DSK360K_2) ReadMe ChangeLog
+$(PACKAGENAME): $(DSK360K_1) $(DSK360K_2) $(DSK720K) ReadMe ChangeLog
 	$(ARCHIVE) $@ $^
 
 $(DSK360K_1):
@@ -103,7 +104,7 @@
 $(DSK720K):
 	$(RM) $@
 	$(OS9FORMAT_DS80) -q $@ -n"NitrOS-9/6809 Level 1"
-	$(OS9GEN) $@ -b=$(BOOTFILE) -t=$(KERNELFILE)
+	$(OS9GEN) $@ -b=$(BOOTFILE_DS80) -t=$(KERNELFILE)
 	$(MAKDIR) $@,CMDS
 	$(MAKDIR) $@,SYS
 	$(CD) cmds; $(CP) $(CMDS) ../$@,CMDS