The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [pups] PDP11 reverse-engineering(sort-of)
@ 2006-04-24 17:00 Jacques Wagener
  2006-04-24 19:35 ` Johnny Billquist
  2006-04-24 21:30 ` Warren Toomey
  0 siblings, 2 replies; 5+ messages in thread
From: Jacques Wagener @ 2006-04-24 17:00 UTC (permalink / raw)


Hi there !

Over december last year I had my first wonderful expierence with a
micro-pdp11 running Micro-RSX.
In actual fact I haven't tried much, only a complete reinstall of the
system(which was unecessary, because I've got backup tapes !).

But still an amazing moment.

What I wanted to ask is, in what manner would one transfer old
data/programs/source code from an old
hard-drive/tapes/floppy to more modern drives etc. I basically need to
transfer controller-programs over to x86( Everything works, I believe, but
old hardware is scares) where I want to connect a modern pdp11-interface
card.

Thanking you in advance

Jacques Wagener
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20060424/03af77a2/attachment.html>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [pups] PDP11 reverse-engineering(sort-of)
  2006-04-24 17:00 [pups] PDP11 reverse-engineering(sort-of) Jacques Wagener
@ 2006-04-24 19:35 ` Johnny Billquist
  2006-04-24 21:30 ` Warren Toomey
  1 sibling, 0 replies; 5+ messages in thread
From: Johnny Billquist @ 2006-04-24 19:35 UTC (permalink / raw)


Hi.
Nice to hear you have a working system.
As for transfer... Well, there are several ways.

DECnet (if you have it).
KERMIT
TCP/IP (if you have it).
Tapes (if both machine have tape drives)
Disks (both could have SCSI for instance)

So it very much depends on what hardware and software you have.
Also, if you plan on using the Osprey (which the mail almost hints at), 
I think they have the option of hooking up the old disks to the Osprey 
as well.

And then of course, you can ship the disks, or tape backups to someone 
who can do the conversion for you. Me for instance. It's also a question 
of time, money and safety issues involved.

Let me know if you want more help.

	Johnny

Jacques Wagener wrote:
> Hi there !
> 
> Over december last year I had my first wonderful expierence with a
> micro-pdp11 running Micro-RSX.
> In actual fact I haven't tried much, only a complete reinstall of the
> system(which was unecessary, because I've got backup tapes !).
> 
> But still an amazing moment.
> 
> What I wanted to ask is, in what manner would one transfer old
> data/programs/source code from an old
> hard-drive/tapes/floppy to more modern drives etc. I basically need to
> transfer controller-programs over to x86( Everything works, I believe, but
> old hardware is scares) where I want to connect a modern pdp11-interface
> card.
> 
> Thanking you in advance
> 
> Jacques Wagener
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> PUPS mailing list
> PUPS at minnie.tuhs.org
> https://minnie.tuhs.org/mailman/listinfo/pups

-- 
Johnny Billquist                  || "I'm on a bus
                                   ||  on a psychedelic trip
email: bqt at update.uu.se           ||  Reading murder books
pdp is alive!                     ||  tryin' to stay hip" - B. Idol



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [pups] PDP11 reverse-engineering(sort-of)
  2006-04-24 17:00 [pups] PDP11 reverse-engineering(sort-of) Jacques Wagener
  2006-04-24 19:35 ` Johnny Billquist
@ 2006-04-24 21:30 ` Warren Toomey
  2006-04-24 22:31   ` Johnny Billquist
  1 sibling, 1 reply; 5+ messages in thread
From: Warren Toomey @ 2006-04-24 21:30 UTC (permalink / raw)


On Mon, Apr 24, 2006 at 07:00:01PM +0200, Jacques Wagener wrote:
> What I wanted to ask is, in what manner would one transfer old
> data/programs/source code from an old
> hard-drive/tapes/floppy to more modern drives etc. I basically need to
> transfer controller-programs over to x86( Everything works, I believe, but
> old hardware is scares) where I want to connect a modern pdp11-interface
> card.

Apart from the tools that Johnny mentioned, there is a program I once
write called VTServer, which copies entire disk images into hardware
over a serial interface. The program has since been taken over by Fred
van Kempen, and I don't have a canonical reference to it. However, if
you search for "VTServer fred" on Google, it should turn up.

Cheers,
	Warren



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [pups] PDP11 reverse-engineering(sort-of)
  2006-04-24 21:30 ` Warren Toomey
@ 2006-04-24 22:31   ` Johnny Billquist
  2006-04-24 22:44     ` [pups] VTServer Warren Toomey
  0 siblings, 1 reply; 5+ messages in thread
From: Johnny Billquist @ 2006-04-24 22:31 UTC (permalink / raw)


Wasn't that an RT-11 thing, Warren?
(I have a short memory...)

	Johnny

Warren Toomey wrote:
> On Mon, Apr 24, 2006 at 07:00:01PM +0200, Jacques Wagener wrote:
> 
>>What I wanted to ask is, in what manner would one transfer old
>>data/programs/source code from an old
>>hard-drive/tapes/floppy to more modern drives etc. I basically need to
>>transfer controller-programs over to x86( Everything works, I believe, but
>>old hardware is scares) where I want to connect a modern pdp11-interface
>>card.
> 
> 
> Apart from the tools that Johnny mentioned, there is a program I once
> write called VTServer, which copies entire disk images into hardware
> over a serial interface. The program has since been taken over by Fred
> van Kempen, and I don't have a canonical reference to it. However, if
> you search for "VTServer fred" on Google, it should turn up.
> 
> Cheers,
> 	Warren
> _______________________________________________
> PUPS mailing list
> PUPS at minnie.tuhs.org
> https://minnie.tuhs.org/mailman/listinfo/pups

-- 
Johnny Billquist                  || "I'm on a bus
                                   ||  on a psychedelic trip
email: bqt at update.uu.se           ||  Reading murder books
pdp is alive!                     ||  tryin' to stay hip" - B. Idol



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [pups] VTServer
  2006-04-24 22:31   ` Johnny Billquist
@ 2006-04-24 22:44     ` Warren Toomey
  0 siblings, 0 replies; 5+ messages in thread
From: Warren Toomey @ 2006-04-24 22:44 UTC (permalink / raw)


On Tue, Apr 25, 2006 at 12:31:44AM +0200, Johnny Billquist wrote:
> Wasn't that [VTServer] an RT-11 thing, Warren?
> (I have a short memory...)
> 	Johnny

Actually, it was based on the 2.11BSD bootstrap code, but with a
"virtual tape" device. See
http://www.tuhs.org/Archive/PDP-11/Tools/Tapes/Vtserver/vtreadme.html
for my original version.

Cheers,
	Warren



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-04-24 22:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-24 17:00 [pups] PDP11 reverse-engineering(sort-of) Jacques Wagener
2006-04-24 19:35 ` Johnny Billquist
2006-04-24 21:30 ` Warren Toomey
2006-04-24 22:31   ` Johnny Billquist
2006-04-24 22:44     ` [pups] VTServer Warren Toomey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).