Mercurial > hg > Members > kono > nitros9-code
changeset 1152:e5dc6b4823e4
Changes for upcoming release 5/1
author | boisy |
---|---|
date | Wed, 30 Apr 2003 14:44:25 +0000 |
parents | ee8d3667bc71 |
children | 238d270bcb77 |
files | level1/ChangeLog level1/modules/sysgo.asm level2/coco3/ChangeLog level2/coco3_6309/ChangeLog level2/modules/cc3go.asm |
diffstat | 5 files changed, 11 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/ChangeLog Wed Apr 30 14:42:41 2003 +0000 +++ b/level1/ChangeLog Wed Apr 30 14:44:25 2003 +0000 @@ -1,4 +1,5 @@ OS-9 Level One V03.01.01: +- SYS/helpmsg expanded to include new commands. - ident now correctly reports modules with a language byte of Obj6309. - The LogBook file in the SYS directory has been removed. - A bug in the cputype command that caused crashing on a 6809 system
--- a/level1/modules/sysgo.asm Wed Apr 30 14:42:41 2003 +0000 +++ b/level1/modules/sysgo.asm Wed Apr 30 14:44:25 2003 +0000 @@ -47,7 +47,7 @@ * For ROM version, cut down on verbage IFNE DiskGo - fcc !Release Date: 04/28/2003! + fcc !Release Date: 05/01/2003! fcb C$CR,C$LF fcc !"A CoCo Community Project"! fcb C$CR,C$LF
--- a/level2/coco3/ChangeLog Wed Apr 30 14:42:41 2003 +0000 +++ b/level2/coco3/ChangeLog Wed Apr 30 14:44:25 2003 +0000 @@ -1,9 +1,10 @@ OS-9 Level Two V03.01.01: +- SYS/helpmsg expanded to include new commands. - ident now correctly reports modules with a language byte of Obj6309. -- rbf.mn and cc3disk.dr have been back-ported from NitrOS-9 in order to - unify the code base and bring non-6309 specific features to OS-9 Level Two. +- rbf.mn has been back-ported from NitrOS-9 in order to unify the code base + and bring non-6309 specific features to OS-9 Level Two. - A bug in IOMan which affected any driver wanting to access the port - address of its hardware while in its INIT routine has been fixed. + address of its hardware via its path descriptor has been fixed. - The montype command had a bug-fix and now shows the current monitor type if no parameters are given. Also, the montype.hp file has been updated. - The LogBook file in the SYS directory has been removed.
--- a/level2/coco3_6309/ChangeLog Wed Apr 30 14:42:41 2003 +0000 +++ b/level2/coco3_6309/ChangeLog Wed Apr 30 14:44:25 2003 +0000 @@ -1,9 +1,10 @@ OS-9 Level Two V03.01.01: +- SYS/helpmsg expanded to include new commands. - ident now correctly reports modules with a language byte of Obj6309. -- rbf.mn and cc3disk.dr have been back-ported from NitrOS-9 in order to - unify the code base and bring non-6309 specific features to OS-9 Level Two. +- rbf.mn has been back-ported from NitrOS-9 in order to unify the code base + and bring non-6309 specific features to OS-9 Level Two. - A bug in IOMan which affected any driver wanting to access the port - address of its hardware while in its INIT routine has been fixed. + address of its hardware via its path descriptor has been fixed. - The montype command had a bug-fix and now shows the current monitor type if no parameters are given. Also, the montype.hp file has been updated. - The LogBook file in the SYS directory has been removed.
--- a/level2/modules/cc3go.asm Wed Apr 30 14:42:41 2003 +0000 +++ b/level2/modules/cc3go.asm Wed Apr 30 14:44:25 2003 +0000 @@ -49,7 +49,7 @@ fcc /.0/ fcb 48+OS9Minor fcb C$CR,C$LF - fcc " Release Date: 04/28/2003" + fcc " Release Date: 05/01/2003" fcb C$CR,C$LF fcc / "A CoCo Community Project"/ fcb C$CR,C$LF