mirror of
https://github.com/open-simh/simtools.git
synced 2026-05-03 22:48:31 +00:00
Add RSTSFLX V2.6. This is a file system access utility for RSTS
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.
This commit is contained in:
25
extracters/rstsflx/README
Normal file
25
extracters/rstsflx/README
Normal file
@@ -0,0 +1,25 @@
|
||||
README file for FLX 1/11/2000
|
||||
|
||||
What you have here is the set of sources needed to build FLX, a
|
||||
Makefile to do it, and documentation (in PostScript and the source in
|
||||
MS Word format).
|
||||
|
||||
Note on the Makefile: it has been used both with Mips Ultrix "cc" and
|
||||
with gcc (with DOS and with Linux), but "make proto" only works with
|
||||
cc since gcc doesn't support the -protoi switch. Don't worry about
|
||||
that unless you change the sources in a way that affects the procedure
|
||||
prototype declarations. (If you do, edit the .h file of the same name
|
||||
as the .c file to reflect the changed prototypes.)
|
||||
|
||||
As far as I know, everything that's described in flx.ps should work.
|
||||
Let me know if you find problems. (I'll admit that I haven't tested
|
||||
all the cases. For example, RDS0.0 support has had limited testing.
|
||||
And I don't have a "large" disk to test large DCS support!)
|
||||
|
||||
I've had very little feedback on this program. If you use it, even
|
||||
if you have no comments on it, I'd appreciate a short note. And of
|
||||
course if you do have comments, bug reports, or suggestions, then
|
||||
definitely let me know!
|
||||
|
||||
paul koning
|
||||
ni1d@arrl.net
|
||||
Reference in New Issue
Block a user