On Tue Jul 15 13:59:15 EDT 2014, mirtchov...@gmail.com wrote:
> /sys/src/cmd/ramfs.c?
> 
> On Tue, Jul 15, 2014 at 11:53 AM, Yoann Padioleau <p...@fb.com> wrote:
> > Hi,
> >
> > What is the simplest storage filesystem in terms of code size in plan9?
> > I’m looking for a very simple in-kernel filesystem. Maybe older version of 
> > plan9
> > was including such a filesystem? On Linux for instance the minixfs was 
> > probably
> > the simplest filesystem. The dos must also be simple but it’s currently a 
> > fileserver
> > which makes it sligtly more complicated.

ramfs doesn't count by the op's rules, since it's not in kernel.
(and i think the op didn't think to specify that it store to disk.)
in fact there aren't any in-kernel file storage file systems in plan 9.
unless you count ken's file server, which is not really in kernel, it
IS the kernel.  it also isn't on the same box as a kernel you're talking
about.

the simplist file on disk is likely fat, followed by kfs.  simple
sadly is not a synonym for nice.  :-)

- erik

Reply via email to