Timothe Litt 3f193e6f99 Baselevel commit for V2.99
Reorganize commands into separate modules - ods2.c was way too big.
This reduces it from around 3000 LOC to less than 1K LOC.

Reorder I/O so PHYVIRT mediates all physical access.

Fix memory leaks of device structures.

Reorganize Files-11 vs. internal structures.

Allow more granular control of DEBUG from the makefile.

Show VOLUME handles free space and tries to match geometry from SCB to known disk types.

Fix many compilation warnings.

Add code to allow dumping disk data for debug.

Automatically generate descrip.mms from dependencies.

Correctly handle directory default version limit; previously confused with file version limit.

Teach help to sort tables for presentation; manually keeping them sorted is problematic,
and code maintenance prefers functional groupings.

Add the ability to initialize a Files-11 volume. (Not quite complete.)

Add dependency generation to makefiles.  Excludes system headers so
makedepends isn't required to build.

Simplify makefiles to use more recipes.

Teach makefiles to list all sources and headers so it's easier to keep git and MSVC up-to-date.

Add support for accessing images of disks with interleave/skew/offsets (e.g. RX02).

Add VHD support, including ability to create a snapshot with mount/write.

Teach RMS to handle NOSPAN variable length records correctly.

Fix RMS GET handling of variable length records with VFC that span block boundaries.

Fix delete file (a day-one incomplete).   Still some cases to validate.

 Purge cache of modified blocks at rundown and at the end of each command.

Do not allow deletion of reserved files.

Move revision history to version.h

Correct various permissions in git.
2016-03-23 16:53:27 -04:00
2016-03-23 16:53:27 -04:00
2016-03-23 16:53:27 -04:00
2016-03-23 16:53:27 -04:00
2015-05-24 09:06:23 -04:00

#simh support/migration tools.

The tools are organized into categories, each of which has a subdirectory.

For consistency, each tool has its own subdirectory, even if it only contains a single file. (READMEs for tools without them are welcome)

Configuration support

Tools to assist with configuring a simulator.

Directory Contents
config11 Calculate the floating address space layout of a PDP-11 or VAX.

Converters

Tools that convert/support simulator data file formats

Directory Contents
asc Convert ASCII file line endings
decsys Convert decimal listing file to a DECtape file
dtos8cvt Convert a PDP-8 DECtape image from OS/8 format to simulator format.
gt7cvt Convert a gt7 magtape dump to a SIMH magtape
hpconvert Convert an HP disc image between SIMH and HPDrive formats
indent Convert simulator sources to 4-column tabs
littcvt Remove density maker from litt format tapes
m8376 Assembles 8 PROM files into a 32bit binary file
mt2tpc Convert a simh simulated magtape to TPC format
mtcvtfix Fix a SIMH magtape containing a misread EOF
mtcvtodd Convert an E11 magtape (with odd record sizes) to SIMH
mtcvtv23 Convert a tape image in .TPC format to SIMH (.tap)
noff Remove (formfeed, \f) from a source listing
sfmtcvt Convert a Motorola S format PROM dump to a binary file
strrem Remove a string from each line of a file
strsub Substitute a string in each line of a file
tar2mt Convert a tar file to a simulated 8192B blocked magtape
tp512cvt Convert a tp data file to a simulated 512B blocked magtape
tpc2mt Convert a TPC simulated magtape to simh format

Cross-assemblers

Cross-assemblers for various machine architectures

Directory Contents
hpasm Assembler for the HP2100
macro1 Assembler for the PDP-1
macro7 Assembler for the PDP-7
macro8x Assembler for the PDP-8
macro11 Assembler for the PDP-11

Extracters

Data extraction tools

Except as noted, all read SIMH tape container format.

Directory Contents
backup Extract files from a TOPS-10 backup tape
ckabstape Disassemble 18-bit binary paper tape
mmdir List directory of Interdata MDM tape
mtdump Dump the record structure of a SIMH, E11, TPC, or P7B
ods2 Directory, Copy & Search commands for VMS ODS2 disk images
rawcopy Create SIMH disk image from physical media on RAW device.
sdsdump Disassemble SDS SDS paper tape
tpdump Dump files on IBM 1401 tape

File systems

Provide access to a foreign files system from a host machine.

Directory Contents
putr Read (and write some) DEC filesystems from PCs
Description
A collection of tools for use with SIMH
Readme 4.8 MiB
Languages
C 93.9%
Perl 2.4%
DIGITAL Command Language 1.3%
Makefile 1.1%
Roff 0.7%
Other 0.5%