On 5/23/07, Gooijen, Henk <henk.gooijen at oce.com> wrote:
   Thanks to a
creative suggestion from Ethan, I want to use VTserver
 to transfer a bootable OS/8 RL02 image from my laptop (which works
 fine under SIMH PDP-8) to an RL02 pack on my 11/23+... 
 I never used VTserver ... and I would never have tought of using
 VTserver with a *PDP-11* to load *PDP-8* software!
 Very interesting twist :-) 
 
I thought so.  ;-)
  I am not sure if it will work. Let me explain why.
 Using VTserver to load OS/8 (pdp8 software) into the memory of
 the PDP-11 will work, I guess.  So far, it is just data words
 that you are transfering. However, when you write the data to
 disk you use the RT11 file structure. 
What does RT-11 have to do with it?  VTserver was written, AFAIK, for
loading UNIX images to a PDP-11 pack.  As I understand VTserver, it
takes a disk image and throws it block-by-block to a target medium.
It doesn't matter what the contents are, as long as the blocks are in
the right order.
For an RK05, the platform matters because PDP-8s use 16-sector packs
and PDP-11s use 12-sector packs (same number of bits per track, but
sliced and diced differently).  With RL01s and RL02s, there is no
change in the low-level format from PDP-8 to PDP-11 to VAX use - only
the contents of the blocks are different.
   If the RT11 structure
 is identical to the file structure used by OS/8, I guess it
 will work, else ... 
It is not.  With the exception of ODS-1, there is no common thread of
DEC filesystems across OSes and platforms that I am aware of.
  Using VTserver to transfer any "smallish"
pdp8 software to
 a PDP-11 and then *punch* on papertape would work, I guess. 
If one has papertape, which I don't expect Charles does.  A 2MB OS/8
device will fill a lot of papertape ;-)
I directed him to the list because I am aware of what VTserver does,
but I haven't used it myself and thought that there would be some
experienced hands to show him the ropes.
-ethan