Fiasco-1.1 Patches
------------------

This directory contains patches for problems found after the release of the
Fiasco-1.1 microkernel. These patches will be incorporated into the next
release.

How to apply these patches
--------------------------

Simply copy each of the patches to your fiasco-1.1 directory and apply them in
order:

cd fiasco-1.1
patch -p1 -i xxx.patch         (where xxx.patch is the name of your patchfile)


The Fiasco Team