Mercurial > hg > Members > kono > nitros9-code
changeset 1789:952fde0dfea2
More changes
author | boisy |
---|---|
date | Sat, 09 Apr 2005 18:26:58 +0000 |
parents | 089d484a4b35 |
children | 2330195b098c |
files | level1/ChangeLog level1/modules/sysgo.asm level2/coco3/ChangeLog level2/coco3/defsfile level2/coco3_6309/ChangeLog level2/coco3_6309/defsfile level2/makefile scripts/bundi |
diffstat | 8 files changed, 12 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/ChangeLog Sat Apr 09 16:30:50 2005 +0000 +++ b/level1/ChangeLog Sat Apr 09 18:26:58 2005 +0000 @@ -1,5 +1,6 @@ NitrOS-9/6809 Level 1 V03.02.05: - rb1773 now properly saves/restores system's NMI vector. +- An issue with formatting 3.5" 720K disks has been resolved. NitrOS-9/6809 Level 1 V03.02.04: - Fixed several problems/mistakes in the V03.02.03 release.
--- a/level1/modules/sysgo.asm Sat Apr 09 16:30:50 2005 +0000 +++ b/level1/modules/sysgo.asm Sat Apr 09 18:26:58 2005 +0000 @@ -65,7 +65,7 @@ fcc /.0/ fcb '0+_$NITROS9MINOR fcb C$CR,C$LF - fcc /(C) 2004 The NitrOS-9 Project/ + fcc /(C) 2005 The NitrOS-9 Project/ fcb C$CR,C$LF IFNE _$NITROS9DEVEL fcc "** DEVELOPMENT BUILD **"
--- a/level2/coco3/ChangeLog Sat Apr 09 16:30:50 2005 +0000 +++ b/level2/coco3/ChangeLog Sat Apr 09 18:26:58 2005 +0000 @@ -1,5 +1,8 @@ NitrOS-9/6809 Level 2 V03.02.05: -- rb1773 now properly saves/restores system's NMI vector. +- rb1773 now properly saves/restores system's NMI vector, also updated to + go into .89Mhz mode when formatting to get around a problem with some + CoCo 3's crashing during format. +- An issue with formatting 3.5" 720K disks has been resolved. NitrOS-9/6809 Level 2 V03.02.04: - Fixed several problems/mistakes in the V03.02.03 release.
--- a/level2/coco3/defsfile Sat Apr 09 16:30:50 2005 +0000 +++ b/level2/coco3/defsfile Sat Apr 09 18:26:58 2005 +0000 @@ -5,4 +5,3 @@ use rbfdefs use systype use cc3iodefs - use releasedefs
--- a/level2/coco3_6309/ChangeLog Sat Apr 09 16:30:50 2005 +0000 +++ b/level2/coco3_6309/ChangeLog Sat Apr 09 18:26:58 2005 +0000 @@ -1,5 +1,8 @@ NitrOS-9/6809 Level 2 V03.02.05: -- rb1773 now properly saves/restores system's NMI vector. +- rb1773 now properly saves/restores system's NMI vector, also updated to + go into .89Mhz mode when formatting to get around a problem with some + CoCo 3's crashing during format. +- An issue with formatting 3.5" 720K disks has been resolved. NitrOS-9/6809 Level 2 V03.02.04: - Fixed several problems/mistakes in the V03.02.03 release.
--- a/level2/coco3_6309/defsfile Sat Apr 09 16:30:50 2005 +0000 +++ b/level2/coco3_6309/defsfile Sat Apr 09 18:26:58 2005 +0000 @@ -5,4 +5,3 @@ use rbfdefs use systype use cc3iodefs - use releasedefs
--- a/level2/makefile Sat Apr 09 16:30:50 2005 +0000 +++ b/level2/makefile Sat Apr 09 18:26:58 2005 +0000 @@ -1,7 +1,7 @@ include ../rules.mak CPU = 6809 -LEVEL = 1 +LEVEL = 2 DISTRO = nos9$(CPU)l$(LEVEL) DISTROVER = $(DISTRO)$(NITROS9VER)
--- a/scripts/bundi Sat Apr 09 16:30:50 2005 +0000 +++ b/scripts/bundi Sat Apr 09 18:26:58 2005 +0000 @@ -56,7 +56,7 @@ os9 gen -b=bootfile -t=boottrack tmp.dsk>&/dev/null os9 copy -o=0 $NITROS9DIR/6309l2/modules/sysgo_dd tmp.dsk,sysgo os9 attr tmp.dsk,sysgo -epepr -os9 dsave -e $NITROS9DIR/6309l2/latest_80d.dsk, tmp.dsk, >&/dev/null +os9 dsave -e $NITROS9DIR/6309l2/nos9309l2_80d.dsk, tmp.dsk, >&/dev/null os9 dsave -e $NITROS9DIR/3rdparty/packages/uucpbb/uucpbb21_6309.dsk, tmp.dsk, >&/dev/null os9 dsave -e $NITROS9DIR/3rdparty/packages/cc/cc.dsk, tmp.dsk, >&/dev/null os9 dsave -e $NITROS9DIR/3rdparty/packages/basic09/basic09v010100.dsk, tmp.dsk, >&/dev/null