# HG changeset patch # User boisy # Date 1050157344 0 # Node ID 7ad2a41ca705688879c3697956d62d71579cda6e # Parent c55280b3d6391bb147c0ce7e1670ca31fc79dd74 Changed diff -r c55280b3d639 -r 7ad2a41ca705 level1/ChangeLog --- a/level1/ChangeLog Sat Apr 12 00:56:08 2003 +0000 +++ b/level1/ChangeLog Sat Apr 12 14:22:24 2003 +0000 @@ -1,4 +1,5 @@ OS-9 Level One V3.01.01: +- 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 has been fixed. diff -r c55280b3d639 -r 7ad2a41ca705 level2/coco3/ChangeLog --- a/level2/coco3/ChangeLog Sat Apr 12 00:56:08 2003 +0000 +++ b/level2/coco3/ChangeLog Sat Apr 12 14:22:24 2003 +0000 @@ -1,4 +1,7 @@ OS-9 Level Two V3.01.01: +- 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. - The cc3disk module has been folded with the NitrOS-9 Level 2 version and as a result has changed in size. - A bug in IOMan which affected any driver wanting to access the port @@ -44,8 +47,6 @@ release, it was mistakenly made for the Disto parallel port. - ASM now assembles 6309 op-codes. - Window descriptors now have proper initialization count. -- The following modules 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: - The debug program is now part of the CMDS package. - With the inclusion of NitrOS-9's SCF, a bug which crashed the system when typing CTRL-E or CTRL-C while using shellplus has been fixed. diff -r c55280b3d639 -r 7ad2a41ca705 level2/coco3_6309/ChangeLog --- a/level2/coco3_6309/ChangeLog Sat Apr 12 00:56:08 2003 +0000 +++ b/level2/coco3_6309/ChangeLog Sat Apr 12 14:22:24 2003 +0000 @@ -1,4 +1,7 @@ OS-9 Level Two V3.01.01: +- 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. - The cc3disk module has been folded with the NitrOS-9 Level 2 version and as a result has changed in size. - A bug in IOMan which affected any driver wanting to access the port @@ -44,8 +47,6 @@ release, it was mistakenly made for the Disto parallel port. - ASM now assembles 6309 op-codes. - Window descriptors now have proper initialization count. -- The following modules 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: - The debug program is now part of the CMDS package. - With the inclusion of NitrOS-9's SCF, a bug which crashed the system when typing CTRL-E or CTRL-C while using shellplus has been fixed.