# HG changeset patch # User boisy # Date 1049904098 0 # Node ID 4ba28d8a35bedb2fd92d9784305a358074950173 # Parent 958740284209aded40d8aae2f365fcf536d12282 Removed Cloud-9 stuff diff -r 958740284209 -r 4ba28d8a35be level2/coco3/bootfiles/makefile --- a/level2/coco3/bootfiles/makefile Tue Apr 08 17:49:14 2003 +0000 +++ b/level2/coco3/bootfiles/makefile Wed Apr 09 16:01:38 2003 +0000 @@ -8,24 +8,6 @@ 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 \ - $(C9)/drivewire/clock_dw_l2 # OS-9 disk bootfile to allow booting from WD1773 disk controller BOOTFILE_VDG = $(MD)/os9p2 $(MD)/ioman $(MD)/init \ @@ -86,16 +68,10 @@ 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) diff -r 958740284209 -r 4ba28d8a35be level2/coco3_6309/bootfiles/makefile --- a/level2/coco3_6309/bootfiles/makefile Tue Apr 08 17:49:14 2003 +0000 +++ b/level2/coco3_6309/bootfiles/makefile Wed Apr 09 16:01:38 2003 +0000 @@ -8,24 +8,6 @@ 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 \ - $(C9)/drivewire/clock_dw_l2 # OS-9 disk bootfile to allow booting from WD1773 disk controller BOOTFILE_VDG = $(MD)/os9p2 $(MD)/ioman $(MD)/init \ @@ -86,16 +68,10 @@ 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)