11 Commits

Author SHA1 Message Date
Anders
a1314cf21c .gitignore: add missing generated files 2021-01-03 11:51:59 -08:00
John Forecast
beabfab2e8 FSIO: bug fixes and the addition of OS/8 support 2020-01-11 09:21:05 -08:00
John Forecast
18202f1b8d RAWTAP: Fix initial tapemark problem.
If the first record in a container file was a tape mark, the tape was, incorrectly, assumed to be empty.
2017-12-14 17:06:51 -08:00
Andreas Bombe
928d137f17 Use loops over subdirs in Makefiles
The top and second level Makefiles that build the whole project by
recursing into all their subdirectories had implemented these by long
lists of invocations and then repeated these for all the all, clean,
install, uninstall targets. There were mistakes such as some
subdirectories not being cleaned.

Introduce SUBDIRS variables instead and have the targets loop over those
and additionally implement the clean, install, uninstall targets with a
single rule.
2017-10-13 01:24:53 +02:00
John Forecast
b08ebe8eb0 New tape manipulation tools
rawtap	Allows extract, create and append operations on .tap files.

cpytap	Copies a .tap file to a new .tap file while allowing file level edits; skip file, replace file,
		append files and insert files. Any files copied from the original source .tap will have
		their internal record structure maintained.

cosy		COSY is the compressed format used by the CDC1700. This program allows for
		extraction of all files from an archive and the creation of a new archive. It assumes
		that you would have used raw tap about to have extracted the COSY file from a
		tape.

dbtap	Utility to read, write and list .tap containers written in the DOS/BATCH-11 format. It
		understands ascii and binary modes and can be used to transfer files in and out of
		most PDP-11 operating systems (not sure about RSTS/E), early VMS and early
		TOPS-10 systems.
2017-03-14 13:44:02 -07:00
Paul Koning
e7c1b1f4a8 RSTSFLX: documentation fix to describe the Makefiles correctly. 2016-04-28 11:26:50 -04:00
Paul Koning
bf7c17ab4a 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.
2016-04-27 15:00:42 -04:00
Timothe Litt
2d7f74e9ff Add Makefiles, fix some compile errors
There are more compile errors, especially in the cross-assemblers.
But I'm leaving those for someone else.
2015-05-26 17:42:36 -04:00
Timothe Litt
a18b1f8d62 Reorganize tools
1) The readme is out-of-date, and unreadable on github
2) Some tools have their own directories, some don't
3) Many tools have neither readme nor descriptions.
4) Some files are misplaced

This reorganizes so that each tool has its own directory, even if it only has a single file
(Hint: If you use a tool, please add/update READMEs)

The master README is complete, and readable on github

The tools are in alphabetical order within category.  There are some cases where this probably isn't the right thing to do, e.g. where there are separate tools that do "to" and "from" conversions.

Each tool has at least a 1-line description in the master readme

This commit does not change any tool.
2015-05-24 09:06:23 -04:00
Mark Pizzolato
9eb5d72553 Import most recent simtools.zip and add a few extra tape converters 2015-05-21 15:07:13 -07:00
Bob Supnik
abf806277d simh tools 2011-04-15 08:34:17 -07:00