Mercurial > hg > Members > kono > nitros9-code
diff level2/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 | 0840929fea5d |
line wrap: on
line diff
--- a/level2/makefile Thu Dec 11 03:51:58 2003 +0000 +++ b/level2/makefile Thu Dec 11 04:51:49 2003 +0000 @@ -2,6 +2,7 @@ RELEASE = nos96809l2v030200 BOOTFILE = bootfiles/bootfile_vdg +BOOTFILE_DS80 = bootfiles/bootfile_vdg_ds80 KERNELFILE = bootfiles/kernel_stock DIRS = cmds modules defs sys bootfiles @@ -49,7 +50,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): @@ -110,7 +111,7 @@ $(DSK720K): -$(RM) $@ $(OS9FORMAT_DS80) -q $@ -n"NitrOS-9/6809 Level 2" - $(OS9GEN) $@ -b=$(BOOTFILE) -t=$(KERNELFILE) + $(OS9GEN) $@ -b=$(BOOTFILE_DS80) -t=$(KERNELFILE) $(MAKDIR) $@,CMDS $(MAKDIR) $@,SYS $(MAKDIR) $@,DEFS