Mercurial > hg > Members > kono > nitros9-code
changeset 2355:e58e995068aa
Updated
author | boisy |
---|---|
date | Mon, 18 Jan 2010 01:23:40 +0000 |
parents | 4ff16807cf0d |
children | b7aaa0b1b339 |
files | level3/coco3/bootfiles/makefile level3/coco3/modules/makefile level3/coco3_6309/bootfiles/makefile level3/coco3_6309/modules/makefile |
diffstat | 4 files changed, 55 insertions(+), 68 deletions(-) [+] |
line wrap: on
line diff
--- a/level3/coco3/bootfiles/makefile Mon Jan 18 01:16:37 2010 +0000 +++ b/level3/coco3/bootfiles/makefile Mon Jan 18 01:23:40 2010 +0000 @@ -11,29 +11,15 @@ KERNEL_1773_50HZ = $(MD)/rel_80_50hz $(MD)/boot_1773_6ms $(MD)/krn KERNEL_DW3 = $(MD)/rel_80 $(MD)/boot_dw3 $(MD)/krn -# NitrOS-9 disk bootfile to allow booting from DriveWire 3 server -BOOTFILE_DW3 = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ - $(MD)/rbf.mn \ - $(MD)/rbdw3.dr $(MD)/dw3.sb \ - $(MD)/ddx0.dd $(MD)/x1.dd $(MD)/x2.dd $(MD)/x3.dd \ - $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ - $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \ - $(MD)/scf.mn $(MD)/vtio.dr \ - $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ - $(MD)/cowin.io $(MD)/covdg.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)/scdwp.dr $(MD)/p_scdwp.dd \ - $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ - $(MD)/clock_60hz $(MD)/clock2_dw3 - # NitrOS-9 disk bootfile to allow booting from WD1773 disk controller -BOOTFILE_40D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ +BOOTFILE_40D = $(MD)/scf.mn \ + $(MD)_end \ $(MD)/rbf.mn \ $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \ - $(MD)/scf.mn $(MD)/vtio.dr \ + $(MD)_end \ + $(MD)/krnp2 $(MD)/ioman $(MD)/init \ + $(MD)/vtio.dr \ $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ $(MD)/cowin.io $(MD)/covdg.io \ $(MD)/term_win80.dt \ @@ -42,11 +28,14 @@ $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ $(MD)/clock_60hz $(MD)/clock2_soft -BOOTFILE_80D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ +BOOTFILE_80D = $(MD)/scf.mn \ + $(MD)_end \ $(MD)/rbf.mn \ $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_40d.dd \ $(MD)/d2_40d.dd $(MD)/ddd0_80d.dd \ - $(MD)/scf.mn $(MD)/vtio.dr \ + $(MD)_end \ + $(MD)/krnp2 $(MD)/ioman $(MD)/init \ + $(MD)/vtio.dr \ $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ $(MD)/cowin.io $(MD)/covdg.io \ $(MD)/term_win80.dt \ @@ -55,11 +44,14 @@ $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ $(MD)/clock_60hz $(MD)/clock2_soft -BOOTFILE_40D_50HZ = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ +BOOTFILE_40D_50HZ = $(MD)/scf.mn \ + $(MD)_end \ $(MD)/rbf.mn \ $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \ - $(MD)/scf.mn $(MD)/vtio.dr \ + $(MD)_end \ + $(MD)/krnp2 $(MD)/ioman $(MD)/init \ + $(MD)/vtio.dr \ $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ $(MD)/cowin.io $(MD)/covdg.io \ $(MD)/term_win80.dt \ @@ -68,11 +60,14 @@ $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ $(MD)/clock_50hz $(MD)/clock2_soft -BOOTFILE_80D_50HZ = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ - $(MD)/rbf.mn \ +BOOTFILE_80D_50HZ = $(MD)/scf.mn \ + $(MD)_end \ $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_40d.dd \ $(MD)/d2_40d.dd $(MD)/ddd0_80d.dd \ - $(MD)/scf.mn $(MD)/vtio.dr \ + $(MD)_end \ + $(MD)/krnp2 $(MD)/ioman $(MD)/init \ + $(MD)/rbf.mn \ + $(MD)/vtio.dr \ $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ $(MD)/cowin.io $(MD)/covdg.io \ $(MD)/term_win80.dt \
--- a/level3/coco3/modules/makefile Mon Jan 18 01:16:37 2010 +0000 +++ b/level3/coco3/modules/makefile Mon Jan 18 01:23:40 2010 +0000 @@ -1,7 +1,7 @@ PORT = coco3 include $(NITROS9DIR)/rules.mak -vpath %.asm kernel:$(LEVEL2)/modules/kernel:$(LEVEL2)/modules:$(LEVEL1)/modules +vpath %.asm kernel:$(LEVEL2)/modules/kernel:$(LEVEL3)/modules:$(LEVEL2)/modules:$(LEVEL1)/modules AFLAGS += -I$(LEVEL1)/modules @@ -23,7 +23,7 @@ boot_burke boot_rampak boot_wd1002 boot_dw3 BOOTTRACK = rel_32 rel_40 rel_80 rel_32_50hz rel_40_50hz rel_80_50hz $(BOOTERS) krn KERNEL = krnp2 krnp3_perr krnp4_regdump -SYSMODS = ioman init sysgo_h0 sysgo_dd +SYSMODS = ioman init sysgo_h0 sysgo_dd nitro end CLOCKS = clock_60hz clock_50hz \ clock2_elim clock2_disto2 clock2_disto4 clock2_bnb \ clock2_smart clock2_harris clock2_cloud9 clock2_soft \
--- a/level3/coco3_6309/bootfiles/makefile Mon Jan 18 01:16:37 2010 +0000 +++ b/level3/coco3_6309/bootfiles/makefile Mon Jan 18 01:23:40 2010 +0000 @@ -9,31 +9,34 @@ KERNEL_1773 = $(MD)/rel_80 $(MD)/boot_1773_6ms $(MD)/krn KERNEL_1773_50HZ = $(MD)/rel_80_50hz $(MD)/boot_1773_6ms $(MD)/krn -KERNEL_DW3 = $(MD)/rel_80 $(MD)/boot_dw3 $(MD)/krn -# NitrOS-9 disk bootfile to allow booting from DriveWire 3 server -BOOTFILE_DW3 = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ +# NitrOS-9 disk bootfile to allow booting from WD1773 disk controller +BOOTFILE_40D = $(MD)/nitro \ + $(MD)/scf.mn \ + $(MD)/end \ $(MD)/rbf.mn \ - $(MD)/rbdw3.dr $(MD)/dw3.sb \ - $(MD)/ddx0.dd $(MD)/x1.dd $(MD)/x2.dd $(MD)/x3.dd \ $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \ - $(MD)/scf.mn $(MD)/vtio.dr \ + $(MD)/end \ + $(MD)/krnp2 $(MD)/ioman $(MD)/init \ + $(MD)/vtio.dr \ $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ $(MD)/cowin.io $(MD)/covdg.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)/scdwp.dr $(MD)/p_scdwp.dd \ $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ - $(MD)/clock_60hz $(MD)/clock2_dw3 + $(MD)/clock_60hz $(MD)/clock2_soft -# NitrOS-9 disk bootfile to allow booting from WD1773 disk controller -BOOTFILE_40D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ +BOOTFILE_80D = $(MD)/nitro \ + $(MD)/scf.mn \ + $(MD)/end \ $(MD)/rbf.mn \ - $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ - $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \ - $(MD)/scf.mn $(MD)/vtio.dr \ + $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_40d.dd \ + $(MD)/d2_40d.dd $(MD)/ddd0_80d.dd \ + $(MD)/end \ + $(MD)/krnp2 $(MD)/ioman $(MD)/init \ + $(MD)/vtio.dr \ $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ $(MD)/cowin.io $(MD)/covdg.io \ $(MD)/term_win80.dt \ @@ -42,24 +45,15 @@ $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ $(MD)/clock_60hz $(MD)/clock2_soft -BOOTFILE_80D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ - $(MD)/rbf.mn \ - $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_40d.dd \ - $(MD)/d2_40d.dd $(MD)/ddd0_80d.dd \ - $(MD)/scf.mn $(MD)/vtio.dr \ - $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ - $(MD)/cowin.io $(MD)/covdg.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_60hz $(MD)/clock2_soft - -BOOTFILE_40D_50HZ = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ +BOOTFILE_40D_50HZ = $(MD)/nitro \ + $(MD)/scf.mn \ + $(MD)/end \ $(MD)/rbf.mn \ $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd \ $(MD)/d2_40d.dd $(MD)/ddd0_40d.dd \ - $(MD)/scf.mn $(MD)/vtio.dr \ + $(MD)/end \ + $(MD)/krnp2 $(MD)/ioman $(MD)/init \ + $(MD)/vtio.dr \ $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ $(MD)/cowin.io $(MD)/covdg.io \ $(MD)/term_win80.dt \ @@ -68,11 +62,15 @@ $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ $(MD)/clock_50hz $(MD)/clock2_soft -BOOTFILE_80D_50HZ = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ +BOOTFILE_80D_50HZ = $(MD)/nitro \ + $(MD)/scf.mn \ + $(MD)/end \ $(MD)/rbf.mn \ $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_40d.dd \ $(MD)/d2_40d.dd $(MD)/ddd0_80d.dd \ - $(MD)/scf.mn $(MD)/vtio.dr \ + $(MD)/end \ + $(MD)/krnp2 $(MD)/ioman $(MD)/init \ + $(MD)/vtio.dr \ $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ $(MD)/cowin.io $(MD)/covdg.io \ $(MD)/term_win80.dt \ @@ -81,8 +79,8 @@ $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \ $(MD)/clock_50hz $(MD)/clock2_soft -BOOTFILES = bootfile_40d bootfile_40d_50hz bootfile_80d bootfile_80d_50hz bootfile_dw3 -KERNELS = kernel_1773 kernel_1773_50hz kernel_dw3 +BOOTFILES = bootfile_40d bootfile_40d_50hz bootfile_80d bootfile_80d_50hz +KERNELS = kernel_1773 kernel_1773_50hz ALLOBJS = $(BOOTFILES) $(KERNELS) @@ -101,9 +99,6 @@ bootfile_80d_50hz: $(BOOTFILE_80D_50HZ) $(DEPENDS) $(MERGE) $(BOOTFILE_80D_50HZ)>$@ -bootfile_dw3: $(BOOTFILE_DW3) $(DEPENDS) - $(MERGE) $(BOOTFILE_DW3)>$@ - # Kernels kernel_1773: $(KERNEL_1773) $(DEPENDS) $(MERGE) $(KERNEL_1773)>$@ @@ -111,9 +106,6 @@ kernel_1773_50hz: $(KERNEL_1773_50HZ) $(DEPENDS) $(MERGE) $(KERNEL_1773_50HZ)>$@ -kernel_dw3: $(KERNEL_DW3) $(DEPENDS) - $(MERGE) $(KERNEL_DW3)>$@ - clean: $(RM) $(ALLOBJS)
--- a/level3/coco3_6309/modules/makefile Mon Jan 18 01:16:37 2010 +0000 +++ b/level3/coco3_6309/modules/makefile Mon Jan 18 01:23:40 2010 +0000 @@ -1,7 +1,7 @@ PORT = coco3 include $(NITROS9DIR)/rules.mak -vpath %.asm kernel:$(LEVEL2)/modules/kernel:$(LEVEL2)/modules:$(LEVEL1)/modules +vpath %.asm kernel:$(LEVEL2)/modules/kernel:$(LEVEL3)/modules:$(LEVEL2)/modules:$(LEVEL1)/modules AFLAGS += -e -aH6309=1 -I$(LEVEL1)/modules @@ -23,7 +23,7 @@ boot_burke boot_rampak boot_wd1002 boot_dw3 BOOTTRACK = rel_32 rel_40 rel_80 rel_32_50hz rel_40_50hz rel_80_50hz $(BOOTERS) krn KERNEL = krnp2 krnp3_perr krnp4_regdump -SYSMODS = ioman init sysgo_h0 sysgo_dd +SYSMODS = ioman init sysgo_h0 sysgo_dd nitro end CLOCKS = clock_60hz clock_50hz \ clock2_elim clock2_disto2 clock2_disto4 clock2_bnb \ clock2_smart clock2_harris clock2_cloud9 clock2_soft \