===============================================================================
Copyright (C) 2004 PocketDOS

  PocketDOS
  http://www.pocketdos.com/

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA

===============================================================================

This FPU emulator is based on the FPU emulator from Bochs (by Kevin Lawton), 
which in itself is based on the wmemu FPU emulator for DJGPP (by William
Metzenthen), which in turn, is based upon wm-FPU-emu (the FPU emulator of the 
Linux operating system).

The source code for the emulator is included.
This release is based on Bochs 2.11

To use this emulator with PocketDOS, copy the DLL file to the same folder as
the PocketDOS.exe executable. Ensure that there are no other DLL files with
the name PDOS???FPU.DLL in the folder, as PocketDOS will (currently) load the 
first matching (x87 FPU emulator) DLL it finds. Also ensure that there are no 
PDOS???CPU.DLL DLL files in the folder, as PocketDOS will (currently) try to
load a CPU emulator before it will try to load an FPU emulator.