Index of /fiasco/prev/download/patches

Icon  Name                    Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] 00-INDEX 2003-12-14 13:15 78 [   ] 001.patch 2003-12-14 13:12 1.1K [TXT] README 2003-12-14 13:14 452

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