
                         SysInfo.library
                         ~~~~~~~~~~~~~~~

    SysInfo.library was developed to bring together all the different
    utility programs that add some new features to Amiga task
    handling, like CPU usage calculation. SysInfo.library was first
    developed for Executive, but it's possible to rewrite it to
    support other similar programs. It's not necessary to support
    all SysInfo.library functions in all implementations.

    Please consult the file `SysInfo.doc' for more information.

    The provided examples can be compiled with GCC or SAS/C.

    You must copy the libs/SysInfo.library to your libs: directory.

    Copy the include files to appropriate directory:

          GCC:   GCC:os-include/
          SAS/C: INCLUDE:

    If you're using GCC, you must also copy the files in gcc/lib/ to
    GCC:lib/ and files in gcc/os-include/ to GCC:os-include/.
