home *** CD-ROM | disk | FTP | other *** search
- ToDo - MemFiler (Nick)
- ====
-
- ToDo - MemFS (Brian/Nick)
- ====
-
- Still got some problem with bombing out with a slave FS - triggers
- by copying my entire HD into a slave FS (crashes on $.Apps1.PCATS.
- !ModeEdit.!Boot) but this doesn't seem to be a problem file -
- it may just be a particular page file of a 'bad' size tiggering
- some bug.
-
- Creation of a slave filing system inside sprite Memfs can cause
- the creation of a (unused) slave FS called 'M' in the current
- directory!
-
- Why isn't memfs an image filing system ? Do it!
- Requires integration with Brian's new 'imLib' code
-
- think of a general identification system (standardized format
- for having compressed/uncompressed memdiscs)
-
- compress/Lfile code - the last 32Kb page of a multi-page file will
- be copied/compressed as 32Kb of data, not the correct size of
- <=32Kb of data. Should store a flag for each page being compressed
- or not (can we use byte 0 = 0x1f for compressed data ?)
-
- Intermediate dir creation has died on fileopen
-
- Root inode space is not freed after deletions (even complete
- deletion of all files)
-
- Old problems (how many still relevant?)
- ------------
-
- Fix some memory corruption probs with memfs itself
-
- Also very slow to open directories, read/write/delete/everything
- 8-( Some serious work in order to speed things up ...
-
- fix kill behaviour to remove tickers
- Make empty = an absent sprite area
- Should fix:Start and immediately drag spritesize to 0. Get addr errs.
- fix to not leave files open even if not modified
-
- using *copy from cmd line get addr errors when full
- probably dir module error checking
- Arh! RISCOS lies about size of dynamic area. What on earth do I do???
- Get CAM map corrupt errs. Is this due to OS_ChangeDynamicArea while *copy
- has memory???
-
- Sort out volname/special field encoding.
-
- Some way to make root recovery cleaner when already running
-
- Shrink sprite area on file truncates too?
-
- Problem when used as cfs temp dir?
- Usual thing - cfs claims all of wimp free memory. Can I make a hack to
- prevent this?
-
- Check delete vs open files!!!!
-
- Finish Lfile support
-