You cannot mount tapes from within ITS. You have to issue the appropriate simulator command to do so. For the pdp10-ka simulator, the SIMH command you will need to issue is:
at mta0 FILENAME
For example
at mta0 foo.tap
Now, in order to get to the simulator prompt, you’ll have to issue the simulator escape character, which, for pdp10-ka is Control-\
That is control-backslash.
You have to type this in the terminal session that is running the simulator. As I’m not a PDPi10 user, but one who runs the simulators directly, I’m not sure how you get to that terminal session.
Now, once you attach a virtual tape file to the MTA0 device, in ITS, you can access the tape — how you do this is dependent on the tape format. For example, if it is a DUMP tape, you simple issue the :DUMP (or :LOAD) command (they are synonyms). You can use the DUMP ? Command and the info and doc files for help with this command.
You can do raw tape I/O using the MT0: device.
Feel free to ask more questions. Others will probably chime in too.
Hi, I have managed to start and use all three operating systems, read files and run games etc. I can also connect via a PuTTY telnet client on my Windows PC.