[Simh] Way out idea for simh

Ken Cornetet Ken.Cornetet at kimballelectronics.com
Wed Apr 20 15:47:27 EDT 2016


Actually, here's an alternate way to allow easy file transfers. I'm starting to think this is a much better idea.

Create a new device for simh that is identical to a paper tape punch/reader except If the guest OS writes a magic string, the next character after the magic string is a command, and the following characters up to a newline are a file name.

>From that point on, guest writes to the punch would write to the given file, and reads from the reader would read from the given file.

The command character would be "t" for open the file in text mode, "b" for open in binary mode, and "c" for close.

As an extension, if the file name contains shell wildcard characters, simh would return the matching file names when the guest reads the tape reader.

If the simh guest doesn't support paper tape, then the device could be mapped to some other sort of simple IO device (like a serial port).

Again, perhaps not all simh machines could make use of this, but many could.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.trailing-edge.com/pipermail/simh/attachments/20160420/fa99691b/attachment.html>


More information about the Simh mailing list