Mercurial > hg > Members > kono > nitros9-code
diff level2/coco3/bootfiles/makefile @ 2795:7b1ec1a7a288 lwtools-port
Updated level2/coco3/bootfiles/makefile to use ddx0.dd for becker boot disk.
Thanks to Robert for finding that the level2/coco3/bootfiles/makefile was
using the wrong dd descripter. Changed out the ddd0 for ddx0 related to
the becker os9boot file section.
author | drencor-xeen |
---|---|
date | Mon, 28 Jan 2013 01:52:42 -0600 |
parents | 3c95627d0ca9 |
children | fb494c32bd68 |
line wrap: on
line diff
--- a/level2/coco3/bootfiles/makefile Sun Jan 27 18:04:11 2013 -0600 +++ b/level2/coco3/bootfiles/makefile Mon Jan 28 01:52:42 2013 -0600 @@ -65,8 +65,8 @@ BOOTFILE_BECKER = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ $(MD)/rbf.mn \ $(RBDWBECKER) \ + $(MD)/ddx0.dd \ $(FLOPPY_40D) \ - $(MD)/ddd0_40d.dd \ $(MD)/scf.mn \ $(VTIO_COGRF_80) \ $(MD)/scdwv.dr \ @@ -80,8 +80,8 @@ BOOTFILE_ARDUINO = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ $(MD)/rbf.mn \ $(RBDWARDUINO) \ + $(MD)/ddx0.dd \ $(FLOPPY_40D) \ - $(MD)/ddx0.dd \ $(MD)/scf.mn \ $(VTIO_COGRF_80) \ $(MD)/scdwv.dr \ @@ -94,8 +94,8 @@ BOOTFILE_DW = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ $(MD)/rbf.mn \ $(RBDW) \ + $(MD)/ddx0.dd \ $(FLOPPY_40D) \ - $(MD)/ddx0.dd \ $(MD)/scf.mn \ $(VTIO_COGRF_80) \ $(MD)/scdwv.dr \ @@ -116,7 +116,7 @@ BOOTFILE_DW_HEADLESS = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ $(MD)/rbf.mn \ $(RBDW) \ - $(MD)/ddx0.dd \ + $(MD)/ddx0.dd \ $(FLOPPY_40D) \ $(MD)/scf.mn \ $(MD)/scdwv.dr \