Here is the C library to be used with userfs 0.6.
fslib.c:	This module covers the whole communication and converts
		structures from and to the user process. So the user
		may not learn about all the structs available in userfs.
util.c:		A lot of routines to build virtual filesystems. No docs
		yet, I'm sorry :-(. But you can have a look at the
		sample filesystems in misc/ and osk/.
fslib.h:	Includefile you need to include if you use the library.
simple.c:	A real virtual filesystem; can be used as a slow ramdisk
		with some small restrictions.

