9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Lucio De Re <lucio@proxima.alt.za>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] dynamic loading, was "Ugly Q, I admit"
Date: Thu, 28 Nov 2002 07:12:20 +0200	[thread overview]
Message-ID: <20021128071219.P6790@cackle.proxima.alt.za> (raw)
In-Reply-To: <036701c29644$90638920$c901a8c0@cc77109e>; from Bruce Ellis on Wed, Nov 27, 2002 at 01:41:07PM -0500

On Wed, Nov 27, 2002 at 01:41:07PM -0500, Bruce Ellis wrote:
>
> dynamic loading and shared libraries are distinct (put related) beasts.
> the work i did was for dynamically loadable device drivers for inferno.
> it's kinda cool.  the initial kernel is tiny, even by inferno standards,
> and then other drivers are loaded to customize the experience
> (typically i load cap ssl kfs and sd).  i also use it to load drivers
> that are used on occasion, like kprof or a generic systest.
> the interface is via devdynload.
>
I remember loadable device drivers being mooted a while back.  I like
the idea a lot, although it seems backwards to me: repeating the
bootstrap stuff in the kernel always struck me as evil, if
unavoidable.  Ideally you'd want to "load" at least some kernel
drivers by inheriting them from the bootstrap loader.  I'm not sure
that the difference can't be minimised almost to nothingness.

> i've never had much time for shared libraries.  given that plan9 does
> not have grossly obese libraries the "shared/saved disk/memory"
> justification seems marginal.  you also avoid a major "single point
> of disaster".  i believe presotto reported being frightened by
> shared libraries (and clowns) as a child.
>
Shared library are a curse, but until everyone sees them in that
light, they'll be with us for a long time to come.  It's a fashion
thing.

> btw e[acl] is the compiler port for the playstation 2 ee5900.
>
I never even remotely dared hope there'd be Plan 9 for the PS2.  Can I
start dreaming?  Shall I spend some money and offer to help?

++L


  reply	other threads:[~2002-11-28  5:12 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-26 21:00 [9fans] Ugly Q, I admit Russ Cox
2002-11-27  6:14 ` Bruce Ellis
2002-11-27 13:31   ` Lucio De Re
2002-11-27 18:41     ` [9fans] dynamic loading, was "Ugly Q, I admit" Bruce Ellis
2002-11-28  5:12       ` Lucio De Re [this message]
2002-11-28  5:58         ` Bruce Ellis
2002-11-28  6:38           ` Lucio De Re
2002-11-28  6:54             ` Bruce Ellis
2002-11-28  7:05               ` Lucio De Re
2002-11-27 22:49 Joel Salomon
2002-11-28  6:20 okamoto
2002-11-28  6:32 okamoto
2002-11-28  6:42 okamoto
2002-11-28  6:48 ` Ronald G. Minnich
2002-11-28  7:05   ` andrey mirtchovski
2002-11-28  9:49 okamoto
2002-11-28 16:53 ` Ronald G. Minnich
2002-12-02  4:52 ` Jack Johnson

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=20021128071219.P6790@cackle.proxima.alt.za \
    --to=lucio@proxima.alt.za \
    --cc=9fans@cse.psu.edu \
    /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).