annotate TODO @ 2002:66b12ff36bb2

Fixed minor misspellings
author boisy
date Wed, 01 Mar 2006 16:40:00 +0000
parents 1ab533504290
children 1a29c44561b3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1922
e4986c3312e3 New TODOs
boisy
parents:
diff changeset
1 NitrOS-9 V03.02.06 Release Goals
e4986c3312e3 New TODOs
boisy
parents:
diff changeset
2
1923
5f37ef6616dc Updated
boisy
parents: 1922
diff changeset
3 TODO
5f37ef6616dc Updated
boisy
parents: 1922
diff changeset
4 ====
1943
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
5 VTIO
1932
1c3b799ce2f5 Updated
boisy
parents: 1929
diff changeset
6 - Fix init/term bug (only seen if windowing system is successively
2002
66b12ff36bb2 Fixed minor misspellings
boisy
parents: 1950
diff changeset
7 brought up/torn down). This a long-standing bug, but doesn't impact
1932
1c3b799ce2f5 Updated
boisy
parents: 1929
diff changeset
8 the typical user. More of an irritant than anything else.
1c3b799ce2f5 Updated
boisy
parents: 1929
diff changeset
9 - Backport along with keydrv, joydrv, snddrv to Level 1.
1922
e4986c3312e3 New TODOs
boisy
parents:
diff changeset
10
1932
1c3b799ce2f5 Updated
boisy
parents: 1929
diff changeset
11 ioman
1c3b799ce2f5 Updated
boisy
parents: 1929
diff changeset
12 - Backport to Level 1
1c3b799ce2f5 Updated
boisy
parents: 1929
diff changeset
13
1c3b799ce2f5 Updated
boisy
parents: 1929
diff changeset
14 rbf
1c3b799ce2f5 Updated
boisy
parents: 1929
diff changeset
15 - Backport to Level 1
1929
83bd67630eb9 added dsave mod
boisy
parents: 1923
diff changeset
16
1922
e4986c3312e3 New TODOs
boisy
parents:
diff changeset
17 rb1773
e4986c3312e3 New TODOs
boisy
parents:
diff changeset
18 - Fix SS.WrTrk to handle high density drives (is this working now?)
e4986c3312e3 New TODOs
boisy
parents:
diff changeset
19 - Fix SS.WrtTrk bug which causes crashes on some CoCos (I believe the
e4986c3312e3 New TODOs
boisy
parents:
diff changeset
20 slowdown was employed as a temporary workaround?)
1950
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
21 12/16/05:
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
22 Using a Disto Super Controller I hooked up to a 6309 CoCo 3, I
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
23 booted to V03.02.04 and formatted /d1 which is a 5.25" 360K drive.
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
24 I experienced the same computer lock-ups that others have seen.
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
25 12/17/05:
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
26 With the same setup that I made the above discovery, I made
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
27 a new system disk with the latest code, the only thing being
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
28 different was rb1773.asm which I retrieved from the repository
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
29 at revision 1.10, the same revision that was part of V03.02.04. I
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
30 did a physical format on a 360K disk SIX times without any lockups.
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
31 I then reverted to the format that was part of V03.02.04 and again,
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
32 SIX physical formats yielded no lockups.
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
33
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
34 Finally, I reinstated the latest rb1773 and format, then modified
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
35 rb1773.asm to not slow down and speed up the CoCo 3 around the
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
36 SS.WrTrk code. Six physical formats did not show a single lock-up.
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
37
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
38 Conclusion: Further research is needed to warrant what caused this
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
39 bug in V03.02.04. It does not appear to be related to the driver
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
40 directly, nor to the format utility. It may be related to the
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
41 kernel since that component has changed since V03.02.04. At this
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
42 point and time, further testing of the latest repository is needed
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
43 to confirm on other systems that this bug no longer exists.
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
44
1932
1c3b799ce2f5 Updated
boisy
parents: 1929
diff changeset
45 - Add code to select MPI slot where disk controller is (can assume
1c3b799ce2f5 Updated
boisy
parents: 1929
diff changeset
46 slot 4 or allow the value to be placed in the descriptor)
1c3b799ce2f5 Updated
boisy
parents: 1929
diff changeset
47
1c3b799ce2f5 Updated
boisy
parents: 1929
diff changeset
48 scf
1c3b799ce2f5 Updated
boisy
parents: 1929
diff changeset
49 - Backport to Level 1
1922
e4986c3312e3 New TODOs
boisy
parents:
diff changeset
50
e4986c3312e3 New TODOs
boisy
parents:
diff changeset
51 wordpakii
1943
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
52 - Adapt source to act as CoWP module to VTIO
1922
e4986c3312e3 New TODOs
boisy
parents:
diff changeset
53 (Phill-Harvey Smith said he would tackle this... Phill?)
e4986c3312e3 New TODOs
boisy
parents:
diff changeset
54
e4986c3312e3 New TODOs
boisy
parents:
diff changeset
55 os9gen
e4986c3312e3 New TODOs
boisy
parents:
diff changeset
56 - Add the -q option for quick linking of bootfiles
e4986c3312e3 New TODOs
boisy
parents:
diff changeset
57
e4986c3312e3 New TODOs
boisy
parents:
diff changeset
58 All boot modules
e4986c3312e3 New TODOs
boisy
parents:
diff changeset
59 - Handle fragmented bootfiles
e4986c3312e3 New TODOs
boisy
parents:
diff changeset
60 (boot_1773 is done, others need to be modified and tested)
e4986c3312e3 New TODOs
boisy
parents:
diff changeset
61
1923
5f37ef6616dc Updated
boisy
parents: 1922
diff changeset
62 COMPLETED
5f37ef6616dc Updated
boisy
parents: 1922
diff changeset
63 =========
5f37ef6616dc Updated
boisy
parents: 1922
diff changeset
64 attr
5f37ef6616dc Updated
boisy
parents: 1922
diff changeset
65 - Use SS.FD to set/get FD sector information instead of raw access
5f37ef6616dc Updated
boisy
parents: 1922
diff changeset
66
1943
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
67 ccio (Level 1)
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
68 - Renamed to VTIO
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
69
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
70 cciodefs (Level 1)
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
71 - Renamed to vtiodefs
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
72
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
73 co32 (Level 1)
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
74 - Renamed to CoVDG
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
75
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
76 co51 (Level 1)
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
77 - Renamed to CoHR
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
78
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
79 grfo (Level 1)
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
80 - Renamed to GrfDrv
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
81
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
82 cc3io (Level 2)
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
83 - Renamed to VTIO
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
84
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
85 cc3iodefs (Level 2)
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
86 - Renamed to vtiodefs_cc3
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
87
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
88 vdgint (Level 2)
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
89 - Renamed to CoVDG
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
90
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
91 windint (Level 2)
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
92 - Renamed to CoWIN
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
93
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
94 grfint (Level 2)
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
95 - Renamed to CoGRF
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
96
1923
5f37ef6616dc Updated
boisy
parents: 1922
diff changeset
97 dir
5f37ef6616dc Updated
boisy
parents: 1922
diff changeset
98 - Use SS.FDInf to get FD sector information instead of raw access
5f37ef6616dc Updated
boisy
parents: 1922
diff changeset
99
1932
1c3b799ce2f5 Updated
boisy
parents: 1929
diff changeset
100 dsave
1c3b799ce2f5 Updated
boisy
parents: 1929
diff changeset
101 - Add -t and -n options and update dsave.hp
1c3b799ce2f5 Updated
boisy
parents: 1929
diff changeset
102
1923
5f37ef6616dc Updated
boisy
parents: 1922
diff changeset
103 format
5f37ef6616dc Updated
boisy
parents: 1922
diff changeset
104 - Fix bitmap wipeout bug
5f37ef6616dc Updated
boisy
parents: 1922
diff changeset
105
5f37ef6616dc Updated
boisy
parents: 1922
diff changeset
106 rbf
1943
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
107 - Modified SS.FD to set file attributes
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
108 - Level 1: Added SS.FDInf
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
109
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
110 printer
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
111 - renamed to scbbp
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
112
e119c4316e6c Updated
boisy
parents: 1932
diff changeset
113 sio
1950
1ab533504290 Updated info on rb1773 format bug
boisy
parents: 1943
diff changeset
114 - renamed to scbbt