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

  1.  
  2.                          Alert Display Replacement 40.3
  3.  
  4.                  (c) 1994 Martin Mares, MJSoft System Software
  5.  
  6. ================================================================================
  7.  
  8.  
  9. Preface
  10. =======
  11.  
  12.    NewAlertHook,  its  documentation and the ss.library are Copyright (c) Martin
  13. Mares, MJSoft System Software, Prague, Czech Republic.
  14.  
  15.    This  archive  can  be  freely redistributed, as long as all of its files are
  16. included   in   their   original   form  without  any  additions,  deletions  or
  17. modifications,  and  no more than a nominal fee is charged for its distribution.
  18. All  copyright notices in the programs and accompanying documentation files must
  19. remain  on  their  places.  Also '.displayme' and other similar files may not be
  20. added.  This is generally known as FREEWARE.
  21.  
  22.    This  software  is  provided  "AS  IS"  without  warranty of any kind, either
  23. expressed  or  implied.   The author is not responsible for any damage caused by
  24. it.
  25.  
  26.    Assembly  source  of this program is included, but if you make any changes, I
  27. will  be  pleased  if  you  send  them  to me and I'll incorporate them into new
  28. version.   Please don't distribute modified versions of this software without my
  29. permission.
  30.  
  31.  
  32. Introduction
  33. ============
  34.  
  35.    Many people don't understand Amiga system error codes displayed in the
  36. alerts. These codes contain a lot of information and it's hard to learn what
  37. they mean. This program tries to improve the alerts by adding the following
  38. information:
  39.  
  40.      - Name of program that caused the alert.
  41.  
  42.      - Complete text description of the error.
  43.  
  44.    NewAlertHook has to be installed by the AddModule utility (also included in
  45. this archive) by
  46.  
  47.       AddModule NewAlertHook INIT
  48.  
  49.    The INIT switch causes NewAlertHook to initialize itself without rebooting
  50. the system.
  51.  
  52.  
  53. Requirements
  54. ============
  55.  
  56.    - Kickstart 2.04 or higher.
  57.  
  58.  
  59. Notes
  60. =====
  61.  
  62.    Thanks to Brian Gontowski for inspiration (InstallNewAlert), but this one
  63. is significantly shorter (only about 3K).
  64.  
  65.    Send suggestions, flames and bug reports to <mjsoft@k332.feld.cvut.cz>.
  66.  
  67.