9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@swtch.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu>
Subject: Re: [9fans] 9pm/Plan 9 kernel in user space
Date: Tue, 17 Oct 2006 20:24:39 -0400	[thread overview]
Message-ID: <ee9e417a0610171724u1ca1d1d2u6ecaf2d5d7a31f6a@mail.gmail.com> (raw)
In-Reply-To: <20061017233134.GA19696@debian31m>

You could get that version compiling with some
work, but I don't think it's a very good idea.
You'll still need to write a lot of code to deal
with things like process management, which a
user level kernel can't actually help with.
Having device files for the disks only gets you so far.

You'd be better off just porting fossil (venti is ported)
to the current Plan 9 from User Space, which does
not depend on a central user-space kernel.
http://swtch.com/plan9port/

If you still want a user-space kernel, the drawterm code
is essentially that, though it doesn't contain any
provisions for running "system calls" on behalf of
other processes.
http://swtch.com/drawterm/

Russ


  parent reply	other threads:[~2006-10-18  0:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-17 23:31 jorge-plan9
2006-10-18  0:08 ` Andrew Simmons
2006-10-18  7:34   ` Charles Forsyth
2006-10-18  0:24 ` Russ Cox [this message]
2006-10-18 23:05   ` Georg Lehner
2006-10-18 23:13     ` Russ Cox
2006-10-19  9:06     ` Richard Miller
2006-10-19  9:50     ` C H Forsyth
2006-10-19 20:13 ` Sascha Retzki
2006-10-19 20:39   ` Richard Bilson
2006-10-19 22:21   ` Charles Forsyth
2006-10-19 16:06 Richard Miller

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=ee9e417a0610171724u1ca1d1d2u6ecaf2d5d7a31f6a@mail.gmail.com \
    --to=rsc@swtch.com \
    --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).