Mercurial > hg > Members > kono > nitros9-code
annotate level1/ChangeLog @ 1191:540b01bd76dc
Updated ChangeLogs
author | boisy |
---|---|
date | Fri, 30 May 2003 22:55:08 +0000 |
parents | 0836a89b1eac |
children | e555626fd781 |
rev | line source |
---|---|
1166 | 1 OS-9 Level One V03.01.02: |
1186 | 2 - The MODULES directory structure has been enhanced to include |
3 multiple subdirectories for better module organization. | |
4 - Booter modules for Burke & Burke, Disto RAMPak, Eliminator and | |
5 IDE-LBA have been added. | |
6 - The BOOTLISTS/ directory has been added on the Modules disk, and | |
7 contains bootlist files for various configurations. | |
1166 | 8 - The cputype command has been optimized for size. |
1191 | 9 - Minor help file updates have been made. |
1166 | 10 |
1136 | 11 OS-9 Level One V03.01.01: |
1152 | 12 - SYS/helpmsg expanded to include new commands. |
1112 | 13 - ident now correctly reports modules with a language byte of Obj6309. |
1076 | 14 - The LogBook file in the SYS directory has been removed. |
1088 | 15 - A bug in the cputype command that caused crashing on a 6809 system |
16 has been fixed. | |
1076 | 17 |
1136 | 18 OS-9 Level One V03.01.00: |
1025
a20d2fd36cfa
Releases of all OS-9 packages are now under a common version number
boisy
parents:
1021
diff
changeset
|
19 - New common version among all releases of OS-9 for the CoCo |
1009 | 20 - Many commands have been updated and optimized: |
21 o For size reasons, command help information is no longer embedded in the | |
22 utilites, but is instead available through the helpmsg file in /DD/SYS | |
23 o date, dir, mdir, procs and verify now require a dash (-) before options | |
24 o format now has a cluster option and now shows the correct number of | |
25 good sectors on large sector devices | |
26 o Numerous commands have been optimized for size | |
27 o cputype, ded, devs, disasm, dmode and irqs have been added to the | |
28 CMDS directory | |
29 o cmp, error, help and touch have been rewritten in assembly for size | |
30 o copy has been enhanced to include OS-9/68K-like features | |
31 | |
1136 | 32 OS-9 Level One V02.01.00 'Phoenix' Release (11/04/2002): |
484
13ca57c5a987
Added ChangeLog, modified Makefile to include file in archive
boisy
parents:
diff
changeset
|
33 - Defs files now have properly terminated lines and 'pag' is now emitted |
13ca57c5a987
Added ChangeLog, modified Makefile to include file in archive
boisy
parents:
diff
changeset
|
34 as a comment. |
13ca57c5a987
Added ChangeLog, modified Makefile to include file in archive
boisy
parents:
diff
changeset
|
35 - SYS/password now references /DD instead of /D0 |
588 | 36 - ASM now assembles 6309 op-codes |