Um. And I should have added "...as system manager". If you are just a
simple user, then TOPS-20 is actually very easy to live with.
Much better than most anything else, I'd say.
On Jun 24, 2023, at 11:40, David Conners <da...@conners.com> wrote:
Much obliged for the recommendation.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-11/9679611f-0cc3-4ac2-a30a-80401582f519n%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-11/44e162d2-471b-41a1-b5e8-c58be94c8cben%40googlegroups.com.
I'd be interested in pointers to setting up an RPi to emulate the PDP-10,
also with the goal of getting a jump on learning the PiDP-10.I remember the late Paul Allen put a PDP-10 on the internet, anyone have any info on that effort? Did the system survive him, or has it gone 'off the air' as they say?
But .... there are dragons here because chars are 7 bits (5 chars to a 36-bit word), which was how most HLLs in the 10/20s worked back in the day. So choose the compiler wisely and understand what you are getting [I'm not sure what is in the Panda distribution, so I can not say].
TECO was more popular at DEC in those days (and that's what I used) -- but I'm not sure I could recommend it. As it has been said, TECO command resemble "line noise" from when we had dial-up modems.
Good Luck,Clemᐧ--On Sat, Jun 24, 2023 at 12:11 PM David Conners <da...@conners.com> wrote:Thinking of investing some time playing with a PDP-10 image on my spare Pi in advance of the PiDP-10 kit launching.Because I actually used a PDP-11 with BSD back in the day that was my natural choice for the PiDP-11, but never having used a PDP-10 (that I can remember) I don't know which of the multiple OS choices I should be looking at. And before you say "why not all?", I have small children and a job, so time is limited :-)Any recommendations on an image or OS to invest in?Cheers--
David
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-11/44e162d2-471b-41a1-b5e8-c58be94c8cben%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-11/CAC20D2PWtbEqhvVdg6OHfzG4X55YLq%3DqEPz1uEcQhKEvMD%2Bv9g%40mail.gmail.com.
TOPS20 would never run on a KA. That code was ripped out early on. I don't think there was an attempt to run it (or TENEX) on the KI; the VM subsystem depended on the core status/age features. Hardwired TTL logic; might have been possible to emulate, but trapping every write ref would have been slower than a KA.
T20 was tightly married to the KL from day 2.
T20 has some remnants of support for some of the KA IO bus peripherals (cards and printers, and the IMP), but depends heavily on the native RH20 massbus registers for paging IO. All disk IO in t20 is paging.
T20 on the KS does work, but is crippled by the Unibus IO, even with some special hacks on a dedicated unibus/RH11 for disk.
I think I want to explore ITS on the KA10 from here : https://github.com/PDP-10/its (which looks fascinating), but I run into timeouts (a known problem it seems) when trying to build this on a RaspberryPi like the one I'll use for the PiDP-10.
Now, would it be possible to transplant the tape and disk images produced on a 64 bit Linux PC and put them into the repsective parts of the build tree of the (32 bit OS) PI and let the build process pick up from there?