home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / boot / newalerthook / addmodule.doc < prev    next >
Text File  |  1994-12-12  |  2KB  |  60 lines

  1.  
  2.                           Resident Module Launcher 1.2
  3.  
  4.                  (c) 1994 Martin Mares, MJSoft System Software
  5.  
  6. ================================================================================
  7.  
  8.  
  9. Preface
  10. =======
  11.  
  12.    AddModule and its documentation are Copyright (c) Martin Mares, MJSoft System
  13. Software, Prague, Czech Republic.
  14.  
  15.    The AddModule utility may be freely redistributed, as long as the author's
  16. copyright remains unchanged. It may be included in any kind of software package.
  17.  
  18.    This  software  is  provided  "AS  IS"  without  warranty of any kind, either
  19. expressed  or  implied.   The author is not responsible for any damage caused by
  20. it.
  21.  
  22.  
  23. Introduction
  24. ============
  25.  
  26.    AddModule is able to install resident modules to KickTag and KickMem lists,
  27. which makes them reset-proof.
  28.  
  29. Syntax: AddModule <ModuleName> [CLASS <class>] [PRI <pri>] [INIT]
  30.  
  31. ModuleName - name of resident module you want to install
  32.      class - module class 0-127 (see exec/resident.i). The seventh bit cannot
  33.              be overriden
  34.        pri - module priority -128-127
  35.  
  36.    You may also try to install usual libraries and devices as resident modules.
  37. In this case, specify CLASS 4 and PRI -128. If some library uses some other,
  38. try to arrange the priorities in the appropriate order. The ss.library can be
  39. installed in this way.
  40.  
  41.    If the module is already present in the same or higher version and with the
  42. same or higher priority, it's not installed again.
  43.  
  44.    AddModule is pure and can be made resident.
  45.  
  46.  
  47. Requirements
  48. ============
  49.  
  50.    - Kickstart 2.04 or higher
  51.  
  52.    - ss.library 5.0 or higher (included in this archive)
  53.  
  54.  
  55. Notes
  56. =====
  57.  
  58.    Send comments, suggestions and bug reports to mjsoft@k332.feld.cvut.cz
  59.  
  60.