Re: [OT] Re: Troll Tech [was Re: Sco vs. IBM]

Jesse Pollard (jesse@cats-chateau.net)
Fri, 20 Jun 2003 12:21:22 -0500


On Friday 20 June 2003 12:01, Larry McVoy wrote:
> On Fri, Jun 20, 2003 at 11:58:39AM -0500, Jesse Pollard wrote:
> > > One thing that is "new" is a passion for keeping the kernel fast with a
> > > lean system call layer. I _love_ that part of Linux, it may seem
> > > subtle, but Linux is really the only operating system where you can use
> > > the OS level services as if they were library calls and not really
> > > notice that you are going into to the kernel. That's very cool and you
> > > could say it is new in terms of cleanliness and discipline.
> >
> > Uhhh that is 20 years old... the original MULTICs had that.
>
> You've missed the key term "fast". Unix exists because MULTICS was slow.
> What part of "keeping the kernel fast" was unclear?

Absolutely none. The key part is:

...really the only operating system where you can use the OS level
services as if they were library calls...

It was accomplished by COPYING the capability from MULTICS, then making
it fast by eliminating what wasn't copied - and that was done in the original
Unix, to run something "multics like" but for a very small system.

Even mmap existed in MULTICS before Sun "copied" it for use in their version
of Unix.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/