Mercurial > hg > Members > kono > nitros9-code
changeset 392:df43967d6a46
Minor source changes, added boot_burke
author | boisy |
---|---|
date | Sun, 25 Aug 2002 19:36:23 +0000 |
parents | 54a8776100d3 |
children | faba76628bfd |
files | 3rdparty/booters/boot_ide.asm 3rdparty/booters/boot_rampak.asm 3rdparty/booters/boot_rom.asm 3rdparty/booters/boot_rom_l1.asm 3rdparty/booters/boot_scsi.asm 3rdparty/booters/boot_wd1002.asm 3rdparty/booters/makefile |
diffstat | 7 files changed, 27 insertions(+), 35 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/booters/boot_ide.asm Sun Aug 25 19:22:49 2002 +0000 +++ b/3rdparty/booters/boot_ide.asm Sun Aug 25 19:36:23 2002 +0000 @@ -1,26 +1,16 @@ ******************************************************************** -* Boot - SCSI Boot module +* Boot - IDE Boot Module (LBA Mode) * * $Id$ * -* This module allows booting from a hard drive that uses RGB-DOS -* and is controlled by a TC^3 or Ken-Ton SCSI controller. -* -* It was later modified to handle hard drives with sector sizes -* larger than 256 bytes, and works on both 256 byte and larger drives, -* so it should totally replace the old SCSI boot module. -* -* Instructions followed by +++ in the comment field were added for this fix. -* * Ed. Comments Who YY/MM/DD * ------------------------------------------------------------------ * ? Disassembled AD 94/06/25 * 6 Redone for IDE PTB 99/08/17 * 7 Added use of LSN bits 23-16 BGP 02/06/27 - nam Boot - ttl IDE booter for LBA mode + ttl IDE Boot Module (LBA Mode) ifp1 use defsfile @@ -31,7 +21,6 @@ rev set 2 edition set 7 - * Disassembled 94/06/25 11:37:47 by Alan DeKok * ReDone by Paul T. Barton 99/08/17, for IDE * @@ -239,7 +228,4 @@ emod eom equ * - - - - + end
--- a/3rdparty/booters/boot_rampak.asm Sun Aug 25 19:22:49 2002 +0000 +++ b/3rdparty/booters/boot_rampak.asm Sun Aug 25 19:36:23 2002 +0000 @@ -1,5 +1,5 @@ ******************************************************************** -* Boot - Disto RAMPak boot module +* Boot - Disto RAMPak Boot Module * * $Id$ * @@ -9,7 +9,7 @@ * 6 Fixed small bugs, improved speed BGP 98/10/20 nam Boot - ttl Disto RAMPak boot module + ttl Disto RAMPak Boot Module * Disassembled 94/06/25 11:37:47 by Alan DeKok
--- a/3rdparty/booters/boot_rom.asm Sun Aug 25 19:22:49 2002 +0000 +++ b/3rdparty/booters/boot_rom.asm Sun Aug 25 19:36:23 2002 +0000 @@ -1,5 +1,5 @@ ******************************************************************** -* Boot - OS-9 Level Two ROM Boot module +* Boot - OS-9 Level Two ROM Boot Module * * $Id$ * @@ -8,7 +8,7 @@ * 1 Created BGP 98/??/?? nam Boot - ttl OS-9 Level Two ROM Boot module + ttl OS-9 Level Two ROM Boot Module ifp1 use defsfile
--- a/3rdparty/booters/boot_rom_l1.asm Sun Aug 25 19:22:49 2002 +0000 +++ b/3rdparty/booters/boot_rom_l1.asm Sun Aug 25 19:36:23 2002 +0000 @@ -1,5 +1,5 @@ ******************************************************************** -* Boot - OS-9 Level One V2 Boot module +* Boot - OS-9 Level One V2 ROM Boot Module * * $Id$ * @@ -8,7 +8,7 @@ * 1 Tandy/Microware original version nam Boot - ttl OS-9 Level One V2.00 Boot module + ttl OS-9 Level One V2 ROM Boot Module ifp1 use defsfile
--- a/3rdparty/booters/boot_scsi.asm Sun Aug 25 19:22:49 2002 +0000 +++ b/3rdparty/booters/boot_scsi.asm Sun Aug 25 19:36:23 2002 +0000 @@ -1,5 +1,5 @@ ******************************************************************** -* Boot - SCSI Boot module +* Boot - SCSI Boot Module * * $Id$ * @@ -21,7 +21,7 @@ nam Boot - ttl SCSI Boot module + ttl SCSI Boot Module ifp1 use defsfile
--- a/3rdparty/booters/boot_wd1002.asm Sun Aug 25 19:22:49 2002 +0000 +++ b/3rdparty/booters/boot_wd1002.asm Sun Aug 25 19:36:23 2002 +0000 @@ -1,5 +1,5 @@ ******************************************************************** -* Boot - WD1002-05 boot module +* Boot - Eliminator WD1002-05 Boot Module * * $Id$ * @@ -12,7 +12,7 @@ * 2 Created by Bruce Isted BRI ??/??/?? nam Boot - ttl WD1002-05 boot module + ttl Eliminator WD1002-05 Boot Module * These equates should be set before assembly: FDStep equ $09 see Step Rate Table
--- a/3rdparty/booters/makefile Sun Aug 25 19:22:49 2002 +0000 +++ b/3rdparty/booters/makefile Sun Aug 25 19:36:23 2002 +0000 @@ -3,9 +3,9 @@ DEPENDS = ./Makefile BOOTERS_NITROS = boot_ide_nl2 BOOTERS_L2 = boot_kenton boot_rampak boot_tc3 boot_ide boot_wd1002 \ - boot_rom + boot_burke boot_rom BOOTERS_L1 = boot_kenton_l1 boot_rampak_l1 boot_tc3_l1 boot_ide_l1 \ - boot_rom_l1 + boot_burke_l1 boot_rom_l1 ALLOBJS = $(BOOTERS_NITROS) $(BOOTERS_L2) $(BOOTERS_L1) all: $(ALLOBJS) $(DEPENDS) @@ -20,20 +20,23 @@ # OS-9 Level Two Booters boot_ide: boot_ide.asm - $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aNitrOS9=0 + $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 boot_kenton: boot_scsi.asm - $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aKenton=1 -aTC3=0 + $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aKenton=1 boot_rampak: boot_rampak.asm $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 boot_tc3: boot_scsi.asm - $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aKenton=0 -aTC3=1 + $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 -aTC3=1 boot_wd1002: boot_wd1002.asm $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 +boot_burke: boot_burke.asm + $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 + boot_rom: boot_rom.asm $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=2 @@ -42,14 +45,17 @@ $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 boot_kenton_l1: boot_scsi.asm - $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aKenton=1 -aTC3=0 + $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aKenton=1 boot_tc3_l1: boot_scsi.asm - $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aKenton=1 -aTC3=0 + $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aTC3=1 boot_rampak_l1: boot_rampak.asm $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 +boot_burke_l1: boot_burke.asm + $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 + boot_ide_l1: boot_ide.asm - $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1 -aNitrOS9=0 + $(AS) $(AFLAGS) $(ASOUT)$@ $< -aLevel=1