home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / xyz.lzh / fpu.doc next >
Text File  |  1995-10-15  |  638b  |  16 lines

  1. FPU - (C) 1995 Microware Systems Corp.
  2. Permission to distribute FPU is granted so long as this file is retained.
  3.  
  4. Ultra C only generates one model of floating point code.  If no floating
  5. point coprocessor is present in the system, the FPU floating point emulation
  6. software module will make it appear like one exists.
  7.  
  8. To use the floating point math functions on a 68K machine that does
  9. not have a math coprocessor, you must do the following:
  10.  
  11.        1. Add the fpu module to your bootfile
  12.        2. Add fpu to the extension module list in your
  13.           Init module and remake it
  14.        3. Generate a new bootfile and reboot the system.
  15.  
  16.