Since nobody seems to have mentioned his passing yet, I thought I might.
David Tilbrook died (from complications of COVID-19) in the early hours
of January 15, 2021.
He had been in long term care in Toronto for just over a year.
His web site remains up and running for now at http://qef.com/ though I
don't know for how long that may last.
--
Greg A. Woods <gwoods(a)acm.org>
Kelowna, BC +1 250 762-7675 RoboHack <woods(a)robohack.ca>
Planix, Inc. <woods(a)planix.com> Avoncote Farms <woods(a)avoncote.ca>
All,
I came across this note on vermaden's valuable news blog and thought
y'all might enjoy it - it's not pure unix, but it's got a lot of
crossover. The history is interesting and to us relative newbs,
informative. I can't confirm its accuracy on the history side of things,
but I'm sure you can :).
http://unixsheikh.com/articles/the-terminal-the-console-and-the-shell-what-…
Later,
Will
SIMH has 3b2 emulation...
Much of the work was documented here:
https://loomcom.com/3b2/emulator.html
<https://loomcom.com/3b2/emulator.html>
-----Original Message-----
From: Henry Bent [SMTP:henry.r.bent@gmail.com]
Sent: Wednesday, January 27, 2021 12:05 AM
To: Arnold Robbins
Cc: The Eunuchs Hysterical Society
Subject: Re: [TUHS] System V Release 2, adding swap?
On Mon, 25 Jan 2021 at 11:02, Arnold Robbins < arnold(a)skeeve.com
<mailto:arnold@skeeve.com> > wrote:
Hi.
Does anyone know how to add swap space on a System V Release
2 system?
In particular, on an emulated AT&T 3B1. The kernel is S5R1
or S5R2
vintage.
I don't see any commands with 'swap' in their names.
A little bit of Google Groups trawling turned up this:
https://groups.google.com/g/comp.sys.att/c/8XLILI3K8-Y/m/VxVMJNdt9NQJ
<https://groups.google.com/g/comp.sys.att/c/8XLILI3K8-Y/m/VxVMJNdt9NQJ>
But I don't have one of those systems, so I have no way to verify.
-Henry
At 03:46 PM 1/23/2021, Dave Horsfall wrote:
>Sent to me from a fellow weirdo...
>
>At 19:25:36 AEDT (00:25:36 UTC), Unix time reached 0x60000000. We're three quarters of the way to 2038...
That was January 14, 2021, right?
https://www.epochconverter.com/hex
- John
Hi.
Does anyone know how to add swap space on a System V Release 2 system?
In particular, on an emulated AT&T 3B1. The kernel is S5R1 or S5R2
vintage.
I don't see any commands with 'swap' in their names.
Thanks,
Arnold
I'm writing about my 5 favorite unix design principles on my blog this
week, and it got me wondering what others' favorite unix design principles
are? For reference, mine are:
- Rule of Separation (from TAOUP <http://catb.org/~esr/writings/taoup/html/>
)
- Let the Machine Do the Dirty Work (from Elements of Programming Style)
- Rule of Silence (from TAOUP <http://catb.org/~esr/writings/taoup/html/>)
- Data Dominates (Rob Pike #5)
- The SPOT (Single Point of Truth) Rule (from TAOUP
<http://catb.org/~esr/writings/taoup/html/>)
Tyler
> From: Paul Riley
> Is LSX the only option on the 11/03, or could I run V6 or Mini-Unix with
> more RAM?
All PDP-11 Unix versions from V4 on require the MMU, so the -11/03 is out for
them. We don't have the code for V2-V4, though. So V1 (mostly all assembler,
no C :-), LSW and Mini-Unix are the only options for it.
V6 can be run on an -11/23 (I've done it), but not straight out of the box;
it requires a few minor tweaks first:
http://gunkies.org/wiki/Running_UNIX_V6_on_an_-11/23
Noel
On 1/24/21, Jon Steinhart <jon(a)fourwinds.com> wrote:
> So I never liked Apollos much. What I was referring to was Apollo's claim
> that their token-ring network performed better for large numbers of nodes.
> And they were correct. However, they didn't consider the eventually
> invention of switches that solved the problem.
A problem that shouldn't have ever been there in the first place. When
I was at EDS, we did a lot of benchmarks against token-ring vs.
CSMA-CD. Token-ring was slower than CSMA-CD until the traffic got to
be more than about 10% of capacity - then the collision detection
exponential backoff algorithm would clobber the network. The argument
that "well, we will never get above that anyway, so we want the
fastest we can get" sort of short-sightedness won the day. It wasn't
until switches and virtual LANs came into existence that (as you said)
solved the problem.
Sent to me from a fellow weirdo...
At 19:25:36 AEDT (00:25:36 UTC), Unix time reached 0x60000000. We're
three quarters of the way to 2038...
Stock up on food, load dem guns, and batten down the hatches :-)
-- Dave
Hi folks,
In case you're interested:
I've published a couple videos on these ancient Unix tools, sharing
including some language details and showing them in action on v7 and
System III, respectively:
Ken Thompson's bas(1): https://youtu.be/LZUMNZTUJos
Dick Haight's bs(1): https://youtu.be/ELICIa3L22o
Thanks much for the help from TUHS, Mashey, Kernighan, McIlroy, and
others cited therein.
Peace,
Dave
--
dave(a)plonka.us http://www.cs.wisc.edu/~plonka/