The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: Larry McVoy <lm@mcvoy.com>
To: George Michaelson <ggm@algebras.org>
Cc: TUHS main list <tuhs@minnie.tuhs.org>
Subject: Re: [TUHS] Macs and future unix derivatives
Date: Tue, 9 Feb 2021 18:24:24 -0800	[thread overview]
Message-ID: <20210210022424.GT13701@mcvoy.com> (raw)
In-Reply-To: <CAKr6gn21QAjMB9Nf+9fge=sjXyi5DTURkhwd5_f0odqG_OWZ3Q@mail.gmail.com>

I'm going to rant a little here, George, this is not to you, it's to
the topic.

You are correct but a lot of us learned from a uniprocessor kernel.
I certainly did.

So there is MP and then there is MP.  SGI redid all of their kernel
structs so that the most important stuff was on the same cache line.
The 1980's and 1990's talked about SMP and then there was a whole series
of papers that talked about cache affinity which was geek speak for the
S in SMP wasn't.

It's just layers and layers of more complexity.  Which we can talk about
and us older folks want to say isn't needed.  We're wrong.

I'm with Ted. [1]  He's active in the Linux kernel, has been for a
long time, he's someone that I know is better than me at kernel stuff.
He has kept up, so far as I can tell, when there is yet another layer
of something, he's a guy that goes and digs into that something and
learns about it, reasons about it, weighs the tradeoffs.  He is NOT
a guy that just shoves stuff into the kernel on a whim.  He thinks,
he does the tradeoffs.  And he is here saying well, what do you want?
You want all the stuff you have or are you willing to go run in v7?

Who among us is running v7, or some other kernel that we all love
because we understand it?  I'd venture a guess that it is noone.
We like our X11, we like that we can do "make -j" and you can build
a kernel in a minute or two, we like our web browsers, we like a lot
of stuff that if you look at it from the lens "but it should be simple",
but that lens doesn't give us what we want.

I get it.  I love the clean simple lines that were the original Unix 
but we live in a more complex world.  Ted is straddling those lines
and he's doing the best he can and his best is pretty darn good.

I'd argue listen to Ted.  He's got the balance.

--lm

[1] Truth in advertising, Ted and I are friends, we used to hike together
in Pacifica, we like each other.  

On Wed, Feb 10, 2021 at 11:52:21AM +1000, George Michaelson wrote:
> I won't dispute your age, or how many layers of pearl are on the seed
> Larry, but MP unix was a thing long long ago.
> 
> I am pretty sure it was written up in BSTJ, and there was Pyramid by
> 1984/5 and an MP unix system otherwise running at Melbourne University
> (Rob Elz) around 1988.
> 
> You might be ancient, but you weren't THAT ancient in the 1980s.
> 
> anyway, pearls before swine, and age before beauty.
> 
> -G

-- 
---
Larry McVoy            	     lm at mcvoy.com             http://www.mcvoy.com/lm 

  reply	other threads:[~2021-02-10  2:24 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-09  3:58 M Douglas McIlroy
2021-02-09  4:07 ` Adam Thornton
2021-02-09  4:13 ` Will Senn
2021-02-09  5:21 ` Andrew Warkentin
2021-02-09  5:29 ` Theodore Ts'o
2021-02-09  6:37   ` Andrew Warkentin
2021-02-09 16:13     ` Theodore Ts'o
2021-02-09 17:31       ` John Cowan
2021-02-09 19:06         ` Chet Ramey
2021-02-10  2:31       ` Andrew Warkentin
2021-02-09 19:00   ` Jon Steinhart
2021-02-10  1:41     ` Larry McVoy
2021-02-10  1:52       ` George Michaelson
2021-02-10  2:24         ` Larry McVoy [this message]
2021-02-10  2:44           ` Dan Cross
2021-02-10  3:10             ` Larry McVoy
2021-02-10 20:03             ` Kevin Bowling
2021-02-10  2:57         ` Warner Losh
2021-02-10  2:56       ` Warner Losh
2021-02-10  3:02         ` Larry McVoy
2021-02-10  3:53       ` Andrew Warkentin
2021-02-09 11:34 ` Thomas Paulsen
2021-02-09 18:29 ` Nemo Nusquam
  -- strict thread matches above, loose matches on Subject: below --
2021-02-09 12:22 M Douglas McIlroy
2021-02-09  8:30 Bakul Shah
2021-02-08 18:11 Will Senn
2021-02-08 18:21 ` Larry McVoy
2021-02-08 18:32   ` Justin Coffey
2021-02-08 18:39     ` Larry McVoy
2021-02-09  1:59     ` Theodore Ts'o
2021-02-12 13:48     ` Angel M Alganza
2021-02-08 18:42 ` Henry Bent
2021-02-09  6:55   ` John Gilmore
2021-02-09  7:05     ` Michael Huff
2021-02-16 22:55       ` Greg A. Woods
2021-02-09  7:17     ` Will Senn
2021-02-09 19:02     ` Theodore Ts'o
2021-02-10  1:34       ` Larry McVoy
2021-02-09 22:59     ` Wesley Parish
2021-02-08 18:43 ` Dan Stromberg
2021-02-12 13:39   ` Angel M Alganza
2021-02-08 18:45 ` Thomas Paulsen
2021-02-25 22:45   ` Dave Horsfall
2021-02-08 20:07 ` Al Kossow
2021-02-09  5:10 ` Andrew Warkentin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210210022424.GT13701@mcvoy.com \
    --to=lm@mcvoy.com \
    --cc=ggm@algebras.org \
    --cc=tuhs@minnie.tuhs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).