Hi,
Was wanting to put together a fully functional (meaning able to load the
whole distro and recompile itself) and "reliable" System III machine made
of real, albeit not terribly sexy parts. I have (4) working rl02 drives
and an 11/34, so I feel like there's a chance it could work. I'll have to
build it on the emulator, of course, then vtserver it over to the real hw
in chunks.
But the blocker is that System III only supports rl01, not rl02, which
kills the 'full distro' prospect.
Would anyone know if it's trivial to modify the source for the rl01 driver
to just add double the blocks, thereby supporting rl02? Or am I wildly
underestimating the task at hand? Has this been done before? Tips?
thx
jake
Does anyone know any history about X11's secondary selection?
What did / still does use it?
I'm fairly familiar with the primary selection and clipboard. But I'm
not aware of anything that uses the secondary selection.
--
Grant. . . .
unix || die
Computer science pioneer Peter Naur was born on this day in 1928; he was
responsible for ALGOL60, BNF syntax (he notably insisted upon calling it
Backus-NORMAL-Form), etc.
-- Dave
> From: Jacob Ritorto <jacob.ritorto(a)gmail.com>
> System III only supports rl01, not rl02
Really? That seems odd; SysII long post-dates (I think) the RL0x, if so it's
odd they only supported the RL01. Looking at:
https://minnie.tuhs.org//cgi-bin/utree.pl?file=SysIII/usr/src/uts/pdp11/io/…
it seems to support RL02's:
#define RL02 0200 /* bit 7 indicates an rl02 present if set */
> Would anyone know if it's trivial to modify the source for the rl01
> driver to just add double the blocks
The only difference between the two is that the RL02 has twice as many
cylinders, so there's an extra bit in use on the high end of the 'disk
address' register.
> From: Clem cole <clemc(a)ccc.com>
> Also if you have a 40 class system like the 34 of 34A see if you can
> find an Able Enable board.
I'm sure there are a stack of them stored away with Jimmy Hoffa's body and the
Ark of the Covenant in King Solomon's Mine! :-)
Seriously, if anyone has one, I'd pay a very substantial sum for it.
Noel
I've tried calling, emails to sales, using their website and I'm getting nowhere. I know this is more complicated than v6’s context switching ….
I've also read that apparently Microsoft swooped in 2010 acting as CPTN Holdings and bought all the Novell patents and turned them over to GPL v2?
I know after the whole SCO personal licenses and then Ransom Loves’s making 32v and all prior open was great but apparently it wasn’t his to give away. Or am I wrong?
Are Unix licenses transferrable?
Anyone know someone wanting to lease/loan/sell?
I don't want to kick up too much of the hornets nest. I'd just hate to think that the original Unix is going to languish.
I know many people worked so hard to keep the “Unix lights on”, just want to see that it doesn't die clouded in secrecy like VMS.
All, I received this request from Matthew who isn't subscribed to either
the TUHS or cctalk lists. He knows how to read the lists archives. Many
thanks for any help you can provide.
Cheers, Warren
----- Forwarded message from Matthew Whitehead -----
Date: Mon, 15 Oct 2018 08:25:39 -0400
From: Matthew Whitehead
Subject: Ultrix Tape Blocks
Warren,
I wonder if you can give me a referral. I want to install Ultrix-32
on my MicroVAX II using the ancient TK-50 tape drive. I know the tape
files are on your archive, but I need to know the block size for each
of the many files; it can vary a lot.
Who might be able to help me with this?
Matthew Whitehead
----- End forwarded message -----
> From: Lars Brinkhoff
> I have Alan Snyder's C compiler running
Way cool! Congrats!
Where did you find it? Do you have source too?
> there may also be machine descriptions for Honeywell 6000 series and
> PDP-11
There _was_ one for the H6000, not sure about the -11.
> At some point it seems like this compiler was tangled with Stephen
> Johnson's PCC.
It would be good to find out what, if any, the connection is.
Noel
Hello,
I have Alan Snyder's C compiler running in case anyone would like to
play with it. It's from around 1975, so the syntax is yummily archaic.
The primary host is a PDP-10 running ITS, but there may also be machine
descriptions for Honeywell 6000 series and PDP-11.
At some point it seems like this compiler was tangled with Stephen
Johnson's PCC.