mirror of
https://github.com/open-simh/simtools.git
synced 2026-02-02 23:02:23 +00:00
file systems. It supports reading and writing as well as a number
of other operations, such as octal dump, file system initialize,
and file system check ("clean").
This was originally maintained as a Subversion repository at
svn://akdesign.dyndns.org/flx/branches/V2.6.
as suggested by Timothe Litt on the SIMH mailing list.
8 lines
277 B
Plaintext
8 lines
277 B
Plaintext
open bugs:
|
|
- delete does not honor priv (erase on delete) bit
|
|
- no readline support in dos
|
|
- filename completion does host file system completion, which is usually
|
|
the wrong thing
|
|
- "put" should pre-extend the output file if in binary copy mode.
|
|
- need error checking on I/O
|