9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] OT: linux complexity trends
@ 2001-11-26 17:56 presotto
  2001-11-26 18:48 ` Dan Cross
  0 siblings, 1 reply; 14+ messages in thread
From: presotto @ 2001-11-26 17:56 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 78 bytes --]

That's been recently discussed.  dhog is working on it for the next release.

[-- Attachment #2: Type: message/rfc822, Size: 1931 bytes --]

From: Ronald G Minnich <rminnich@lanl.gov>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] OT: linux complexity trends
Date: Mon, 26 Nov 2001 10:40:44 -0700
Message-ID: <01112610404404.17193@snaresland>

On Monday 26 November 2001 07:54, you wrote:
> But look: the Plan 9 kernel is a big beast, no doubt about it.   All those
> drivers, for one thing.

any opinions in this group about dynamically loading drivers.

Yeah, I know, ack, puke, but in some cases this can be very handy, esp. on
things like flash drivers which you don't normally want loaded.

ron

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: [9fans] OT: linux complexity trends
@ 2001-11-26 22:37 forsyth
  0 siblings, 0 replies; 14+ messages in thread
From: forsyth @ 2001-11-26 22:37 UTC (permalink / raw)
  To: 9fans

>>Ipaq's, for example, have very limited memory but can have a

one of the nice things about wandering in after microsoft
on any given platform is that `limited memory' means something
quite different from what it might mean elsewhere.
for instance, the newer iPAQs seem to be 64mbyte RAM and
32 mbyte flash (minimum).



^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: [9fans] OT: linux complexity trends
@ 2001-11-26 19:01 presotto
  0 siblings, 0 replies; 14+ messages in thread
From: presotto @ 2001-11-26 19:01 UTC (permalink / raw)
  To: 9fans

I had been against locadable drivers for a while, mostly on the grounds of added
complexity.  However, I never compiled all devices into my kernels
because probing for some devices often hung my system or interfered
with other devices although that's getting better.

Size still matters since we run on a lot of little devices.  The
Ipaq's, for example, have very limited memory but can have a
panoply of cards that can be plugged in on the fly.  Compileing in
all devices is a bit of a pain since they can easily surpass the
flash.

For release purposes, its less resources to waste on our side just
copying drivers onto a floppy than building a new kernel.  However,
that's not a very strong argument.


^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: [9fans] OT: linux complexity trends
@ 2001-11-26 14:54 rob pike
  2001-11-26 17:40 ` Ronald G Minnich
  0 siblings, 1 reply; 14+ messages in thread
From: rob pike @ 2001-11-26 14:54 UTC (permalink / raw)
  To: 9fans

Actually, I think my remark was that the Plan 9 window system's
source was smaller than the X include files, but I don't think that's
changed significantly and the remark about kernel source is probably
not too far off the mark either.

But look: the Plan 9 kernel is a big beast, no doubt about it.   All those
drivers, for one thing.

-rob



^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: [9fans] OT: linux complexity trends
@ 2001-11-26 14:42 forsyth
  0 siblings, 0 replies; 14+ messages in thread
From: forsyth @ 2001-11-26 14:42 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 280 bytes --]

i meant: the way #ifdefs have been used increases (i think) the complexity of the code.
i would qualify the remark by changing ``the complexity also isn't
a function of size'' to ``the complexity isn't necessarily a function of size'',
because that's what i actually meant.


[-- Attachment #2: Type: message/rfc822, Size: 1679 bytes --]

To: 9fans@cse.psu.edu
Subject: Re: [9fans] OT: linux complexity trends
Date: Mon, 26 Nov 2001 09:00:46 -0500
Message-ID: <20011126140052.7A7B619A2B@mail.cse.psu.edu>

> of course be relevant.  the complexity also isn't a function of size,
> but of construction (as a small example i think of all those #ifdefs
> in the Linux kernel code i've seen, particularly the powerpc and arm
> support).

What are you saying?  That the #ifdef's increase the complexity of the
code or decrease it?

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: [9fans] OT: linux complexity trends
@ 2001-11-26 14:00 presotto
  0 siblings, 0 replies; 14+ messages in thread
From: presotto @ 2001-11-26 14:00 UTC (permalink / raw)
  To: 9fans

> of course be relevant.  the complexity also isn't a function of size,
> but of construction (as a small example i think of all those #ifdefs
> in the Linux kernel code i've seen, particularly the powerpc and arm
> support).

What are you saying?  That the #ifdef's increase the complexity of the
code or decrease it?


^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: [9fans] OT: linux complexity trends
@ 2001-11-26 13:13 forsyth
  2001-11-26 18:36 ` Dan Cross
  0 siblings, 1 reply; 14+ messages in thread
From: forsyth @ 2001-11-26 13:13 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 754 bytes --]

to be fair, i think it depends what that graph is measuring.  if it is
mainly more device drivers and protocols, that increases the scale of
linux, but not necessarily the complexity.  whether some of those
protocols and driver functions really need to be in the kernel might
of course be relevant.  the complexity also isn't a function of size,
but of construction (as a small example i think of all those #ifdefs
in the Linux kernel code i've seen, particularly the powerpc and arm
support).

on the other hand, i think rob observed once years ago at a conference that at
the time the entire source code of the Plan 9 kernel was smaller than
just the include files of some Unix systems, and i don't think that has
changed significantly.


[-- Attachment #2: Type: message/rfc822, Size: 2221 bytes --]

To: 9fans@cse.psu.edu
Subject: [9fans] OT: linux complexity trends
Date: Mon, 26 Nov 2001 12:41:53 +0000
Message-ID: <1171249689@snellwilcox.com>


Linux kernel size trend graph

http://durak.org/sean/pubs/kfc/kfc-size.gif

I wonder what the Plan9 one might look like?

-Steve





----------------------------------------------------------------------
The contents of this communication are confidential to the normal user of
the email address to which it was sent.  If you have received this email
in error, any use, dissemination, forwarding, printing or copying of this
email is strictly prohibited.  If this is the case, please notify the
sender and delete this message.
----------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [9fans] OT: linux complexity trends
@ 2001-11-26 12:41 steve.simon
  0 siblings, 0 replies; 14+ messages in thread
From: steve.simon @ 2001-11-26 12:41 UTC (permalink / raw)
  To: 9fans


Linux kernel size trend graph

http://durak.org/sean/pubs/kfc/kfc-size.gif

I wonder what the Plan9 one might look like?

-Steve





----------------------------------------------------------------------
The contents of this communication are confidential to the normal user of
the email address to which it was sent.  If you have received this email
in error, any use, dissemination, forwarding, printing or copying of this
email is strictly prohibited.  If this is the case, please notify the
sender and delete this message.
----------------------------------------------------------------------



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2001-11-27 10:16 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-26 17:56 [9fans] OT: linux complexity trends presotto
2001-11-26 18:48 ` Dan Cross
2001-11-27 10:16   ` Thomas Bushnell, BSG
  -- strict thread matches above, loose matches on Subject: below --
2001-11-26 22:37 forsyth
2001-11-26 19:01 presotto
2001-11-26 14:54 rob pike
2001-11-26 17:40 ` Ronald G Minnich
2001-11-26 18:24   ` Alexander Viro
2001-11-26 14:42 forsyth
2001-11-26 14:00 presotto
2001-11-26 13:13 forsyth
2001-11-26 18:36 ` Dan Cross
2001-11-26 19:45   ` Ronald G Minnich
2001-11-26 12:41 steve.simon

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).