Mercurial > hg > Members > kono > nitros9-code
changeset 982:3fbf3a217368
Some changes
author | boisy |
---|---|
date | Wed, 12 Feb 2003 03:53:32 +0000 |
parents | a739bc9c2df2 |
children | 03033eef4b93 |
files | level2/coco3/bootfiles/makefile.cust level2/coco3_6309/bootfiles/makefile.cust |
diffstat | 2 files changed, 22 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/coco3/bootfiles/makefile.cust Tue Feb 11 16:34:22 2003 +0000 +++ b/level2/coco3/bootfiles/makefile.cust Wed Feb 12 03:53:32 2003 +0000 @@ -43,15 +43,13 @@ $(C9)/ghost/ghostdrv_l2.dr \ $(C9)/ghost/ddg0_l2.dd \ $(MD)/rbf.mn \ - $(MD)/cc3disk.dr \ - $(MD)/ddd0_40d.dd $(MD)/d1_80d.dd \ $(MD)/scf.mn $(MD)/cc3io.dr \ $(MD)/keydrv $(MD)/joydrv_joy $(MD)/snddrv \ + $(MD)/vdgint_small.io \ $(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)/w7.dw \ + $(MD)/vrn.dr $(MD)/vi.dd $(MD)/ftdd.dd \ $(MD)/clock_tc3 # OS-9 disk bootfile to allow booting from Ken-Ton SCSI controller @@ -130,6 +128,14 @@ $(AS) $(AFLAGS) $< $(ASOUT)$@ -aLevel=2 -aDD=1 # ROM image (32,768 bytes long) to burn into ROM on CoCo 3 +bootfile_ghost_rom: $(BOOTFILE_1773_ROM) $(DEPENDS) kernel_ghost + $(MERGE) $(BOOTFILE_1773_ROM)>$@ + $(PADROM) \$$6C00 $@ -c=\$$FF + $(MERGE) kernel_ghost>>$@ + $(PADROM) \$$7FF0 $@ -c=\$$FF + $(MERGE) $(MD)/rom_vectors>>$@ + +# ROM image (32,768 bytes long) to burn into ROM on CoCo 3 bootfile_1773_rom: $(BOOTFILE_1773_ROM) $(DEPENDS) kernel_1773 $(MERGE) $(BOOTFILE_1773_ROM)>$@ $(PADROM) \$$6C00 $@ -c=\$$FF
--- a/level2/coco3_6309/bootfiles/makefile.cust Tue Feb 11 16:34:22 2003 +0000 +++ b/level2/coco3_6309/bootfiles/makefile.cust Wed Feb 12 03:53:32 2003 +0000 @@ -43,15 +43,13 @@ $(C9)/ghost/ghostdrv_l2.dr \ $(C9)/ghost/ddg0_l2.dd \ $(MD)/rbf.mn \ - $(MD)/cc3disk.dr \ - $(MD)/ddd0_40d.dd $(MD)/d1_80d.dd \ $(MD)/scf.mn $(MD)/cc3io.dr \ $(MD)/keydrv $(MD)/joydrv_joy $(MD)/snddrv \ + $(MD)/vdgint_small.io \ $(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)/w7.dw \ + $(MD)/vrn.dr $(MD)/vi.dd $(MD)/ftdd.dd \ $(MD)/clock_tc3 # OS-9 disk bootfile to allow booting from Ken-Ton SCSI controller @@ -130,6 +128,14 @@ $(AS) $(AFLAGS) $< $(ASOUT)$@ -aLevel=2 -aDD=1 # ROM image (32,768 bytes long) to burn into ROM on CoCo 3 +bootfile_ghost_rom: $(BOOTFILE_1773_ROM) $(DEPENDS) kernel_ghost + $(MERGE) $(BOOTFILE_1773_ROM)>$@ + $(PADROM) \$$6C00 $@ -c=\$$FF + $(MERGE) kernel_ghost>>$@ + $(PADROM) \$$7FF0 $@ -c=\$$FF + $(MERGE) $(MD)/rom_vectors>>$@ + +# ROM image (32,768 bytes long) to burn into ROM on CoCo 3 bootfile_1773_rom: $(BOOTFILE_1773_ROM) $(DEPENDS) kernel_1773 $(MERGE) $(BOOTFILE_1773_ROM)>$@ $(PADROM) \$$6C00 $@ -c=\$$FF