Installation:
=============

 1. First untar the package.
 2. Make a backup copy of your kernel, and enter it into the lilo config
    file (see the Lilo Doc for details). Just in case something bad happens,
    you can still fall back to that backup kernel.
 3. Then patch the kernel:
     cd /linux
     patch -p1 -l < fdpatches2for15

 4. Compile the kernel:
     make

 5. Install the kernel with lilo, and reboot. (See the Lilo Doc for details)

 6. Compile mtools
      cd mtools-2.0.7alk
      make

 7. Compile the other utilities
      cd util
      make

 8. Run the MAKEFLOPPIES script to create the device files:
      cd /dev
      MAKEFLOPPIES

 9. Enjoy!
 I you have any questions, feel free to ask!

   A. Knaff
  ( Alain.Knaff@imag.fr )
