Table of Contents

TYMCOM-X Project Status

Status

Joe Smith 2018/04/13 03:59


Other systems tested

Both the version for Windows (run via CMD.EXE) and Cygwin (compiled on Windows 7) produce the same results as the Linux and FreeBSD/NetBSD.

Sharing files

Using ''rsync'' to NetBSD test system

Linux% cd; rsync -av pdp10/simh-ks/ tty:pdp10/sim-ks/

Using Google Drive to share with simh developers

Make a compressed tar file of everything in the simh-ks directory. Copy the txz file from Linux to Google Drive.

When creating a tar file, note that “j” (bzip2) produces much better compression than “z” for *.dsk files. (Using capital “J” compresses better, but is not standard on MacOS.)

Linux% tar cvfj /b/share/data/tymcom-x.tbz simh-ks/*

Place in a private directory on Google Drive, right-click to get a URL to share.

To share a working system, enter one of the following commands:

Linux% tar cvfj /b/share/data/3-pack.tbz simh-ks/pdp10* simh-ks/x17* simh-ks/readme.*
Linux% tar cvfj /b/share/data/2-pack.tbz simh-ks/pdp10* simh-ks/x14* simh-ks/readme.*
Linux% tar cvfj /b/share/data/1-pack.tbz simh-ks/pdp10* simh-ks/x95* simh-ks/dz11* simh-ks/newmon.*

Other pages

Overview page, SIMH Setup page, TYMCOM-X Startup page, TITO on disk page, Status page.