I am using SIMH with some mag tape images (TM device) under DOS-11 in the PDP-11 simulator.<div><br></div><div>Several of the tape images do not work.  DOS-11 doesn't seem to process the file correctly.</div><div>Executing 'MT0:/DI' in PIP under DOS-11 frequently fails with an error code (eg. S257), or</div>

<div>does not have all files listed.</div><div><br></div><div>The format of the tape images is as follows:</div><div>      <label><record1>...<recordN><eof>                           file #1</div>

<div>                 ...</div><div>      <label><record1>...<recordN><eof>                           file #x</div><div>      <eof></div><div>      <eof></div><div><br></div><div><div>

The <label> record is a DOS-11 file entry (filename in RAD-50, ...) and is 14 bytes long.</div></div><div><br></div><div>Each of the data records has a 4 byte record length at the beginning and end of the</div><div>

record.  The length is a 4 byte integer in little endian form.  A 512 byte record ends</div><div>up being 512 bytes + 2 x 4 bytes or 520 bytes in total.</div><div><br></div><div>An <eof> is 0x00000000 (4 x 0 bytes).</div>

<div><br></div><div>End of data is 2 <eof> back to back.</div><div><br></div><div>I have written a program that verifies the content of the tape image.  I see the expected content of</div><div>files under my verification program, but the content frequently does not match what DOS-11 gets.</div>
<div><br></div><div>I am looking for suggestions on how to tackle this problem.  I have several 800bpi 9-track tapes which</div><div>contain DEC source code for really early versions of RSTS, RT-11, etc.  I am looking to image the files</div>

<div>and make them available for SIMH.</div><div><br></div><div>I can supply copies of the tape images as necessary.  Note that I am using 40 year old equipment</div><div>to retrieve the tape images.  The tapes are being read correctly without read errors popping up.</div>

<div><br></div><div>Is anyone interested in RSTS or RT-11 for really early PDP-11's such as PDP-11/20 or PDP-11/10??</div><div>I am trying to get the early versions of various OS'  running on my PDP-11/10 and PDP-11/20.</div>

<div>Eventually I also want to get Unix running on my PDP-11/20 (just for the geek factor!!)</div><div><br></div><div>Thanks!</div><div><br></div><div>--barrym</div><div><br></div>