Mercurial > hg > Members > kono > nitros9-code
changeset 1675:ace81be91ae9
Updates for SmartWatch, format, etc.
author | boisy |
---|---|
date | Wed, 28 Jul 2004 14:03:13 +0000 |
parents | b68b62fa7821 |
children | b17a3a132bbb |
files | docs/Getting Started With NitrOS-9.doc level1/ChangeLog level1/cmds/format.asm level1/modules/makefile level1/startup level2/coco3/ChangeLog level2/coco3/startup level2/coco3_6309/ChangeLog level2/coco3_6309/startup level2/modules/makefile |
diffstat | 10 files changed, 37 insertions(+), 24 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/ChangeLog Tue Jul 27 23:21:30 2004 +0000 +++ b/level1/ChangeLog Wed Jul 28 14:03:13 2004 +0000 @@ -1,5 +1,8 @@ NitrOS-9/6309 Level 2 V03.02.03: -- format has been revamped to work similar to OS-9/68K's format. +- swread and swset have been added as command line utilities for SmartWatch + support, as the clock2 SmartWatch module does not work. +- format has been enhanced to show more information about the disk being + formatted. - dirm has been removed from the commands list. - exmode has been renamed to xmode and replaces the original xmode command. - disasm has a new -s option which is used to specify the start and end
--- a/level1/cmds/format.asm Tue Jul 27 23:21:30 2004 +0000 +++ b/level1/cmds/format.asm Wed Jul 28 14:03:13 2004 +0000 @@ -15,7 +15,7 @@ * at the summary if the number of sectors was a large number. * This was most notable when formatting large disks, such as hard drives. * -* 24 2004/07/20 Boisy G. pitre +* 24 2004/07/20 Boisy G. Pitre * Revamped to display summary similar to OS-9/68K. Also, format now * checks the TYPH.DSQ bit in order to query the drive for its size. * Also, if a cluster size is not specified on the command line,
--- a/level1/modules/makefile Tue Jul 27 23:21:30 2004 +0000 +++ b/level1/modules/makefile Wed Jul 28 14:03:13 2004 +0000 @@ -1,15 +1,14 @@ include ../../rules.mak -CLOCKELIM = -aRTCElim=1 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 -CLOCKDISTO2 = -aRTCElim=0 -aRTCDsto2=1 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 -CLOCKDISTO4 = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=1 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 -CLOCKBNB = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=1 -aRTCSmart=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 -CLOCKSMART = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=1 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=1 -CLOCKHARRIS = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=1 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 -CLOCKCLOUD9 = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCCloud9=1 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 -CLOCKJVEMU = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=1 -aRTCMESSEmu=0 -aMPIFlag=0 -CLOCKMESSEMU = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=1 -aMPIFlag=0 -CLOCKSOFT = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=1 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 +CLOCKELIM = -aRTCElim=1 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 +CLOCKDISTO2 = -aRTCElim=0 -aRTCDsto2=1 -aRTCDsto4=0 -aRTCBB=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 +CLOCKDISTO4 = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=1 -aRTCBB=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 +CLOCKBNB = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=1 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 +CLOCKHARRIS = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCHarrs=1 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 +CLOCKCLOUD9 = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCHarrs=0 -aRTCCloud9=1 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 +CLOCKJVEMU = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=1 -aRTCMESSEmu=0 -aMPIFlag=0 +CLOCKMESSEMU = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=1 -aMPIFlag=0 +CLOCKSOFT = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=1 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 DEPENDS = ./makefile TPB = $(3RDPARTY)/booters
--- a/level1/startup Tue Jul 27 23:21:30 2004 +0000 +++ b/level1/startup Wed Jul 28 14:03:13 2004 +0000 @@ -1,6 +1,8 @@ * Echo welcome message echo * Welcome to NitrOS-9 Level 1 * echo * on the Color Computer * +* SmartWatch users uncomment the next line +*swread 5<>>>/2 & * Start system time from keyboard setime </term date -t
--- a/level2/coco3/ChangeLog Tue Jul 27 23:21:30 2004 +0000 +++ b/level2/coco3/ChangeLog Wed Jul 28 14:03:13 2004 +0000 @@ -1,5 +1,8 @@ NitrOS-9/6309 Level 2 V03.02.03: -- format has been revamped to work similar to OS-9/68K's format. +- swread and swset have been added as command line utilities for SmartWatch + support, as the clock2 SmartWatch module does not work. +- format has been enhanced to show more information about the disk being + formatted. - dirm has been removed from the commands list. - exmode has been renamed to xmode and replaces the original xmode command. - disasm has a new -s option which is used to specify the start and end
--- a/level2/coco3/startup Tue Jul 27 23:21:30 2004 +0000 +++ b/level2/coco3/startup Wed Jul 28 14:03:13 2004 +0000 @@ -4,6 +4,8 @@ * Lock shell and std utils into memory link shell load utilpak1 +* SmartWatch users uncomment the next line +*swread 5<>>>/2 & * Start system time from keyboard setime </1 date -t
--- a/level2/coco3_6309/ChangeLog Tue Jul 27 23:21:30 2004 +0000 +++ b/level2/coco3_6309/ChangeLog Wed Jul 28 14:03:13 2004 +0000 @@ -1,5 +1,8 @@ NitrOS-9/6309 Level 2 V03.02.03: -- format has been revamped to work similar to OS-9/68K's format. +- swread and swset have been added as command line utilities for SmartWatch + support, as the clock2 SmartWatch module does not work. +- format has been enhanced to show more information about the disk being + formatted. - dirm has been removed from the commands list. - exmode has been renamed to xmode and replaces the original xmode command. - disasm has a new -s option which is used to specify the start and end
--- a/level2/coco3_6309/startup Tue Jul 27 23:21:30 2004 +0000 +++ b/level2/coco3_6309/startup Wed Jul 28 14:03:13 2004 +0000 @@ -4,6 +4,8 @@ * Lock shell and std utils into memory link shell load utilpak1 +* SmartWatch users uncomment the next line +*swread 5<>>>/2 & * Start system time from keyboard setime </1 date -t
--- a/level2/modules/makefile Tue Jul 27 23:21:30 2004 +0000 +++ b/level2/modules/makefile Wed Jul 28 14:03:13 2004 +0000 @@ -2,16 +2,15 @@ vpath %.asm kernel:$(6809L1)/modules -CLOCKELIM = -aRTCElim=1 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 -CLOCKDISTO2 = -aRTCElim=0 -aRTCDsto2=1 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 -CLOCKDISTO4 = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=1 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 -CLOCKBNB = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=1 -aRTCSmart=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 -CLOCKSMART = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=1 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=1 -CLOCKHARRIS = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=1 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 -CLOCKCLOUD9 = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCCloud9=1 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 -CLOCKJVEMU = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=1 -aRTCMESSEmu=0 -aMPIFlag=0 -CLOCKMESSEMU = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=1 -aMPIFlag=0 -CLOCKSOFT = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCSmart=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=1 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 +CLOCKELIM = -aRTCElim=1 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 +CLOCKDISTO2 = -aRTCElim=0 -aRTCDsto2=1 -aRTCDsto4=0 -aRTCBB=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 +CLOCKDISTO4 = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=1 -aRTCBB=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 +CLOCKBNB = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=1 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 +CLOCKHARRIS = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCHarrs=1 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 +CLOCKCLOUD9 = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCHarrs=0 -aRTCCloud9=1 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 +CLOCKJVEMU = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=1 -aRTCMESSEmu=0 -aMPIFlag=0 +CLOCKMESSEMU = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=0 -aRTCJVEmu=0 -aRTCMESSEmu=1 -aMPIFlag=0 +CLOCKSOFT = -aRTCElim=0 -aRTCDsto2=0 -aRTCDsto4=0 -aRTCBB=0 -aRTCHarrs=0 -aRTCCloud9=0 -aRTCSoft=1 -aRTCJVEmu=0 -aRTCMESSEmu=0 -aMPIFlag=0 DEPENDS = ./makefile TPB = ../../3rdparty/booters