The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: cowan@mercury.ccil.org (John Cowan)
Subject: [TUHS] Etymology of shell
Date: Fri, 25 Dec 2015 21:44:08 -0500	[thread overview]
Message-ID: <20151226024408.GD10352@mercury.ccil.org> (raw)
In-Reply-To: <0E1925B8-CF22-4A75-AE7D-039E78BB081B@tuhs.org>

Warren Toomey scripsit:

> So what is the etymology of "shell", then? I see that Multics has a
> shell. Was the CTSS user interface also called a shell?

I can't speak to CTSS, but my understanding is that the Multics shell was
a shell in the same sense as an expert-system shell: that is, a fixed
piece of code into which other code was loaded in order to customize
it to do something.  Rather than starting another process, the Multics
shell mapped the executable program the user requested into its own
space, as is done with shared libraries today, and then jumped into it.
The equivalent of exit() simply jumped back to the shell code.

-- 
John Cowan          http://www.ccil.org/~cowan        cowan at ccil.org
The present impossibility of giving a scientific explanation is no proof
that there is no scientific explanation. The unexplained is not to be
identified with the unexplainable, and the strange and extraordinary
nature of a fact is not a justification for attributing it to powers
above nature.  --The Catholic Encyclopedia, s.v. "telepathy" (1913)



  reply	other threads:[~2015-12-26  2:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-26  1:02 Warren Toomey
2015-12-26  2:44 ` John Cowan [this message]
2015-12-26  2:50 Noel Chiappa

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=20151226024408.GD10352@mercury.ccil.org \
    --to=cowan@mercury.ccil.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).