9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Yoann Padioleau <pad@fb.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] simplest disk filesystem
Date: Tue, 15 Jul 2014 21:18:57 +0000	[thread overview]
Message-ID: <EE02BB5F-351A-450D-A2FE-5821649B4544@fb.com> (raw)
In-Reply-To: <1405457571.79214.YahooMailBasic@web184703.mail.ne1.yahoo.com>

I’m trying to make a tutorial explaining the code of a not too large kernel
(9), but there are too many things to explain so I have to cut things.
So having a simple fs which does not require to explain
9p, the rpc, the mount device, etc would be great.
I know that explaining plan9 without 9p is kinda nonsense, but I would
do that in another tutorial.

On Jul 15, 2014, at 1:52 PM, Brian L. Stuart <blstuart@bellsouth.net> wrote:

>> I’m looking for a very simple in-kernel filesystem.
> 
> What's motivating the desire for to be in-kernel?  Nearly,
> every file system in Plan 9 runs in user space.  All the
> ones that have been mentioned do.  The only in-kernel
> file system in the labs' distribution is devroot which is
> read-only and intended only to provide enough bits to
> get the system up and running.  9atom also includes
> a devtinyfs that you could take a look at.
> 
> BLS
> 
> 




  reply	other threads:[~2014-07-15 21:18 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-15 17:53 Yoann Padioleau
2014-07-15 17:57 ` andrey mirtchovski
2014-07-15 18:05   ` Yoann Padioleau
2014-07-15 18:11     ` Lee Fallat
2014-07-15 18:12     ` David du Colombier
2014-07-16 17:17   ` erik quanstrom
2014-07-15 20:52 ` Brian L. Stuart
2014-07-15 21:18   ` Yoann Padioleau [this message]
2014-07-15 21:35     ` Brian L. Stuart
2014-07-15 22:57     ` Kurt H Maier
2014-07-16 17:46       ` erik quanstrom
2014-07-16 18:10         ` Kurt H Maier
2014-07-16 18:17 sl
2014-07-16 18:41 ` Yoann Padioleau

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=EE02BB5F-351A-450D-A2FE-5821649B4544@fb.com \
    --to=pad@fb.com \
    --cc=9fans@9fans.net \
    /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).