# HG changeset patch # User boisy # Date 1041440726 0 # Node ID bd97435054d2e1a407228532044e1ad0dcc561b3 # Parent bd1333ef2844fb0485ec4b4540922d74f8f7a30b Modified for new clock module (clock2 is defunct) diff -r bd1333ef2844 -r bd97435054d2 level2/coco3/bootfiles/makefile --- a/level2/coco3/bootfiles/makefile Wed Jan 01 17:04:04 2003 +0000 +++ b/level2/coco3/bootfiles/makefile Wed Jan 01 17:05:26 2003 +0000 @@ -21,7 +21,7 @@ $(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 $(MD)/clock2_soft + $(MD)/clock_soft BOOTFILES = bootfile_stock KERNELS = kernel_stock diff -r bd1333ef2844 -r bd97435054d2 level2/coco3/bootfiles/makefile.cust --- a/level2/coco3/bootfiles/makefile.cust Wed Jan 01 17:04:04 2003 +0000 +++ b/level2/coco3/bootfiles/makefile.cust Wed Jan 01 17:05:26 2003 +0000 @@ -13,7 +13,7 @@ KERNEL_1773 = $(MD)/rel $(MD)/boot_1773 $(MD)/os9p1 KERNEL_ROM = $(MD)/rel $(3PB)/boot_rom $(MD)/os9p1 KERNEL_KENTON = $(MD)/rel $(3PB)/boot_ktlr_id5 $(MD)/os9p1 -KERNEL_TC3 = $(MD)/rel $(3PB)/boot_tc3_id5 $(MD)/os9p1 +KERNEL_TC3 = $(MD)/rel $(3PB)/boot_tc3 $(MD)/os9p1 # OS-9 disk bootfile to allow booting from WD1773 disk controller BOOTFILE_1773 = $(MD)/os9p2 $(MD)/ioman $(MD)/init \ @@ -27,7 +27,7 @@ $(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 $(MD)/clock2_soft + $(MD)/clock_tc3 BOOTFILE_1773_ROM = $(MD)/rominfo @@ -35,16 +35,31 @@ BOOTFILE_ROM = $(MD)/rominfo $(MD)/os9p2 $(MD)/init $(MD)/ioman \ $(MD)/scf.mn $(MD)/sio.dr $(MD)/term_t1.dd \ $(MD)/sspak.dr $(MD)/ssp.dd \ - $(MD)/clock $(MD)/clock2_soft $(MD)/cc3go_rom \ + $(MD)/clock_soft $(MD)/cc3go_rom \ $(CD)/shell $(CD)/mdir $(CD)/mfree $(CD)/procs # OS-9 disk bootfile to allow booting from Ken-Ton SCSI controller # This is a custom boot for Boisy's system -BOOTFILE_TC3 = $(3PD)/scsisys/scsisys_68_tc3.dr \ +BOOTFILE_TC3 = $(3PD)/scsimax/scsimax_tc3_l2.dr \ $(MD)/os9p2 $(MD)/ioman $(MD)/init \ $(MD)/rbf.mn \ - $(3PD)/scsisys/dd_zip100_tc3_l2.dd \ - $(3PD)/scsisys/h5_zip100_tc3_l2.dd \ + $(3PD)/scsimax/h5_zip100_tc3ktlr_l2.dd \ + $(MD)/scf.mn $(MD)/cc3io.dr \ + $(MD)/keydrv $(MD)/joydrv_6551L $(MD)/snddrv \ + $(3PD)/disto/rampak.dr $(3PD)/disto/r0_256_l2.dd \ + $(MD)/cc3disk.dr \ + $(MD)/ddd0_40d.dd $(MD)/d0_40d.dd $(MD)/d1_80d.dd \ + $(MD)/windint.io $(MD)/term_win80.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 Ken-Ton SCSI controller +BOOTFILE_KENTON = $(3PD)/scsimax/scsimax_ktlr_l2.dr \ + $(MD)/os9p2 $(MD)/ioman $(MD)/init \ + $(MD)/rbf.mn \ + $(3PD)/scsimax/h5_zip100_tc3ktlr_l2.dd \ $(MD)/scf.mn $(MD)/cc3io.dr \ $(MD)/keydrv $(MD)/joydrv_6551L $(MD)/snddrv \ $(3PD)/disto/rampak.dr $(3PD)/disto/r0_256_l2.dd \ @@ -54,23 +69,7 @@ $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ $(3PD)/s16550/s16550_large.dr $(3PD)/s16550/t2_s16550.dd \ $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ - $(MD)/clock $(MD)/clock2_soft - -# OS-9 disk bootfile to allow booting from Ken-Ton SCSI controller -BOOTFILE_KENTON = $(3PD)/scsisys/scsisys_68_ktlr.dr \ - $(MD)/os9p2 $(MD)/ioman $(MD)/init \ - $(MD)/rbf.mn \ - $(3PD)/scsisys/h5_zip100_ktlr_l2.dd \ - $(MD)/scf.mn $(MD)/cc3io.dr \ - $(MD)/keydrv $(MD)/joydrv_6551L $(MD)/snddrv \ - $(3PD)/disto/rampak.dr $(3PD)/disto/r0_256_l2.dd \ - $(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_80d.dd \ - $(MD)/windint.io $(MD)/term_win80.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 \ - $(3PD)/s16550/s16550_large.dr $(3PD)/s16550/t2_s16550.dd \ - $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ - $(MD)/clock $(MD)/clock2_soft + $(MD)/clock_soft BOOTFILES = bootfile_1773 bootfile_tc3 bootfile_kenton bootfile_rom KERNELS = kernel_1773 kernel_tc3 kernel_kenton kernel_rom diff -r bd1333ef2844 -r bd97435054d2 level2/coco3_6309/bootfiles/makefile --- a/level2/coco3_6309/bootfiles/makefile Wed Jan 01 17:04:04 2003 +0000 +++ b/level2/coco3_6309/bootfiles/makefile Wed Jan 01 17:05:26 2003 +0000 @@ -21,7 +21,7 @@ $(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 $(MD)/clock2_soft + $(MD)/clock_soft BOOTFILES = bootfile_stock KERNELS = kernel_stock diff -r bd1333ef2844 -r bd97435054d2 level2/coco3_6309/bootfiles/makefile.cust --- a/level2/coco3_6309/bootfiles/makefile.cust Wed Jan 01 17:04:04 2003 +0000 +++ b/level2/coco3_6309/bootfiles/makefile.cust Wed Jan 01 17:05:26 2003 +0000 @@ -13,7 +13,7 @@ KERNEL_1773 = $(MD)/rel $(MD)/boot_1773 $(MD)/os9p1 KERNEL_ROM = $(MD)/rel $(3PB)/boot_rom $(MD)/os9p1 KERNEL_KENTON = $(MD)/rel $(3PB)/boot_ktlr_id5 $(MD)/os9p1 -KERNEL_TC3 = $(MD)/rel $(3PB)/boot_tc3_id5 $(MD)/os9p1 +KERNEL_TC3 = $(MD)/rel $(3PB)/boot_tc3 $(MD)/os9p1 # OS-9 disk bootfile to allow booting from WD1773 disk controller BOOTFILE_1773 = $(MD)/os9p2 $(MD)/ioman $(MD)/init \ @@ -27,7 +27,7 @@ $(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 $(MD)/clock2_soft + $(MD)/clock_tc3 BOOTFILE_1773_ROM = $(MD)/rominfo @@ -35,16 +35,31 @@ BOOTFILE_ROM = $(MD)/rominfo $(MD)/os9p2 $(MD)/init $(MD)/ioman \ $(MD)/scf.mn $(MD)/sio.dr $(MD)/term_t1.dd \ $(MD)/sspak.dr $(MD)/ssp.dd \ - $(MD)/clock $(MD)/clock2_soft $(MD)/cc3go_rom \ + $(MD)/clock_soft $(MD)/cc3go_rom \ $(CD)/shell $(CD)/mdir $(CD)/mfree $(CD)/procs # OS-9 disk bootfile to allow booting from Ken-Ton SCSI controller # This is a custom boot for Boisy's system -BOOTFILE_TC3 = $(3PD)/scsisys/scsisys_68_tc3.dr \ +BOOTFILE_TC3 = $(3PD)/scsimax/scsimax_tc3_l2.dr \ $(MD)/os9p2 $(MD)/ioman $(MD)/init \ $(MD)/rbf.mn \ - $(3PD)/scsisys/dd_zip100_tc3_l2.dd \ - $(3PD)/scsisys/h5_zip100_tc3_l2.dd \ + $(3PD)/scsimax/h5_zip100_tc3ktlr_l2.dd \ + $(MD)/scf.mn $(MD)/cc3io.dr \ + $(MD)/keydrv $(MD)/joydrv_6551L $(MD)/snddrv \ + $(3PD)/disto/rampak.dr $(3PD)/disto/r0_256_l2.dd \ + $(MD)/cc3disk.dr \ + $(MD)/ddd0_40d.dd $(MD)/d0_40d.dd $(MD)/d1_80d.dd \ + $(MD)/windint.io $(MD)/term_win80.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 Ken-Ton SCSI controller +BOOTFILE_KENTON = $(3PD)/scsimax/scsimax_ktlr_l2.dr \ + $(MD)/os9p2 $(MD)/ioman $(MD)/init \ + $(MD)/rbf.mn \ + $(3PD)/scsimax/h5_zip100_tc3ktlr_l2.dd \ $(MD)/scf.mn $(MD)/cc3io.dr \ $(MD)/keydrv $(MD)/joydrv_6551L $(MD)/snddrv \ $(3PD)/disto/rampak.dr $(3PD)/disto/r0_256_l2.dd \ @@ -54,23 +69,7 @@ $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw \ $(3PD)/s16550/s16550_large.dr $(3PD)/s16550/t2_s16550.dd \ $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ - $(MD)/clock $(MD)/clock2_soft - -# OS-9 disk bootfile to allow booting from Ken-Ton SCSI controller -BOOTFILE_KENTON = $(3PD)/scsisys/scsisys_68_ktlr.dr \ - $(MD)/os9p2 $(MD)/ioman $(MD)/init \ - $(MD)/rbf.mn \ - $(3PD)/scsisys/h5_zip100_ktlr_l2.dd \ - $(MD)/scf.mn $(MD)/cc3io.dr \ - $(MD)/keydrv $(MD)/joydrv_6551L $(MD)/snddrv \ - $(3PD)/disto/rampak.dr $(3PD)/disto/r0_256_l2.dd \ - $(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_80d.dd \ - $(MD)/windint.io $(MD)/term_win80.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 \ - $(3PD)/s16550/s16550_large.dr $(3PD)/s16550/t2_s16550.dd \ - $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ - $(MD)/clock $(MD)/clock2_soft + $(MD)/clock_soft BOOTFILES = bootfile_1773 bootfile_tc3 bootfile_kenton bootfile_rom KERNELS = kernel_1773 kernel_tc3 kernel_kenton kernel_rom