Mercurial > hg > Members > kono > nitros9-code
annotate level2/coco3/bootfiles/makefile @ 2818:05426dd4e24e lwtools-port
ll_init now puts CoCo SDC in enhanced mode.
Added defs/cocosdc.d definition file
Address of device is now obtained from descriptor
Renamed ddsd_cocosdc.asm to ddsd0_cocosdc.asm
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Thu, 02 May 2013 14:53:28 -0500 |
parents | 5c6b71612ce4 |
children | d9cf60ca6dc3 |
rev | line source |
---|---|
2046 | 1 include $(NITROS9DIR)/rules.mak |
0 | 2 |
3 # Module directory | |
1379 | 4 MD = ../modules |
0 | 5 # Commands directory |
1379 | 6 CD = ../cmds |
0 | 7 |
1363 | 8 DEPENDS = ./makefile |
0 | 9 |
1587
5f18094d961d
kernel modules renamed to krn, updated makefiles, clock2_tc3 now clock2_cloud9...
boisy
parents:
1564
diff
changeset
|
10 KERNEL_1773 = $(MD)/rel_80 $(MD)/boot_1773_6ms $(MD)/krn |
1705 | 11 KERNEL_1773_50HZ = $(MD)/rel_80_50hz $(MD)/boot_1773_6ms $(MD)/krn |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
12 KERNEL_DW = $(MD)/rel_80 $(MD)/boot_dw $(MD)/krn |
2770
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
13 KERNEL_ARDUINO = $(MD)/rel_80 $(MD)/boot_dw_arduino $(MD)/krn |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
14 KERNEL_BECKER = $(MD)/rel_80 $(MD)/boot_dw_becker $(MD)/krn |
2547 | 15 |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
16 FLOPPY_40D = $(MD)/rb1773.dr $(MD)/d0_40d.dd $(MD)/d1_40d.dd $(MD)/d2_40d.dd |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
17 FLOPPY_80D = $(MD)/rb1773.dr $(MD)/d0_80d.dd $(MD)/d1_80d.dd $(MD)/d2_80d.dd \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
18 $(MD)/ddd0_80d.dd |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
19 VTIO_COGRF_40 = $(MD)/vtio.dr \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
20 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
21 $(MD)/cogrf.io \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
22 $(MD)/term_win40.dt \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
23 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
24 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
25 VTIO_COGRF_80 = $(MD)/vtio.dr \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
26 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
27 $(MD)/cogrf.io \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
28 $(MD)/term_win80.dt \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
29 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
30 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
31 VTIO_COWIN_40 = $(MD)/vtio.dr \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
32 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
33 $(MD)/cowin.io \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
34 $(MD)/term_win40.dt \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
35 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
36 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
37 VTIO_COWIN_80 = $(MD)/vtio.dr \ |
2547 | 38 $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ |
39 $(MD)/cowin.io \ | |
40 $(MD)/term_win80.dt \ | |
41 $(MD)/w.dw $(MD)/w1.dw $(MD)/w2.dw $(MD)/w3.dw $(MD)/w4.dw \ | |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
42 $(MD)/w5.dw $(MD)/w6.dw $(MD)/w7.dw |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
43 RBDW = $(MD)/rbdw.dr $(MD)/dwio.sb \ |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
44 $(MD)/x1.dd $(MD)/x2.dd $(MD)/x3.dd |
2817
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2796
diff
changeset
|
45 RBCOCOSDC = $(MD)/rbsuper.dr $(MD)/llcocosdc.dr \ |
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2796
diff
changeset
|
46 $(MD)/sd0_cocosdc.dd $(MD)/sd1_cocosdc.dd |
2770
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
47 RBDWARDUINO = $(MD)/rbdw.dr $(MD)/dwio_arduino.sb \ |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
48 $(MD)/x1.dd $(MD)/x2.dd $(MD)/x3.dd |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
49 RBDWBECKER = $(MD)/rbdw.dr $(MD)/dwio_becker.sb \ |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
50 $(MD)/x1.dd $(MD)/x2.dd $(MD)/x3.dd |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
51 SCDWV_NET = $(MD)/n_scdwv.dd $(MD)/n1_scdwv.dd $(MD)/n2_scdwv.dd \ |
2693 | 52 $(MD)/n3_scdwv.dd $(MD)/n4_scdwv.dd $(MD)/n5_scdwv.dd \ |
53 $(MD)/n6_scdwv.dd $(MD)/n7_scdwv.dd $(MD)/n8_scdwv.dd \ | |
54 $(MD)/n9_scdwv.dd $(MD)/n10_scdwv.dd $(MD)/n11_scdwv.dd \ | |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
55 $(MD)/n12_scdwv.dd $(MD)/n13_scdwv.dd $(MD)/midi_scdwv.dd |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
56 SCDWV_WIN = $(MD)/z1_scdwv.dd $(MD)/z2_scdwv.dd $(MD)/z3_scdwv.dd \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
57 $(MD)/z4_scdwv.dd $(MD)/z5_scdwv.dd $(MD)/z6_scdwv.dd \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
58 $(MD)/z7_scdwv.dd |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
59 SCDWP = $(MD)/scdwp.dr $(MD)/p_scdwp.dd |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
60 PIPE = $(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
61 CLOCK50HZ = $(MD)/clock_50hz $(MD)/clock2_soft |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
62 CLOCK60HZ = $(MD)/clock_60hz $(MD)/clock2_soft |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
63 CLOCK60HZDW = $(MD)/clock_60hz $(MD)/clock2_dw |
2779
3c95627d0ca9
Removed unneeded clock2_dw_becker file and references
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2770
diff
changeset
|
64 |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
65 # NitrOS-9 disk bootfile to allow booting from DriveWire server |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
66 # on a DE1 or Xilinx using Gary Becker's CoCo 3 FGPA |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
67 BOOTFILE_BECKER = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
68 $(MD)/rbf.mn \ |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
69 $(RBDWBECKER) \ |
2795
7b1ec1a7a288
Updated level2/coco3/bootfiles/makefile to use ddx0.dd for becker boot disk.
drencor-xeen
parents:
2779
diff
changeset
|
70 $(MD)/ddx0.dd \ |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
71 $(FLOPPY_40D) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
72 $(MD)/scf.mn \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
73 $(VTIO_COGRF_80) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
74 $(MD)/scdwv.dr \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
75 $(SCDWV_NET) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
76 $(SCDWP) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
77 $(PIPE) \ |
2779
3c95627d0ca9
Removed unneeded clock2_dw_becker file and references
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2770
diff
changeset
|
78 $(CLOCK60HZDW) |
2180 | 79 |
2770
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
80 # NitrOS-9 disk bootfile to allow booting from DriveWire server |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
81 # on an Arduino and CoCoPort |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
82 BOOTFILE_ARDUINO = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
83 $(MD)/rbf.mn \ |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
84 $(RBDWARDUINO) \ |
2795
7b1ec1a7a288
Updated level2/coco3/bootfiles/makefile to use ddx0.dd for becker boot disk.
drencor-xeen
parents:
2779
diff
changeset
|
85 $(MD)/ddx0.dd \ |
2770
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
86 $(FLOPPY_40D) \ |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
87 $(MD)/scf.mn \ |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
88 $(VTIO_COGRF_80) \ |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
89 $(MD)/scdwv.dr \ |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
90 $(SCDWV_NET) \ |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
91 $(SCDWP) \ |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
92 $(PIPE) \ |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
93 $(CLOCK60HZ) |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
94 |
2180 | 95 # NitrOS-9 disk bootfile to allow booting from DriveWire 3 server |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
96 BOOTFILE_DW = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
2180 | 97 $(MD)/rbf.mn \ |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
98 $(RBDW) \ |
2795
7b1ec1a7a288
Updated level2/coco3/bootfiles/makefile to use ddx0.dd for becker boot disk.
drencor-xeen
parents:
2779
diff
changeset
|
99 $(MD)/ddx0.dd \ |
2728 | 100 $(FLOPPY_40D) \ |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
101 $(MD)/scf.mn \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
102 $(VTIO_COGRF_80) \ |
2706 | 103 $(MD)/scdwv.dr \ |
104 $(SCDWV_NET) \ | |
2729
8a4c73c4bc8c
Fixed SuperDriver descriptors
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2728
diff
changeset
|
105 $(SCDWV_WIN) \ |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
106 $(SCDWP) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
107 $(PIPE) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
108 $(CLOCK60HZDW) |
2693 | 109 # $(MD)/scdwv.dr \ |
110 # $(MD)/n_scdwv.dd $(MD)/n1_scdwv.dd $(MD)/n2_scdwv.dd \ | |
111 # $(MD)/n3_scdwv.dd $(MD)/n4_scdwv.dd $(MD)/n5_scdwv.dd \ | |
112 # $(MD)/n6_scdwv.dd $(MD)/n7_scdwv.dd $(MD)/n8_scdwv.dd \ | |
113 # $(MD)/n9_scdwv.dd $(MD)/n10_scdwv.dd $(MD)/n11_scdwv.dd \ | |
114 # $(MD)/n12_scdwv.dd $(MD)/n13_scdwv.dd $(MD)/midi_scdwv.dd \ | |
2476 | 115 |
116 # NitrOS-9 disk bootfile to allow booting from DriveWire 3 server | |
117 # Headless mode | |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
118 BOOTFILE_DW_HEADLESS = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
2476 | 119 $(MD)/rbf.mn \ |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
120 $(RBDW) \ |
2795
7b1ec1a7a288
Updated level2/coco3/bootfiles/makefile to use ddx0.dd for becker boot disk.
drencor-xeen
parents:
2779
diff
changeset
|
121 $(MD)/ddx0.dd \ |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
122 $(FLOPPY_40D) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
123 $(MD)/scf.mn \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
124 $(MD)/scdwv.dr \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
125 $(MD)/term_scdwv.dt \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
126 $(SCDWV_NET) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
127 $(SCDWP) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
128 $(PIPE) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
129 $(CLOCK60HZDW) |
0 | 130 |
2796
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
131 # NitrOS-9 disk bootfile to allow booting from DriveWire 3 server |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
132 # Headless mode Becker Port |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
133 BOOTFILE_BECKER_HEADLESS = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
134 $(MD)/rbf.mn \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
135 $(RBDWBECKER) \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
136 $(MD)/ddx0.dd \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
137 $(FLOPPY_40D) \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
138 $(MD)/scf.mn \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
139 $(MD)/scdwv.dr \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
140 $(MD)/term_scdwv.dt \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
141 $(SCDWV_NET) \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
142 $(SCDWP) \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
143 $(PIPE) \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
144 $(CLOCK60HZDW) |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
145 |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
146 # NitrOS-9 disk bootfile to allow booting from DriveWire 3 server |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
147 # Headless mode Arduino |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
148 BOOTFILE_ARDUINO_HEADLESS = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
149 $(MD)/rbf.mn \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
150 $(RBDWARDUINO) \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
151 $(MD)/ddx0.dd \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
152 $(FLOPPY_40D) \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
153 $(MD)/scf.mn \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
154 $(MD)/scdwv.dr \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
155 $(MD)/term_scdwv.dt \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
156 $(SCDWV_NET) \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
157 $(SCDWP) \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
158 $(PIPE) \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
159 $(CLOCK60HZDW) |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
160 |
2817
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2796
diff
changeset
|
161 # NitrOS-9 disk bootfile to allow booting from CoCo SD |
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2796
diff
changeset
|
162 BOOTFILE_COCOSDC = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2796
diff
changeset
|
163 $(MD)/rbf.mn \ |
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2796
diff
changeset
|
164 $(FLOPPY_40D) \ |
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2796
diff
changeset
|
165 $(RBCOCOSDC) \ |
2818
05426dd4e24e
ll_init now puts CoCo SDC in enhanced mode.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2817
diff
changeset
|
166 $(MD)/ddsd0_cocosdc.dd \ |
2817
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2796
diff
changeset
|
167 $(MD)/scf.mn \ |
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2796
diff
changeset
|
168 $(VTIO_COGRF_80) \ |
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2796
diff
changeset
|
169 $(PIPE) \ |
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2796
diff
changeset
|
170 $(CLOCK60HZ) |
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2796
diff
changeset
|
171 |
2244 | 172 # NitrOS-9 disk bootfile to allow booting from WD1773 disk controller |
1705 | 173 BOOTFILE_40D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
707 | 174 $(MD)/rbf.mn \ |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
175 $(FLOPPY_40D) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
176 $(MD)/ddd0_40d.dd \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
177 $(MD)/scf.mn \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
178 $(VTIO_COGRF_80) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
179 $(PIPE) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
180 $(CLOCK60HZ) |
707 | 181 |
1705 | 182 BOOTFILE_80D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ |
1446 | 183 $(MD)/rbf.mn \ |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
184 $(FLOPPY_80D) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
185 $(MD)/ddd0_80d.dd \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
186 $(MD)/scf.mn \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
187 $(VTIO_COGRF_80) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
188 $(PIPE) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
189 $(CLOCK60HZ) |
1705 | 190 |
191 BOOTFILE_40D_50HZ = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ | |
192 $(MD)/rbf.mn \ | |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
193 $(FLOPPY_40D) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
194 $(MD)/ddd0_40d.dd \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
195 $(MD)/scf.mn \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
196 $(VTIO_COGRF_80) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
197 $(PIPE) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
198 $(CLOCK50HZ) |
1705 | 199 |
200 BOOTFILE_80D_50HZ = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ | |
201 $(MD)/rbf.mn \ | |
2696
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
202 $(FLOPPY_80D) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
203 $(MD)/ddd0_80d.dd \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
204 $(MD)/scf.mn \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
205 $(VTIO_COGRF_80) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
206 $(PIPE) \ |
ee4a5602920a
Prettied up makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2693
diff
changeset
|
207 $(CLOCK50HZ) |
1705 | 208 |
2796
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
209 BOOTFILES = bootfile_40d bootfile_40d_50hz bootfile_80d \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
210 bootfile_80d_50hz bootfile_dw bootfile_dw_headless \ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
211 bootfile_becker bootfile_arduino bootfile_becker_headless \ |
2817
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2796
diff
changeset
|
212 bootfile_arduino_headless bootfile_cocosdc |
2770
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
213 KERNELS = kernel_1773 kernel_1773_50hz kernel_dw kernel_becker kernel_arduino |
1705 | 214 |
215 ALLOBJS = $(BOOTFILES) $(KERNELS) | |
216 | |
217 all: $(ALLOBJS) | |
218 | |
219 # Bootfiles | |
2547 | 220 bootfile_becker: $(BOOTFILE_BECKER) $(DEPENDS) |
221 $(MERGE) $(BOOTFILE_BECKER)>$@ | |
222 | |
2770
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
223 bootfile_arduino: $(BOOTFILE_ARDUINO) $(DEPENDS) |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
224 $(MERGE) $(BOOTFILE_ARDUINO)>$@ |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
225 |
1705 | 226 bootfile_40d: $(BOOTFILE_40D) $(DEPENDS) |
227 $(MERGE) $(BOOTFILE_40D)>$@ | |
228 | |
229 bootfile_40d_50hz: $(BOOTFILE_40D_50HZ) $(DEPENDS) | |
230 $(MERGE) $(BOOTFILE_40D_50HZ)>$@ | |
231 | |
232 bootfile_80d: $(BOOTFILE_80D) $(DEPENDS) | |
233 $(MERGE) $(BOOTFILE_80D)>$@ | |
234 | |
235 bootfile_80d_50hz: $(BOOTFILE_80D_50HZ) $(DEPENDS) | |
236 $(MERGE) $(BOOTFILE_80D_50HZ)>$@ | |
237 | |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
238 bootfile_dw: $(BOOTFILE_DW) $(DEPENDS) |
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
239 $(MERGE) $(BOOTFILE_DW)>$@ |
2180 | 240 |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
241 bootfile_dw_headless: $(BOOTFILE_DW_HEADLESS) $(DEPENDS) |
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
242 $(MERGE) $(BOOTFILE_DW_HEADLESS)>$@ |
2476 | 243 |
2796
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
244 bootfile_becker_headless: $(BOOTFILE_BECKER_HEADLESS) $(DEPENDS) |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
245 $(MERGE) $(BOOTFILE_BECKER_HEADLESS)>$@ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
246 |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
247 bootfile_arduino_headless: $(BOOTFILE_ARDUINO_HEADLESS) $(DEPENDS) |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
248 $(MERGE) $(BOOTFILE_ARDUINO_HEADLESS)>$@ |
fb494c32bd68
Updated level2/coco3 makefiles to create headless becker&arduino boot disks.
drencor-xeen
parents:
2795
diff
changeset
|
249 |
2817
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2796
diff
changeset
|
250 bootfile_cocosdc: $(BOOTFILE_COCOSDC) $(DEPENDS) |
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2796
diff
changeset
|
251 $(MERGE) $(BOOTFILE_COCOSDC)>$@ |
5c6b71612ce4
Added low level CoCo SDC driver and made makefile changes for coco3 and coco3_6309 to build boot disks for this new driver.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2796
diff
changeset
|
252 |
1705 | 253 # Kernels |
2547 | 254 kernel_becker: $(KERNEL_BECKER) $(DEPENDS) |
255 $(MERGE) $(KERNEL_BECKER)>$@ | |
256 | |
2770
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
257 kernel_arduino: $(KERNEL_ARDUINO) $(DEPENDS) |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
258 $(MERGE) $(KERNEL_ARDUINO)>$@ |
bfe3de781ddf
Added Arduino dwread/dwwrite changes
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2729
diff
changeset
|
259 |
1705 | 260 kernel_1773: $(KERNEL_1773) $(DEPENDS) |
261 $(MERGE) $(KERNEL_1773)>$@ | |
262 | |
263 kernel_1773_50hz: $(KERNEL_1773_50HZ) $(DEPENDS) | |
264 $(MERGE) $(KERNEL_1773_50HZ)>$@ | |
265 | |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
266 kernel_dw: $(KERNEL_DW) $(DEPENDS) |
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2706
diff
changeset
|
267 $(MERGE) $(KERNEL_DW)>$@ |
2180 | 268 |
1705 | 269 clean: |
270 $(RM) $(ALLOBJS) | |
271 |