changeset 1089:3a50f792aca8

Changes
author boisy
date Thu, 03 Apr 2003 22:32:13 +0000
parents c5e3379d4c70
children 62516f38a8fd
files level2/coco3/ChangeLog level2/coco3/bootfiles/makefile level2/coco3_6309/ChangeLog level2/coco3_6309/bootfiles/makefile
diffstat 4 files changed, 62 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/level2/coco3/ChangeLog	Thu Apr 03 22:31:53 2003 +0000
+++ b/level2/coco3/ChangeLog	Thu Apr 03 22:32:13 2003 +0000
@@ -2,6 +2,8 @@
 - The montype command had a bug-fix and now shows the current monitor type if
   no parameters are given.  Also, the montype.hp file has been updated.
 - The LogBook file in the SYS directory has been removed.
+- A bug in the cputype command that caused crashing on a 6809 system
+  has been fixed.
 
 OS-9 Level Two V3.01.00:
 - New common version among all releases of OS-9 for the CoCo
--- a/level2/coco3/bootfiles/makefile	Thu Apr 03 22:31:53 2003 +0000
+++ b/level2/coco3/bootfiles/makefile	Thu Apr 03 22:32:13 2003 +0000
@@ -8,6 +8,24 @@
 DEPENDS		= ./Makefile
 
 KERNEL_STOCK	= $(MD)/rel $(MD)/boot_1773 $(MD)/os9p1
+KERNEL_DW	= $(MD)/rel $(C9)/drivewire/boot_drivewire_l2 $(MD)/os9p1
+
+# OS-9 disk bootfile to allow booting from DriveWire (uses VDG)
+BOOTFILE_DW	= $(MD)/os9p2 $(MD)/ioman $(MD)/init \
+		$(MD)/rbf.mn \
+		$(C9)/drivewire/drivewire_l2.dr \
+		$(C9)/drivewire/ddx0_l2.dd $(C9)/drivewire/x1_l2.dd \
+		$(C9)/drivewire/x2_l2.dd $(C9)/drivewire/x3_l2.dd \
+		$(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \
+		$(MD)/ddd0_40d.dd \
+		$(MD)/scf.mn $(MD)/cc3io.dr \
+		$(MD)/keydrv $(MD)/joydrv_joy $(MD)/snddrv \
+		$(MD)/windint.io $(MD)/vdgint.io \
+		$(MD)/term_vdg.dt \
+		$(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \
+		$(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \
+		$(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
+		$(MD)/clock_soft
 
 # OS-9 disk bootfile to allow booting from WD1773 disk controller
 BOOTFILE_VDG	= $(MD)/os9p2 $(MD)/ioman $(MD)/init \
@@ -49,14 +67,16 @@
 		$(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
 		$(MD)/clock_soft
 
-BOOTFILES	= bootfile_vdg bootfile_win40 bootfile_win80
-KERNELS		= kernel_stock
+BOOTFILES	= bootfile_vdg bootfile_win40 bootfile_win80 \
+		bootfile_drivewire
+KERNELS		= kernel_stock kernel_drivewire
 
 ALLOBJS		= $(BOOTFILES) $(KERNELS)
 
 all:	$(ALLOBJS)
 	$(CHMOD) 600 $(ALLOBJS)
 
+# Bootfiles
 bootfile_vdg: $(BOOTFILE_VDG) $(DEPENDS)
 	$(MERGE) $(BOOTFILE_VDG)>$@
 
@@ -66,9 +86,16 @@
 bootfile_win80: $(BOOTFILE_WIN80) $(DEPENDS)
 	$(MERGE) $(BOOTFILE_WIN80)>$@
 
+bootfile_drivewire: $(BOOTFILE_DW) $(DEPENDS)
+	$(MERGE) $(BOOTFILE_DW)>$@
+
+# Kernels
 kernel_stock: $(KERNEL_STOCK) $(DEPENDS)
 	$(MERGE) $(KERNEL_STOCK)>$@
 
+kernel_drivewire: $(KERNEL_DW) $(DEPENDS)
+	$(MERGE) $(KERNEL_DW)>$@
+
 clean:
 	$(RM) $(ALLOBJS)
 
--- a/level2/coco3_6309/ChangeLog	Thu Apr 03 22:31:53 2003 +0000
+++ b/level2/coco3_6309/ChangeLog	Thu Apr 03 22:32:13 2003 +0000
@@ -2,6 +2,8 @@
 - The montype command had a bug-fix and now shows the current monitor type if
   no parameters are given.  Also, the montype.hp file has been updated.
 - The LogBook file in the SYS directory has been removed.
+- A bug in the cputype command that caused crashing on a 6809 system
+  has been fixed.
 
 OS-9 Level Two V3.01.00:
 - New common version among all releases of OS-9 for the CoCo
--- a/level2/coco3_6309/bootfiles/makefile	Thu Apr 03 22:31:53 2003 +0000
+++ b/level2/coco3_6309/bootfiles/makefile	Thu Apr 03 22:32:13 2003 +0000
@@ -8,6 +8,24 @@
 DEPENDS		= ./Makefile
 
 KERNEL_STOCK	= $(MD)/rel $(MD)/boot_1773 $(MD)/os9p1
+KERNEL_DW	= $(MD)/rel $(C9)/drivewire/boot_drivewire_l2 $(MD)/os9p1
+
+# OS-9 disk bootfile to allow booting from DriveWire (uses VDG)
+BOOTFILE_DW	= $(MD)/os9p2 $(MD)/ioman $(MD)/init \
+		$(MD)/rbf.mn \
+		$(C9)/drivewire/drivewire_l2.dr \
+		$(C9)/drivewire/ddx0_l2.dd $(C9)/drivewire/x1_l2.dd \
+		$(C9)/drivewire/x2_l2.dd $(C9)/drivewire/x3_l2.dd \
+		$(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \
+		$(MD)/ddd0_40d.dd \
+		$(MD)/scf.mn $(MD)/cc3io.dr \
+		$(MD)/keydrv $(MD)/joydrv_joy $(MD)/snddrv \
+		$(MD)/windint.io $(MD)/vdgint.io \
+		$(MD)/term_vdg.dt \
+		$(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \
+		$(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \
+		$(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
+		$(MD)/clock_soft
 
 # OS-9 disk bootfile to allow booting from WD1773 disk controller
 BOOTFILE_VDG	= $(MD)/os9p2 $(MD)/ioman $(MD)/init \
@@ -49,14 +67,16 @@
 		$(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
 		$(MD)/clock_soft
 
-BOOTFILES	= bootfile_vdg bootfile_win40 bootfile_win80
-KERNELS		= kernel_stock
+BOOTFILES	= bootfile_vdg bootfile_win40 bootfile_win80 \
+		bootfile_drivewire
+KERNELS		= kernel_stock kernel_drivewire
 
 ALLOBJS		= $(BOOTFILES) $(KERNELS)
 
 all:	$(ALLOBJS)
 	$(CHMOD) 600 $(ALLOBJS)
 
+# Bootfiles
 bootfile_vdg: $(BOOTFILE_VDG) $(DEPENDS)
 	$(MERGE) $(BOOTFILE_VDG)>$@
 
@@ -66,9 +86,16 @@
 bootfile_win80: $(BOOTFILE_WIN80) $(DEPENDS)
 	$(MERGE) $(BOOTFILE_WIN80)>$@
 
+bootfile_drivewire: $(BOOTFILE_DW) $(DEPENDS)
+	$(MERGE) $(BOOTFILE_DW)>$@
+
+# Kernels
 kernel_stock: $(KERNEL_STOCK) $(DEPENDS)
 	$(MERGE) $(KERNEL_STOCK)>$@
 
+kernel_drivewire: $(KERNEL_DW) $(DEPENDS)
+	$(MERGE) $(KERNEL_DW)>$@
+
 clean:
 	$(RM) $(ALLOBJS)