annotate ChangeLog @ 2741:d1976224b314

Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1. Changed H6309-1 to H6309 and moved the real H6309 code into this routine and moved the standard 6809 57600bps code to the last "else" section. This was done to dwread.asm, dwwrite.asm, dw4write.asm, and dw4read.asm. Test compiled and everything still seems to compile as it should.
author drencor-xeen
date Sun, 06 Jan 2013 11:12:22 -0600
parents 48afe2b5de06
children f9a8ae065f80
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2174
432af5bf1780 Updated
boisy
parents: 2170
diff changeset
1 NitrOS-9 V3.2.9:
432af5bf1780 Updated
boisy
parents: 2170
diff changeset
2
2730
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
3 ----------------------------------------------------------
2741
d1976224b314 Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1.
drencor-xeen
parents: 2740
diff changeset
4 2013/01/06 David Ladd
d1976224b314 Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1.
drencor-xeen
parents: 2740
diff changeset
5 M ChangeLog
d1976224b314 Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1.
drencor-xeen
parents: 2740
diff changeset
6 M level1/modules/dwread.asm
d1976224b314 Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1.
drencor-xeen
parents: 2740
diff changeset
7 M level1/modules/dwwrite.asm
d1976224b314 Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1.
drencor-xeen
parents: 2740
diff changeset
8 M level1/modules/dw4read.asm
d1976224b314 Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1.
drencor-xeen
parents: 2740
diff changeset
9 M level1/modules/dw4write.asm
d1976224b314 Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1.
drencor-xeen
parents: 2740
diff changeset
10
d1976224b314 Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1.
drencor-xeen
parents: 2740
diff changeset
11 Robert Gault found a problem related to the H6309-1 not always
d1976224b314 Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1.
drencor-xeen
parents: 2740
diff changeset
12 functioning as expected. Changed dwread.asm, dwwrite.asm, dw4read.asm
d1976224b314 Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1.
drencor-xeen
parents: 2740
diff changeset
13 dw4write.asm to reflect these needed changes and movement of code to
d1976224b314 Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1.
drencor-xeen
parents: 2740
diff changeset
14 correct locations.
d1976224b314 Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1.
drencor-xeen
parents: 2740
diff changeset
15
d1976224b314 Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1.
drencor-xeen
parents: 2740
diff changeset
16 In examining the dwwrite.asm source file found two sections of H6309-1 and
d1976224b314 Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1.
drencor-xeen
parents: 2740
diff changeset
17 code that were the same. This might have been root problem of the
d1976224b314 Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1.
drencor-xeen
parents: 2740
diff changeset
18 compiling problems. Verified both sections of code were identical before
d1976224b314 Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1.
drencor-xeen
parents: 2740
diff changeset
19 removing second copy.
d1976224b314 Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1.
drencor-xeen
parents: 2740
diff changeset
20
d1976224b314 Found duplicated code and IFNE H6309-1 statements in dwwrite.asm. Verified it was duplicated code. Must have been accidently copied at some point. Removed second copy of this IFNE H6309-1.
drencor-xeen
parents: 2740
diff changeset
21 ----------------------------------------------------------
2740
48afe2b5de06 Added needed information in level1/coco make files to create a NOS9 L1 boot disk.
drencor-xeen
parents: 2739
diff changeset
22 2013/01/05 David Ladd
48afe2b5de06 Added needed information in level1/coco make files to create a NOS9 L1 boot disk.
drencor-xeen
parents: 2739
diff changeset
23 M ChangeLog
48afe2b5de06 Added needed information in level1/coco make files to create a NOS9 L1 boot disk.
drencor-xeen
parents: 2739
diff changeset
24 M level1/coco/makefile
48afe2b5de06 Added needed information in level1/coco make files to create a NOS9 L1 boot disk.
drencor-xeen
parents: 2739
diff changeset
25 M level1/coco/bootfiles/makefile
48afe2b5de06 Added needed information in level1/coco make files to create a NOS9 L1 boot disk.
drencor-xeen
parents: 2739
diff changeset
26
48afe2b5de06 Added needed information in level1/coco make files to create a NOS9 L1 boot disk.
drencor-xeen
parents: 2739
diff changeset
27 Added needed sections to makefile(s) to create a NOS9 L1 Beckeer
48afe2b5de06 Added needed information in level1/coco make files to create a NOS9 L1 boot disk.
drencor-xeen
parents: 2739
diff changeset
28 boot disk.
48afe2b5de06 Added needed information in level1/coco make files to create a NOS9 L1 boot disk.
drencor-xeen
parents: 2739
diff changeset
29
48afe2b5de06 Added needed information in level1/coco make files to create a NOS9 L1 boot disk.
drencor-xeen
parents: 2739
diff changeset
30 ----------------------------------------------------------
2739
7afa11757a81 Adding the burst script to the repo so users who have write access to the project are able to put the script on their sourceforge ssh server account.
drencor-xeen
parents: 2738
diff changeset
31 2013/01/04 David Ladd
7afa11757a81 Adding the burst script to the repo so users who have write access to the project are able to put the script on their sourceforge ssh server account.
drencor-xeen
parents: 2738
diff changeset
32 List of files changed
7afa11757a81 Adding the burst script to the repo so users who have write access to the project are able to put the script on their sourceforge ssh server account.
drencor-xeen
parents: 2738
diff changeset
33 M ChangeLog
7afa11757a81 Adding the burst script to the repo so users who have write access to the project are able to put the script on their sourceforge ssh server account.
drencor-xeen
parents: 2738
diff changeset
34 A scripts/burst
7afa11757a81 Adding the burst script to the repo so users who have write access to the project are able to put the script on their sourceforge ssh server account.
drencor-xeen
parents: 2738
diff changeset
35
7afa11757a81 Adding the burst script to the repo so users who have write access to the project are able to put the script on their sourceforge ssh server account.
drencor-xeen
parents: 2738
diff changeset
36 Got the burst script from Boisy that was needed for the web portal
7afa11757a81 Adding the burst script to the repo so users who have write access to the project are able to put the script on their sourceforge ssh server account.
drencor-xeen
parents: 2738
diff changeset
37 on sourceforge. This script is located in the scripts folder. Please
7afa11757a81 Adding the burst script to the repo so users who have write access to the project are able to put the script on their sourceforge ssh server account.
drencor-xeen
parents: 2738
diff changeset
38 keep in mind that you will need to have this burst script on your
7afa11757a81 Adding the burst script to the repo so users who have write access to the project are able to put the script on their sourceforge ssh server account.
drencor-xeen
parents: 2738
diff changeset
39 sourceforge ssh server account to do the "make nightly".
7afa11757a81 Adding the burst script to the repo so users who have write access to the project are able to put the script on their sourceforge ssh server account.
drencor-xeen
parents: 2738
diff changeset
40
7afa11757a81 Adding the burst script to the repo so users who have write access to the project are able to put the script on their sourceforge ssh server account.
drencor-xeen
parents: 2738
diff changeset
41 ----------------------------------------------------------
2738
d25fd78e727a Updated rules.mak to correct for non booting dw3 and becker disk images.
drencor-xeen
parents: 2732
diff changeset
42 2013/01/03 David Ladd
d25fd78e727a Updated rules.mak to correct for non booting dw3 and becker disk images.
drencor-xeen
parents: 2732
diff changeset
43 List of files changed
d25fd78e727a Updated rules.mak to correct for non booting dw3 and becker disk images.
drencor-xeen
parents: 2732
diff changeset
44 M ChangeLog
d25fd78e727a Updated rules.mak to correct for non booting dw3 and becker disk images.
drencor-xeen
parents: 2732
diff changeset
45 M makefile
d25fd78e727a Updated rules.mak to correct for non booting dw3 and becker disk images.
drencor-xeen
parents: 2732
diff changeset
46 M rules.mak
d25fd78e727a Updated rules.mak to correct for non booting dw3 and becker disk images.
drencor-xeen
parents: 2732
diff changeset
47
d25fd78e727a Updated rules.mak to correct for non booting dw3 and becker disk images.
drencor-xeen
parents: 2732
diff changeset
48 Changed the dw3 format information in the rules.mak to use a single
d25fd78e727a Updated rules.mak to correct for non booting dw3 and becker disk images.
drencor-xeen
parents: 2732
diff changeset
49 sided format rather than double sided. The double sided disk images
d25fd78e727a Updated rules.mak to correct for non booting dw3 and becker disk images.
drencor-xeen
parents: 2732
diff changeset
50 were preventing users booting off of the drivewire4 server using the
d25fd78e727a Updated rules.mak to correct for non booting dw3 and becker disk images.
drencor-xeen
parents: 2732
diff changeset
51 dw3 and becker boot disks.
d25fd78e727a Updated rules.mak to correct for non booting dw3 and becker disk images.
drencor-xeen
parents: 2732
diff changeset
52
d25fd78e727a Updated rules.mak to correct for non booting dw3 and becker disk images.
drencor-xeen
parents: 2732
diff changeset
53 Also updated the makefile related to the nightly build to use a
d25fd78e727a Updated rules.mak to correct for non booting dw3 and becker disk images.
drencor-xeen
parents: 2732
diff changeset
54 environment variable rather than boisy's fixed username.
d25fd78e727a Updated rules.mak to correct for non booting dw3 and becker disk images.
drencor-xeen
parents: 2732
diff changeset
55
d25fd78e727a Updated rules.mak to correct for non booting dw3 and becker disk images.
drencor-xeen
parents: 2732
diff changeset
56 At this time the upload of the zip file only works. Specific users ssh
d25fd78e727a Updated rules.mak to correct for non booting dw3 and becker disk images.
drencor-xeen
parents: 2732
diff changeset
57 account must have the burst script.
d25fd78e727a Updated rules.mak to correct for non booting dw3 and becker disk images.
drencor-xeen
parents: 2732
diff changeset
58
d25fd78e727a Updated rules.mak to correct for non booting dw3 and becker disk images.
drencor-xeen
parents: 2732
diff changeset
59 ----------------------------------------------------------
2732
43300b4f840a Robert Gault submitted changes to the level1/modules/kernel/krn.asm file related to free pages being less than what they should be.
drencor-xeen
parents: 2731
diff changeset
60 2012/12/05 Robert Gualt
43300b4f840a Robert Gault submitted changes to the level1/modules/kernel/krn.asm file related to free pages being less than what they should be.
drencor-xeen
parents: 2731
diff changeset
61 List of files changed
43300b4f840a Robert Gault submitted changes to the level1/modules/kernel/krn.asm file related to free pages being less than what they should be.
drencor-xeen
parents: 2731
diff changeset
62 M ChangeLog
43300b4f840a Robert Gault submitted changes to the level1/modules/kernel/krn.asm file related to free pages being less than what they should be.
drencor-xeen
parents: 2731
diff changeset
63 M level1/modules/kernel/krn.asm
43300b4f840a Robert Gault submitted changes to the level1/modules/kernel/krn.asm file related to free pages being less than what they should be.
drencor-xeen
parents: 2731
diff changeset
64
43300b4f840a Robert Gault submitted changes to the level1/modules/kernel/krn.asm file related to free pages being less than what they should be.
drencor-xeen
parents: 2731
diff changeset
65 Changed the GetMem rountine for Level1 krn. The routine compared
43300b4f840a Robert Gault submitted changes to the level1/modules/kernel/krn.asm file related to free pages being less than what they should be.
drencor-xeen
parents: 2731
diff changeset
66 MaxMem against D.MLIM. This seemed to result in unwarranted loss
43300b4f840a Robert Gault submitted changes to the level1/modules/kernel/krn.asm file related to free pages being less than what they should be.
drencor-xeen
parents: 2731
diff changeset
67 of memory and prevented at least one game, Interbank Incident, from running.
43300b4f840a Robert Gault submitted changes to the level1/modules/kernel/krn.asm file related to free pages being less than what they should be.
drencor-xeen
parents: 2731
diff changeset
68 The comparison was removed resulting in an increase of available
43300b4f840a Robert Gault submitted changes to the level1/modules/kernel/krn.asm file related to free pages being less than what they should be.
drencor-xeen
parents: 2731
diff changeset
69 memory. No problems have been noted.
43300b4f840a Robert Gault submitted changes to the level1/modules/kernel/krn.asm file related to free pages being less than what they should be.
drencor-xeen
parents: 2731
diff changeset
70
43300b4f840a Robert Gault submitted changes to the level1/modules/kernel/krn.asm file related to free pages being less than what they should be.
drencor-xeen
parents: 2731
diff changeset
71
43300b4f840a Robert Gault submitted changes to the level1/modules/kernel/krn.asm file related to free pages being less than what they should be.
drencor-xeen
parents: 2731
diff changeset
72 ----------------------------------------------------------
2731
baa835d68db2 Changed rules.mak to remove "-l" option in the AFLAGS. This was done to supress the display of source to terminal screen while compiling project.
drencor-xeen
parents: 2730
diff changeset
73 2012/12/05 David Ladd
baa835d68db2 Changed rules.mak to remove "-l" option in the AFLAGS. This was done to supress the display of source to terminal screen while compiling project.
drencor-xeen
parents: 2730
diff changeset
74 List of files changed since hg clone on 2012/12/05
baa835d68db2 Changed rules.mak to remove "-l" option in the AFLAGS. This was done to supress the display of source to terminal screen while compiling project.
drencor-xeen
parents: 2730
diff changeset
75 M ChangeLog
baa835d68db2 Changed rules.mak to remove "-l" option in the AFLAGS. This was done to supress the display of source to terminal screen while compiling project.
drencor-xeen
parents: 2730
diff changeset
76 M level1/coco/modules/makefile
baa835d68db2 Changed rules.mak to remove "-l" option in the AFLAGS. This was done to supress the display of source to terminal screen while compiling project.
drencor-xeen
parents: 2730
diff changeset
77 M rules.mak
baa835d68db2 Changed rules.mak to remove "-l" option in the AFLAGS. This was done to supress the display of source to terminal screen while compiling project.
drencor-xeen
parents: 2730
diff changeset
78
baa835d68db2 Changed rules.mak to remove "-l" option in the AFLAGS. This was done to supress the display of source to terminal screen while compiling project.
drencor-xeen
parents: 2730
diff changeset
79 Changes that were made were to supress listing sources to standard
baa835d68db2 Changed rules.mak to remove "-l" option in the AFLAGS. This was done to supress the display of source to terminal screen while compiling project.
drencor-xeen
parents: 2730
diff changeset
80 out while compiling project. This change was option "-l" in the rules.mak .
baa835d68db2 Changed rules.mak to remove "-l" option in the AFLAGS. This was done to supress the display of source to terminal screen while compiling project.
drencor-xeen
parents: 2730
diff changeset
81
baa835d68db2 Changed rules.mak to remove "-l" option in the AFLAGS. This was done to supress the display of source to terminal screen while compiling project.
drencor-xeen
parents: 2730
diff changeset
82 Change made to level1/coco/modules/makefile was to include adding
baa835d68db2 Changed rules.mak to remove "-l" option in the AFLAGS. This was done to supress the display of source to terminal screen while compiling project.
drencor-xeen
parents: 2730
diff changeset
83 dw3_becker.sb and boot_dw3_becker to the level1 build for the CoCo.
baa835d68db2 Changed rules.mak to remove "-l" option in the AFLAGS. This was done to supress the display of source to terminal screen while compiling project.
drencor-xeen
parents: 2730
diff changeset
84
baa835d68db2 Changed rules.mak to remove "-l" option in the AFLAGS. This was done to supress the display of source to terminal screen while compiling project.
drencor-xeen
parents: 2730
diff changeset
85 ----------------------------------------------------------
2730
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
86 2012/11/09 Gene Heskett
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
87 Boisy;
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
88 List of files changed since hg clone on 2012/11/03
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
89 M ChangeLog
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
90 M ReadMe
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
91 M defs/rbf.d
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
92 M defs/rbsuper.d
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
93 M defs/scsi.d
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
94 M level1/atari/cmds/fuji.asm
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
95 M level1/coco/modules/makefile
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
96 M level1/modules/boot_scsi.asm
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
97 M level1/modules/superdesc.asm
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
98 M level2/coco3/bootfiles/makefile
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
99 M level2/coco3/modules/makefile
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
100 M level2/coco3_6309/bootfiles/makefile
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
101 M level2/modules/joydrv_6551L.asm
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
102 M rules.mak
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
103
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
104 AFAICT it will now build bootable .dsk's for all coco's
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
105 Running fine on my coco3, and on Roberts Coco3
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
106
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
107 -----------------------------------------------------
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
108 With switch to mercurial (Gene Heskett notes, 2012/11/03)
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
109
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
110 Level 2 builld, run tested
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
111 - joydrv_6551L broken, boot failed, no clue why, code didn't change
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
112 Fixed now, works, 2012/11/07 GH
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
113
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
114 - All tc^3 drive descriptors broken, over write them in the .dsk's with known
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
115 good versions before doing a mb!
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
116
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
117 Level 1 atari build
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
118 - fuji stuff build failed, assembler syntax error
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
119 Fixed, builds but not run tested, I don't have a 6502 or Liber8 fitted atari
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
120
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
121 -----------------------------------------------------
6bd6e348665d Working on cloned default branch, pulled 2012/11/03
gheskett@wdtv.com
parents: 2251
diff changeset
122
2174
432af5bf1780 Updated
boisy
parents: 2170
diff changeset
123 Level 2 Only:
432af5bf1780 Updated
boisy
parents: 2170
diff changeset
124 - joydrv_6551L, joydrv_6551M and joydrv_6552L now have their MPI slot
432af5bf1780 Updated
boisy
parents: 2170
diff changeset
125 select bytes properly represented and should work.
2251
e53b8d577cca Fixed Level 2 RBF issue
boisy
parents: 2174
diff changeset
126 - A bug that caused RBF to write to the system globals area has been fixed.
2174
432af5bf1780 Updated
boisy
parents: 2170
diff changeset
127
432af5bf1780 Updated
boisy
parents: 2170
diff changeset
128 ------------------------------------------------------
432af5bf1780 Updated
boisy
parents: 2170
diff changeset
129
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
130 NitrOS-9 V3.2.8:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
131
2157
ebdf2424998e Updated
boisy
parents: 2150
diff changeset
132 - Basic09 and supporting modules are now included in the NitrOS-9 distribution.
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
133 - A bug in os9gen which caused it to create fragmented bootfiles by default
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
134 has been fixed. os9gen defaults to creating non-fragmented bootfiles, and
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
135 the -e option must be used to create fragmented bootfiles.
2160
04adbcca284d Added new change
boisy
parents: 2157
diff changeset
136 - The init module has been extended to include the version string that was
04adbcca284d Added new change
boisy
parents: 2157
diff changeset
137 formerly in the Sysgo module. Sysgo has been modified to print this string
04adbcca284d Added new change
boisy
parents: 2157
diff changeset
138 from the init module.
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
139
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
140 Level 2 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
141 - Device windows W8-W15 have been added to the distribution.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
142 - A bug which caused the system to crash during boot if grfdrv wasn't
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
143 in the CMDS directory has been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
144
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
145 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
146
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
147 NitrOS-9 V3.2.6:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
148
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
149 - Support for booting from fragmented bootfiles has been added.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
150 - os9gen has been updated to allow the creation of fragmented bootfiles.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
151 - dir and mdir now have more robust support for various screen widths when
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
152 displaying data.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
153 - dir and attr now use the SS.FDInf getstat call to obtain a file's FD sector.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
154 - dsave now has -t and -n options.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
155 - A bug in format which affected 128MB partitions has been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
156 - /D2 descriptor now part of standard bootfile.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
157
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
158 Level 1 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
159 - rbf now supports the SS.FDInf GetStat call.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
160
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
161 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
162
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
163 NitrOS-9 V3.2.5:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
164
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
165 - rb1773 now properly saves/restores system's NMI vector, also updated to
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
166 go into .89Mhz mode when formatting to get around a problem with some
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
167 CoCo 3's crashing during format.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
168 - An issue with formatting 3.5" 720K disks has been resolved.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
169
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
170 Level 1 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
171 - Two new modules: CO51.io and term51.dt are available for 51x24 text
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
172 support on a graphics screen.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
173 - CO80.io and term80.dt are no longer included in the repository, as
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
174 there is no known supported hardware for these modules.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
175
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
176 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
177
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
178 NitrOS-9 V3.2.4:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
179
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
180 - Fixed several problems/mistakes in the V3.2.3 release.
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
181
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
182 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
183
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
184 NitrOS-9 V3.2.3:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
185
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
186 - format has been enhanced to show more information about the disk being
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
187 formatted.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
188 - dirm has been removed from the commands list.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
189 - exmode has been renamed to xmode and replaces the original xmode command.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
190 - tmode now uses the new xmode format for parameters.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
191 - disasm has a new -s option which is used to specify the start and end
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
192 addresses to disassemble within a module.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
193 - RBF for Level 1 now supports SS.VarSect
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
194 - Bugs in the clock2_jvemu and clock2_smart modules have been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
195
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
196 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
197
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
198 NitrOS-9 V3.2.2:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
199
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
200 - Two new clocks have been added for Jeff Vavasour's CoCo emulator and MESS:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
201 clock2_jvemu and clock2_messemu, respectively.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
202 - kernel and kernelp2 have been renamed to krn and krnp2 respectively.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
203 - cc3disk has been renamed to rb1773 and has been back-ported to
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
204 NitrOS-9 Level 1. A bug in the verify routine has been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
205 - Drivers for the Disto Super Controller II are now available as
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
206 rb1773_scii_ff74.dr and rb1773_scii_ff58.dr.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
207 - The copy command now has write verification with -v.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
208 - term_t1.dd has been renamed to term_sio.dd and term_sc6551.dd has been added.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
209
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
210 Level 2 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
211 - grfint.io now exists and can be used to replace windint.io in bootfiles where
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
212 Multi-Vue windowing functionality is not needed, in order to save system RAM.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
213 - Changes in scf and grfdrv have resulted in faster text screen performance under
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
214 NitrOS-9/6809 Level 2.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
215 - A bug related to system memory allocation and DAT blocks has been fixed in krn.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
216 - ioman now properly unlinks a device descriptor at I$Detach time.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
217 - The pmap command has several bug fixes.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
218
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
219 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
220
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
221 NitrOS-9 V3.2.1 (May 14, 2004):
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
222
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
223 - Bugs in the mpi and megaread utilities have been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
224
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
225 Level 1 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
226 - CCDisk has been replaced by a more reliable version from Dave Lewis. Also,
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
227 step rate codes now match that of NitrOS-9 Level 2.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
228 - An assembler bug which generated incorrect code for Level 1
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
229 has been corrected, and new modules have been generated.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
230
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
231 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
232
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
233 NitrOS-9 V3.2.1:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
234
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
235 - A minor bug in the unlink command has been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
236 - The mpi and megaread utilities have been added to the CMDS directory.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
237 - The dmode utility has been updated.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
238 - Several bugs in dsave's -b option have been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
239 - sacia has been backported from Level 2 as sc6551.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
240
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
241 Level 1 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
242 - Shell+ has been backported.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
243 - vrn has been backported and the nil descriptor now requires vrn.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
244 - nildrv has been removed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
245 - The F$PrsNam call has been fixed to allow 0-9 and _ as the first character
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
246 in a filename.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
247 - The cchdisk driver and descriptors are no longer in the distribution.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
248 - rs232.dr has been renamed to sio.dr to match the Level 2 driver name.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
249 - modpak.dr and aciapak.dr have been replaced by sc6551.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
250
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
251 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
252
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
253 NitrOS-9 V3.2.0:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
254
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
255 - A new utility, padrom, has been added to the standard commands.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
256 - Merge now supports -z to get a list of files from standard input.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
257 - The serial printer driver and Speech-Sound Pak driver have been back-ported
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
258 from Level 2.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
259 - Level 1 now has a REL module similar to Level 2.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
260 - The clock module has been divided into two modules: clock and clock2.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
261 clock_60hz and clock_50hz support 60Hz and 50Hz power configurations.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
262 clock2 contains code specific to a real-time clock or software clock.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
263 - The faster PipeMan, Piper and Pipe have been back-ported from Level 2.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
264 - The MDir utility now shows proper module revision of 0 and other minor
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
265 improvements in extended output.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
266
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
267 Level 1 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
268 - os9 and os9p2 have been renamed to kernel and kernelp2.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
269
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
270 Level 2 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
271 - SCF now utilizes the V$DRIVEX field in the device table, resulting in
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
272 faster calls to the driver and a reduction in code size.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
273 - ioman has undergone small optimizations to work better with the new
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
274 back-ported kernel.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
275 - keydrv and snddrv have been renamed to keydrv_cc3.sb and snddrv_cc3.sb,
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
276 and all relevant bootlist files have been changed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
277 - CC3Go has been renamed to SysGo.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
278 - os9p1 and os9p2 have been renamed to kernel and kernelp2, and have
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
279 been back-ported from NitrOS-9/6309 Level 2.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
280 - windint and grfdrv have been backported from NitrOS-9/6309 Level 2.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
281 - sacia has been backported from NitrOS-9/6309 Level 2.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
282 - VDGInt now works properly with 1MB and 2MB CoCo 3s.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
283
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
284 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
285
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
286 OS-9 V3.1.4:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
287
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
288 - asm is now at edition 8 and includes the following fixes/additions:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
289 o Symbols now allow underscores.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
290 o The "parens error" bug has been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
291 o Added support for case-sensitive symbols with the U option flag.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
292 o Improved 4-digit year fix for date/time string.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
293 o Automatic conversion of tabs to spaces on input.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
294 - A bug accidentally introduced into os9gen related to boot track on
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
295 double-sided disks has been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
296 - The directory structure of the Modules disk has been modified. All
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
297 modules and related files are now under the LEVEL1 directory.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
298 - There are now two versions of sysgo: sysgo_h0 which performs chd/chx
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
299 to /H0 on startup, and sysgo_dd which performs chd/chx to /DD on startup.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
300 - A compatibility issue with os9gen's -t option and OS-9 Level One
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
301 has been resolved.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
302
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
303 Level 2 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
304 - rel has been back-ported from NitrOS-9 Level Two, adding 40 and 80
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
305 column boot screen options.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
306 - The MD descriptor has been added to the LEVEL2/MODULES/RBF directory.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
307
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
308 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
309
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
310 OS-9 V3.1.3:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
311
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
312 - The asm program now supports 6309 bitfield instructions.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
313 - The prompt command has been added to the standard command set.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
314 - os9gen now supports the -t= option which allows one to specify an
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
315 alternate boot track file.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
316 - Two new directories have been added: BOOTLISTS and BOOTSCRIPTS.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
317 The former contains bootlist files for building boot disks, while
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
318 the latter contains scripts to build boot disks.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
319 - There are now two booters for booting from a WD1773 based
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
320 floppy controller: boot_1773_6ms and boot_1773_30ms for
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
321 6 and 30 millisecond step rates.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
322 - The help utility has been enhanced to show help subjects if
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
323 forked without any command line parameters.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
324
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
325 Level 1 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
326 - Clock modules for Eliminator, Disto 2-N-1, Disto 4-N-1, Harris, and
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
327 SmartWatch have been added (these are all UNTESTED.) Also, the
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
328 clock_bb clock module has been renamed to clock_bnb, and clock.60hz
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
329 and clock.50hz have been renamed to clock_soft and clock_soft_50hz.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
330
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
331 Level 2 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
332 - The M1 device descriptor now references the SACIA driver.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
333
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
334 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
335
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
336 OS-9 V3.1.2:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
337 - A bug in the help utility has been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
338 - The MODULES directory structure has been enhanced to include
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
339 multiple subdirectories for better module organization.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
340 - Booter modules for Burke & Burke, Disto RAMPak, Eliminator and
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
341 IDE-LBA have been added.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
342 - The BOOTLISTS/ directory has been added on the Modules disk, and
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
343 contains bootlist files for various configurations.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
344 - The cputype command has been optimized for size.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
345 - Minor help file updates have been made.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
346
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
347 Level 2 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
348 - Drivers and descriptors for Tandy's Hard Disk Interface have
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
349 been added to the MODULES directory.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
350 - Slight performance modifications were made to RBF and SCF.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
351 - More commands have been added to the merged utilpak1 file.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
352
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
353 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
354
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
355 OS-9 V3.1.1:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
356
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
357 - SYS/helpmsg expanded to include new commands.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
358 - ident now correctly reports modules with a language byte of Obj6309.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
359 - The LogBook file in the SYS directory has been removed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
360 - A bug in the cputype command that caused crashing on a 6809 system
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
361 has been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
362
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
363 Level 2 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
364 - rbf.mn has been back-ported from NitrOS-9 in order to unify the code base
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
365 and bring non-6309 specific features to OS-9 Level Two.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
366 - A bug in IOMan which affected any driver wanting to access the port
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
367 address of its hardware via its path descriptor has been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
368 - The montype command had a bug-fix and now shows the current monitor type if
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
369 no parameters are given. Also, the montype.hp file has been updated.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
370
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
371 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
372
2170
ca2abfd17952 Preparation for v3.2.8
boisy
parents: 2160
diff changeset
373 OS-9 V3.1.0:
2150
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
374
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
375 - New common version among all releases of OS-9 for the CoCo
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
376 - Many commands have been updated and optimized:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
377 o For size reasons, command help information is no longer embedded in the
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
378 utilites, but is instead available through the helpmsg file in /DD/SYS
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
379 o date, dir, mdir, procs and verify now require a dash (-) before options
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
380 o format now has a cluster option and now shows the correct number of
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
381 good sectors on large sector devices
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
382 o Numerous commands have been optimized for size
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
383 o cputype, ded, devs, disasm, dmode and irqs have been added to the
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
384 CMDS directory
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
385 o cmp, error, help and touch have been rewritten in assembly for size
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
386 o copy has been enhanced to include OS-9/68K-like features
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
387
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
388 Level 2 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
389 - VDGInt has been back-ported to OS-9 Level Two from NitrOS-9. The
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
390 vdgint.io module contains both CoCo 1/2 AND CoCo 3 graphics code.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
391 The vdgint_small.io module only contains CoCo 3 graphics code.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
392 - CC3Go has been moved back into the root directory from the CMDS directory.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
393 This keeps ROM-based users and those who want cc3go in their bootfile from
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
394 having to change the init module, which referenced CMDS/cc3go.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
395 - CC3Go once again references /H0 and /H0/CMDS as paths that it tries to
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
396 chd/chx to upon startup. This allows for those with floppy boots who
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
397 want to point /DD at their floppy to continue to do so. Also, if the
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
398 forking of 'shell startup' fails due to lack of a shell file, then
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
399 CC3Go will now try to fork AutoEx instead of jumping to the crash routine.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
400 - Several bugs that crept into IOMan during the last release have been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
401
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
402 ------------------------------------------------------
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
403
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
404 OS-9 V02.01.00 'Phoenix' Release (11/04/2002):
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
405
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
406 - Defs files now have properly terminated lines and 'pag' is now emitted
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
407 as a comment.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
408 - ASM now assembles 6309 op-codes
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
409
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
410 Level 1 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
411 - SYS/password now references /DD instead of /D0
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
412
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
413 Level 2 Only:
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
414 - SCF, Rammer and PipeMan are now made from the NitrOS-9 version source base,
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
415 bringing in new improvements and features from that platform.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
416 - Clock and Clock2 are now unifed once again and are built from the same source
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
417 base as the clocks from NitrOS-9.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
418 - The printer driver is now for the CoCo 3 serial port. In the previous
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
419 release, it was mistakenly made for the Disto parallel port.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
420 - Window descriptors now have proper initialization count.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
421 - The debug program is now part of the CMDS package.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
422 - With the inclusion of NitrOS-9's SCF, a bug which crashed the system when
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
423 typing CTRL-E or CTRL-C while using shellplus has been fixed.
264590a9b5cf Made ChangeLog global
boisy
parents:
diff changeset
424