home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OS9000 / GWINDOWS / cyberwar.lzh / readme.csl < prev   
Text File  |  1984-12-24  |  2KB  |  41 lines

  1.  Additional notes on 'csl' and the floating point emulator.
  2.  
  3.  Your distribution archive should include the following modules:  
  4.  
  5.  for OS9/68000 systems:
  6.  
  7.        csl - C shared library trap module for 68000 systems
  8.     csl020 - C shared library trap module for 68020, 030 and 040 systems
  9.        fpu - floating point emulator
  10.     fpu040 - floating point emulator for 68040 systems
  11.     p2init - OS9P2 module installer
  12.  
  13.  for OS9000 systems:
  14.  
  15.        csl - C shared library trap module
  16.      fpuem - floating point emulator
  17.  
  18.  Like the "cio" trap module that preceeded it, the C shared library module 
  19.  "csl" can be copied to your CMDS directory and will be loaded automatically 
  20.  when needed or it can be included in your boot file.  Be sure to copy the 
  21.  correct module for your system and to give it the name "csl" 
  22.  
  23.  If your system does not have a floating point coprocessor, you will need to 
  24.  install the floating point emulator "fpu" for 680x0 systems, fpu040 for 
  25.  68040 system or 'fpuem' for 80386 systems.
  26.  
  27.  On OSK systems the appropriate module must be installed as an extension 
  28.  module before running this program.  The simpliest way to do this is to copy 
  29.  "p2init" and the proper "fpu" to your CMDS directory and add the following 
  30.  two lines early in your startup file:  
  31.  
  32.     load fpu
  33.     p2init fpu
  34.  
  35.  The module "fpu" can also be added to your bootfile and installed by 
  36.  invoking "p2init" in your startup file or, if you are really stouthearted, 
  37.  you can change your init module to recognize 'fpu' as an extension module.  
  38.  
  39.  On 80386 systems, the module 'fpuem' must be added to your bootfile.  80486 
  40.  systems do not need this module at all.
  41.