In these directories you can find
- a library to write filesystems to be used with userfs written in C.
- several filesystems using this library.

fslib/
	Here is the library and an example filesystem mostly using the
library (simple.c). This filesystem can be used as a sceleton for other
virtual filesystems. simple.c gives you a total virtual filesystem
wherein you can do (nearly) everything you can do in a common
filesystem.

misc/
	Some more or less useful filesystems written by me to become
familiar with userfs. See the README for details on each filesystem.

osk/
	This is a read-only filesystem which can be used to read OS-9
filesystems either available as a file or on a floppy (if you have a
floppy driver which supports the 256 bytes per sector OS-9 disks).

					Ulrich Dessauer <ud@nitmar.muc.de>
