From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1405460154.73439.YahooMailBasic@web184706.mail.ne1.yahoo.com> Date: Tue, 15 Jul 2014 14:35:54 -0700 From: "Brian L. Stuart" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] simplest disk filesystem Topicbox-Message-UUID: 0363715a-ead9-11e9-9d60-3106f5b1d025 > I=E2=80=99m 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. In that case, I'd suggest using devroot since it's useful to know how things get bootstrapped and having a small set of files in the kernel image is a handy technique for embedded applications. Although it doesn't talk to any disk devices, you can point to the next tutorial and explain that most file systems run as user applications and communicate with the disks by way of 9p. BLS