annotate 3rdparty/booters/makefile @ 1834:87865128c951

Added defines for bit 2 of IT.DNS, which is track 0 density flag for format
author afra
date Tue, 31 May 2005 15:19:07 +0000
parents 53c50c807d55
children 53c42701f680 e4a0f58a5f9b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1238
diff changeset
1 include ../../rules.mak
45
2ce754e62499 Moved booters to 3rdparty directory
boisy
parents:
diff changeset
2
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1238
diff changeset
3 DEPENDS = ./makefile
1238
481618f41f1d boot_mmc.asm updated, fixed makefile
boisy
parents: 1184
diff changeset
4 BOOTERS_L2 = boot_vhd boot_mmc_l2
481618f41f1d boot_mmc.asm updated, fixed makefile
boisy
parents: 1184
diff changeset
5 BOOTERS_L1 = boot_mmc_l1
1184
37c9e0e58367 Most booters moved to OS-9 directories
boisy
parents: 1175
diff changeset
6 ALLOBJS = $(BOOTERS_L2) $(BOOTERS_L1)
45
2ce754e62499 Moved booters to 3rdparty directory
boisy
parents:
diff changeset
7
2ce754e62499 Moved booters to 3rdparty directory
boisy
parents:
diff changeset
8 all: $(ALLOBJS) $(DEPENDS)
2ce754e62499 Moved booters to 3rdparty directory
boisy
parents:
diff changeset
9
2ce754e62499 Moved booters to 3rdparty directory
boisy
parents:
diff changeset
10 clean:
2ce754e62499 Moved booters to 3rdparty directory
boisy
parents:
diff changeset
11 $(RM) $(ALLOBJS)
2ce754e62499 Moved booters to 3rdparty directory
boisy
parents:
diff changeset
12
65
747a7379ae50 Consolidated boot modules for Level One and Level Two
boisy
parents: 49
diff changeset
13
279
20e8c354b914 Added support for Level One Rampak Boot
boisy
parents: 93
diff changeset
14 # OS-9 Level Two Booters
657
d2ce1c213a9c Changed boot_ktlr and boot_tc3 to add id0 for SCSI ID
boisy
parents: 553
diff changeset
15 boot_ktlr_id0: boot_scsi.asm
1168
3be7fce1a56b Added Jim Hathaway's MMC booter, made other source changes
boisy
parents: 657
diff changeset
16 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aKTLR=1 -ascsiid=1
65
747a7379ae50 Consolidated boot modules for Level One and Level Two
boisy
parents: 49
diff changeset
17
461
75f0c7261a96 *** empty log message ***
boisy
parents: 408
diff changeset
18 boot_ktlr_id5: boot_scsi.asm
1168
3be7fce1a56b Added Jim Hathaway's MMC booter, made other source changes
boisy
parents: 657
diff changeset
19 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aKTLR=1 -ascsiid=32
407
d3b592db8f59 Added Kenton SCSI ID 5 target for ZIP drives
boisy
parents: 406
diff changeset
20
657
d2ce1c213a9c Changed boot_ktlr and boot_tc3 to add id0 for SCSI ID
boisy
parents: 553
diff changeset
21 boot_tc3_id0: boot_scsi.asm
1168
3be7fce1a56b Added Jim Hathaway's MMC booter, made other source changes
boisy
parents: 657
diff changeset
22 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aTC3=1 -ascsiid=1
65
747a7379ae50 Consolidated boot modules for Level One and Level Two
boisy
parents: 49
diff changeset
23
406
3362a5cd8259 Added SCSI ID 5 boot modules for TC^3 (for ZIP drives)
boisy
parents: 392
diff changeset
24 boot_tc3_id5: boot_scsi.asm
408
8de0ac44cbbd Mistakenly set scsiid to 64 for ID 5, should be 32
boisy
parents: 407
diff changeset
25 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aTC3=1 -ascsiid=32
406
3362a5cd8259 Added SCSI ID 5 boot modules for TC^3 (for ZIP drives)
boisy
parents: 392
diff changeset
26
553
b93501797906 Added boot_vhd.asm from Robert Gault
boisy
parents: 461
diff changeset
27 boot_vhd: boot_vhd.asm
b93501797906 Added boot_vhd.asm from Robert Gault
boisy
parents: 461
diff changeset
28 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2
b93501797906 Added boot_vhd.asm from Robert Gault
boisy
parents: 461
diff changeset
29
1168
3be7fce1a56b Added Jim Hathaway's MMC booter, made other source changes
boisy
parents: 657
diff changeset
30 boot_mmc_l2: boot_mmc.asm
3be7fce1a56b Added Jim Hathaway's MMC booter, made other source changes
boisy
parents: 657
diff changeset
31 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2
3be7fce1a56b Added Jim Hathaway's MMC booter, made other source changes
boisy
parents: 657
diff changeset
32
279
20e8c354b914 Added support for Level One Rampak Boot
boisy
parents: 93
diff changeset
33 # OS-9 Level One Booters
657
d2ce1c213a9c Changed boot_ktlr and boot_tc3 to add id0 for SCSI ID
boisy
parents: 553
diff changeset
34 boot_ktlr_id0_l1: boot_scsi.asm
1168
3be7fce1a56b Added Jim Hathaway's MMC booter, made other source changes
boisy
parents: 657
diff changeset
35 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aKTLR=1 -ascsiid=1
65
747a7379ae50 Consolidated boot modules for Level One and Level Two
boisy
parents: 49
diff changeset
36
461
75f0c7261a96 *** empty log message ***
boisy
parents: 408
diff changeset
37 boot_ktlr_id5_l1: boot_scsi.asm
1168
3be7fce1a56b Added Jim Hathaway's MMC booter, made other source changes
boisy
parents: 657
diff changeset
38 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aKTLR=1 -ascsiid=32
407
d3b592db8f59 Added Kenton SCSI ID 5 target for ZIP drives
boisy
parents: 406
diff changeset
39
657
d2ce1c213a9c Changed boot_ktlr and boot_tc3 to add id0 for SCSI ID
boisy
parents: 553
diff changeset
40 boot_tc3_id0_l1: boot_scsi.asm
1168
3be7fce1a56b Added Jim Hathaway's MMC booter, made other source changes
boisy
parents: 657
diff changeset
41 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aTC3=1 -ascsiid=1
65
747a7379ae50 Consolidated boot modules for Level One and Level Two
boisy
parents: 49
diff changeset
42
406
3362a5cd8259 Added SCSI ID 5 boot modules for TC^3 (for ZIP drives)
boisy
parents: 392
diff changeset
43 boot_tc3_id5_l1: boot_scsi.asm
408
8de0ac44cbbd Mistakenly set scsiid to 64 for ID 5, should be 32
boisy
parents: 407
diff changeset
44 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aTC3=1 -ascsiid=32
406
3362a5cd8259 Added SCSI ID 5 boot modules for TC^3 (for ZIP drives)
boisy
parents: 392
diff changeset
45
1168
3be7fce1a56b Added Jim Hathaway's MMC booter, made other source changes
boisy
parents: 657
diff changeset
46 boot_mmc_l1: boot_mmc.asm
3be7fce1a56b Added Jim Hathaway's MMC booter, made other source changes
boisy
parents: 657
diff changeset
47 $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1
3be7fce1a56b Added Jim Hathaway's MMC booter, made other source changes
boisy
parents: 657
diff changeset
48
3be7fce1a56b Added Jim Hathaway's MMC booter, made other source changes
boisy
parents: 657
diff changeset
49