Mercurial > hg > Members > kono > nitros9-code
annotate level1/ChangeLog @ 1314:b6490bc55a3d
updated to include new rel and clock modules
author | boisy |
---|---|
date | Thu, 04 Sep 2003 18:33:46 +0000 |
parents | 0a04945a7c60 |
children | 35a9b809b980 |
rev | line source |
---|---|
1279 | 1 OS-9 Level One V03.01.05: |
1309
0a04945a7c60
Fixed bug in rel.asm, changed OS-9 Level One Bt.Start to $EE00 and Bt.Size to $1080 due to increased size of boot track using DriveWire booter.
boisy
parents:
1299
diff
changeset
|
2 - OS-9 Level One now has a REL module similar to OS-9 Level Two. |
1314 | 3 - The clock and clock2 architecture has been back-ported from OS-9 Level Two. |
1284 | 4 - The faster PipeMan, Piper and Pipe have been back-ported from OS-9 Level Two. |
1279 | 5 - The MDir utility now shows proper module revision of 0 and other minor |
6 improvements in extended output. | |
1222
230f052298a5
os9gen's -t now works with Level 1 boot track files, bootlists modified
boisy
parents:
1220
diff
changeset
|
7 OS-9 Level One V03.01.04: |
1235 | 8 - asm is now at edition 8 and includes the following fixes/additions: |
9 o Symbols now allow underscores. | |
10 o The "parens error" bug has been fixed. | |
11 o Added support for case-sensitive symbols with the U option flag. | |
12 o Improved 4-digit year fix for date/time string. | |
13 o Automatic conversion of tabs to spaces on input. | |
1234 | 14 - A bug accidentally introduced into os9gen related to boot track on |
15 double-sided disks has been fixed. | |
1230 | 16 - The directory structure of the Modules disk has been modified. All |
17 modules and related files are now under the LEVEL1 directory. | |
18 - There are now two versions of sysgo: sysgo_h0 which performs chd/chx | |
19 to /H0 on startup, and sysgo_dd which performs chd/chx to /DD on startup. | |
1222
230f052298a5
os9gen's -t now works with Level 1 boot track files, bootlists modified
boisy
parents:
1220
diff
changeset
|
20 - A compatibility issue with os9gen's -t option and OS-9 Level One |
230f052298a5
os9gen's -t now works with Level 1 boot track files, bootlists modified
boisy
parents:
1220
diff
changeset
|
21 has been resolved. |
230f052298a5
os9gen's -t now works with Level 1 boot track files, bootlists modified
boisy
parents:
1220
diff
changeset
|
22 |
1196 | 23 OS-9 Level One V03.01.03: |
1220 | 24 - The asm program now supports 6309 bitfield instructions. |
25 - The prompt command has been added to the standard command set. | |
1213
4e235f213651
Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents:
1196
diff
changeset
|
26 - os9gen now supports the -t= option which allows one to specify an |
4e235f213651
Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents:
1196
diff
changeset
|
27 alternate boot track file. |
4e235f213651
Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents:
1196
diff
changeset
|
28 - Two new directories have been added: BOOTLISTS and BOOTSCRIPTS. |
4e235f213651
Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents:
1196
diff
changeset
|
29 The former contains bootlist files for building boot disks, while |
4e235f213651
Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents:
1196
diff
changeset
|
30 the latter contains scripts to build boot disks. |
4e235f213651
Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents:
1196
diff
changeset
|
31 - Clock modules for Eliminator, Disto 2-N-1, Disto 4-N-1, Harris, and |
4e235f213651
Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents:
1196
diff
changeset
|
32 SmartWatch have been added (these are all UNTESTED.) Also, the |
4e235f213651
Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents:
1196
diff
changeset
|
33 clock_bb clock module has been renamed to clock_bnb, and clock.60hz |
4e235f213651
Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents:
1196
diff
changeset
|
34 and clock.50hz have been renamed to clock_soft and clock_soft_50hz. |
4e235f213651
Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents:
1196
diff
changeset
|
35 - There are now two booters for booting from a WD1773 based |
4e235f213651
Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents:
1196
diff
changeset
|
36 floppy controller: boot_1773_6ms and boot_1773_30ms for |
4e235f213651
Lots of changes: bootscripts and bootlists added, sources massaged...
boisy
parents:
1196
diff
changeset
|
37 6 and 30 millisecond step rates. |
1196 | 38 - The help utility has been enhanced to show help subjects if |
39 forked without any command line parameters. | |
40 | |
1166 | 41 OS-9 Level One V03.01.02: |
1192 | 42 - A bug in the help utility has been fixed. |
1186 | 43 - The MODULES directory structure has been enhanced to include |
44 multiple subdirectories for better module organization. | |
45 - Booter modules for Burke & Burke, Disto RAMPak, Eliminator and | |
46 IDE-LBA have been added. | |
47 - The BOOTLISTS/ directory has been added on the Modules disk, and | |
48 contains bootlist files for various configurations. | |
1166 | 49 - The cputype command has been optimized for size. |
1191 | 50 - Minor help file updates have been made. |
1166 | 51 |
1136 | 52 OS-9 Level One V03.01.01: |
1152 | 53 - SYS/helpmsg expanded to include new commands. |
1112 | 54 - ident now correctly reports modules with a language byte of Obj6309. |
1076 | 55 - The LogBook file in the SYS directory has been removed. |
1088 | 56 - A bug in the cputype command that caused crashing on a 6809 system |
57 has been fixed. | |
1076 | 58 |
1136 | 59 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
|
60 - New common version among all releases of OS-9 for the CoCo |
1009 | 61 - Many commands have been updated and optimized: |
62 o For size reasons, command help information is no longer embedded in the | |
63 utilites, but is instead available through the helpmsg file in /DD/SYS | |
64 o date, dir, mdir, procs and verify now require a dash (-) before options | |
65 o format now has a cluster option and now shows the correct number of | |
66 good sectors on large sector devices | |
67 o Numerous commands have been optimized for size | |
68 o cputype, ded, devs, disasm, dmode and irqs have been added to the | |
69 CMDS directory | |
70 o cmp, error, help and touch have been rewritten in assembly for size | |
71 o copy has been enhanced to include OS-9/68K-like features | |
72 | |
1136 | 73 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
|
74 - 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
|
75 as a comment. |
13ca57c5a987
Added ChangeLog, modified Makefile to include file in archive
boisy
parents:
diff
changeset
|
76 - SYS/password now references /DD instead of /D0 |
588 | 77 - ASM now assembles 6309 op-codes |