dos33fsprogs/TODO
Vince Weaver 8019e4d7dd 18 August 2009
+ Fix warnings on recent gcc.
+ Audit much of the extisting dos33 code.

19 August 2009
+ Add integer basic detokenizer
+ Implement lock/unlock in dos33
+ Implement undelete in dos33
+ Implement rename in dos33
2012-05-02 10:50:46 -04:00

22 lines
563 B
Plaintext

+ Validate that apple filenames are valid in all cases
FUSE driver
+ How to map permissions to file types? LOCK=w
+ How to handle file sizes?
No special cases, just always multiples of 256?
Only truncate if in window?
Enforce in writing "b" type that the fields are correct.
Generic Linux writes are of type "S".
Figure out how to represent in Linux the file types?
defrag utility
test-suite
test mkdosfs copy over DOS functionality
find out why dos33 SAVE puts extra linefeed at end of basic prog?
(turns out that's normal. it is ignored)