changeset 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 a52a60c66f5a
children fb494c32bd68
files ChangeLog level2/coco3/bootfiles/makefile
diffstat 2 files changed, 12 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Jan 27 18:04:11 2013 -0600
+++ b/ChangeLog	Mon Jan 28 01:52:42 2013 -0600
@@ -1,6 +1,14 @@
 NitrOS-9 V3.2.9:
 
 ----------------------------------------------------------
+2013/01/28 David Ladd
+M ChangeLog
+M level2/coco3/bootfiles/makefile
+
+Updated level2/coco3/bootfiles/makefile so that the becker
+os9boot file has ddx0.dd rather then ddd0.dd.
+
+----------------------------------------------------------
 2013/01/27 David Ladd
 M ChangeLog
 M level2/coco3/cmds/makefile
--- 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 \