Mercurial > hg > Members > kono > nitros9-code
changeset 429:63c0e387d77b
Made more changes
author | boisy |
---|---|
date | Sun, 22 Sep 2002 16:18:58 +0000 |
parents | 5fe28064bb4f |
children | a71313ae3643 |
files | level2/coco3/bootfiles/makefile level2/coco3_6309/bootfiles/makefile |
diffstat | 2 files changed, 90 insertions(+), 26 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/coco3/bootfiles/makefile Sun Sep 22 16:10:08 2002 +0000 +++ b/level2/coco3/bootfiles/makefile Sun Sep 22 16:18:58 2002 +0000 @@ -16,11 +16,18 @@ KERNEL_TC3 = $(MD)/rel $(3PB)/boot_tc3_id5 $(MD)/os9p1 # OS-9 disk bootfile to allow booting from WD1773 disk controller -BOOTFILE_1773 = $(MD)/os9p2 $(MD)/ioman $(MD)/init $(MD)/rbf.mn $(MD)/cc3disk.dr $(MD)/d0_40d.dd \ - $(MD)/d1_80d.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 \ - $(MD)/clock2_soft +BOOTFILE_1773 = $(MD)/os9p2 $(MD)/ioman $(MD)/init \ + $(MD)/rbf.mn \ + $(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_80d.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 $(MD)/clock2_soft BOOTFILE_1773_ROM = $(MD)/rominfo @@ -32,15 +39,40 @@ $(CD)/shell $(CD)/mdir $(CD)/mfree $(CD)/procs # OS-9 disk bootfile to allow booting from Ken-Ton SCSI controller -BOOTFILE_KENTON = $(MD)/os9p2 $(MD)/ioman $(MD)/rbf.mn $(MD)/clock $(MD)/clock2_soft $(3PD)/disto/rampak.dr \ - $(3PD)/disto/r0_256_l2.dd $(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_80d.dd \ - $(3PD)/scsisys/scsisys_68_ktlr.dr \ - $(3PD)/scsisys/h5_zip100_ktlr_l2.dd $(MD)/scf.mn $(MD)/cc3io.dr $(MD)/keydrv \ - $(MD)/joydrv_6551L $(3PD)/s16550/s16550_large.dr $(3PD)/s16550/t2_s16550.dd \ - $(MD)/snddrv $(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)/init +# This is a custom boot for Boisy's system +BOOTFILE_TC3 = $(3PD)/scsisys/scsisys_68_tc3.dr \ + $(MD)/os9p2 $(MD)/ioman $(MD)/init \ + $(MD)/rbf.mn \ + $(3PD)/scsisys/dd_zip100_tc3_l2.dd \ + $(3PD)/scsisys/h5_zip100_tc3_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 -BOOTFILES = bootfile_1773 bootfile_kenton bootfile_rom +# 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 + +BOOTFILES = bootfile_1773 bootfile_tc3 bootfile_kenton bootfile_rom KERNELS = kernel_1773 kernel_tc3 kernel_kenton ALLOBJS = $(BOOTFILES) $(KERNELS)
--- a/level2/coco3_6309/bootfiles/makefile Sun Sep 22 16:10:08 2002 +0000 +++ b/level2/coco3_6309/bootfiles/makefile Sun Sep 22 16:18:58 2002 +0000 @@ -16,11 +16,18 @@ KERNEL_TC3 = $(MD)/rel $(3PB)/boot_tc3_id5 $(MD)/os9p1 # OS-9 disk bootfile to allow booting from WD1773 disk controller -BOOTFILE_1773 = $(MD)/os9p2 $(MD)/ioman $(MD)/init $(MD)/rbf.mn $(MD)/cc3disk.dr $(MD)/d0_40d.dd \ - $(MD)/d1_80d.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 \ - $(MD)/clock2_soft +BOOTFILE_1773 = $(MD)/os9p2 $(MD)/ioman $(MD)/init \ + $(MD)/rbf.mn \ + $(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_80d.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 $(MD)/clock2_soft BOOTFILE_1773_ROM = $(MD)/rominfo @@ -32,15 +39,40 @@ $(CD)/shell $(CD)/mdir $(CD)/mfree $(CD)/procs # OS-9 disk bootfile to allow booting from Ken-Ton SCSI controller -BOOTFILE_KENTON = $(MD)/os9p2 $(MD)/ioman $(MD)/rbf.mn $(MD)/clock $(MD)/clock2_soft $(3PD)/disto/rampak.dr \ - $(3PD)/disto/r0_256_l2.dd $(MD)/cc3disk.dr $(MD)/d0_40d.dd $(MD)/d1_80d.dd \ - $(3PD)/scsisys/scsisys_68_ktlr.dr \ - $(3PD)/scsisys/h5_zip100_ktlr_l2.dd $(MD)/scf.mn $(MD)/cc3io.dr $(MD)/keydrv \ - $(MD)/joydrv_6551L $(3PD)/s16550/s16550_large.dr $(3PD)/s16550/t2_s16550.dd \ - $(MD)/snddrv $(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)/init +# This is a custom boot for Boisy's system +BOOTFILE_TC3 = $(3PD)/scsisys/scsisys_68_tc3.dr \ + $(MD)/os9p2 $(MD)/ioman $(MD)/init \ + $(MD)/rbf.mn \ + $(3PD)/scsisys/dd_zip100_tc3_l2.dd \ + $(3PD)/scsisys/h5_zip100_tc3_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 -BOOTFILES = bootfile_1773 bootfile_kenton bootfile_rom +# 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 + +BOOTFILES = bootfile_1773 bootfile_tc3 bootfile_kenton bootfile_rom KERNELS = kernel_1773 kernel_tc3 kernel_kenton ALLOBJS = $(BOOTFILES) $(KERNELS)