(libfs)
Most servers share a common set of code routines for handling incoming mesages. This common code can be quantified into a library interface that removes all the code duplication, as well as a few bugs with regard to message passing. It will also make it easier to port drivers from other sources, such as the Linux kernel, to the FMI/OS platform.
- currently wkt's libminifs is imported as libfs and progress is underway to convert existing servers to use it