home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 68 / af068sub.adf / LastAlert2 / LastAlert2.doc < prev    next >
Text File  |  1994-08-22  |  8KB  |  204 lines

  1.  
  2.  
  3. *******************************************************************************
  4. *                                                                             *
  5. *                        -->  LastAlert2 User Manual  <--                     *
  6. *                                                                             *
  7. *                                                                             *
  8. *                        Jørgen Da Larsen - Posse Pro. DK                     *
  9. *                                                                             *
  10. *                                                                             *
  11. *******************************************************************************
  12.  
  13.     NOTE: LastAlert2 requires Kickstart and Workbench 2.0 or higher to run! 
  14.  
  15.  
  16.  
  17. Preface:
  18.  
  19.  This utility is released as FREEWARE. This means that the program, and this
  20. user manual (the distribution) are freely distributable, but are also
  21. Copyright (c) Jørgen (Da) Larsen. The distribution must be kept together and
  22. there must only be charged a nominal fee to cover time and copying costs.
  23. Please also remember that no commercial usage is permitted without written
  24. permission from the author.
  25.  
  26. The distribution consists of : LastAlert2         - Main program 
  27.                                LastAlert2.info    - Icon ( 4 and 8 colors )
  28.                                LastAlert2.guide   - Guide format - user manual
  29.                                LastAlert2.doc     - ASCII format - user manual
  30.                                LA2.pix            - Example picture
  31.                                Posse Pro. DK.info - Icon
  32.                                   Install LastAlert2 - Installer script
  33.  
  34.                      --------------------------------------
  35.  
  36.  
  37.  
  38.  
  39.                                Table Of Contents
  40.  
  41.      Preface .......................................................... 1
  42.  
  43.      1.Introduction ................................................... 2
  44.  
  45.      2.Disclaimer.......................................................2
  46.  
  47.      3.Installation ................................................... 2
  48.  
  49.      4.Usage .......................................................... 2
  50.  
  51.      5.Bugs ........................................................... 3
  52.  
  53.      6.Program History ................................................ 3
  54.  
  55.      7.Comment from author ............................................ 4
  56.  
  57. 1.Introduction
  58.  
  59.    Are you tired of always having troubles with finding your pen and paper just
  60.   to write down the last guru you got. Now this problem is solved because I
  61.   have written a small and quick program that will show the last alert or guru
  62.   there have been. If you don't get the point of what this program can be used
  63.   to then try to read the rest of this user manual.
  64.  
  65.  
  66. 2.Disclaimer
  67.  
  68.    The author is in no way liable for any changes made to any part of the
  69.   package, or consequences thereof as he is in no way liable for damages
  70.   or loss of data directly or indirectly caused by this software.
  71.  
  72.  
  73. 3.Installation
  74.  
  75.    The program can be installed anywhere you want, but please read chapter 4 if
  76.   you want my opinion where LastAlert2 would have it's best place. 
  77.  
  78.  
  79. 4.Usage
  80.  
  81.    The program can either be started from Workbench (just click the icon) or
  82.   from CLI/Shell with the command:
  83.  
  84.   path/LastAlert2     (Any arguments parsed to LastAlert2 will be ignored.)
  85.  
  86.   If there is no reaction it is because there have to be a guru before the
  87.   the requester will pop up and show something like this:
  88.  
  89.        -------------------------------------------------------------
  90.        | | LastAlert 2.1  ( Jørgen Da Larsen - Posse Pro. DK © ) | |
  91.        -------------------------------------------------------------
  92.        |                                                           |
  93.        |               Alert Number :  0x80000005                  |
  94.        |               Alert Task   :  0x0800DDE8                  |
  95.        |               Alert Name   :  ACPUG_DivZero               |
  96.        |               Spec. Alert  :  Hardware/CPU                |
  97.        |               Spec. Error  :  Divide by zero              |
  98.        |                                                           |
  99.        -------------------------------------------------------------
  100.        |                                                           |
  101.        |      About                                      Okay      |
  102.        |                                                           |
  103.        -------------------------------------------------------------
  104.  
  105.    My suggestion to make LastAlert2 as efficient as possible will be to place
  106.   LastAlert2 in the WBStartup drawer because then you will get information of
  107.   the last guru if there has been one.
  108.    If you follow my suggestion you will be free from troubles like where's my
  109.   pen and I am out of paper every time a guru pops up.
  110.  
  111. 5.Bugs
  112.  
  113.   LastAlert2 have been tested on these configurations:
  114.  
  115.                 A1200 with 2 MB CHIP.
  116.  
  117.                 A1200 with 2 MB CHIP,
  118.                            MBX1200Z ,
  119.                            4 MB FAST,
  120.                            68881 FPU - 14 MHz.
  121.  
  122.                 A1200 with 2 MB CHIP,
  123.                            M1230XA 40MHz,
  124.                            4 MB FAST,
  125.                            68030 NO MMU,
  126.                            NO FPU.
  127.  
  128.                 A1200 with 2 MB CHIP,
  129.                            M1230XA 50MHz,
  130.                            4 MB FAST,
  131.                            68030 with MMU,
  132.                            NO FPU.
  133.                            ( My C= )
  134.  
  135.  
  136.   I cannot find any (more) bugs in LastAlert2 but i am sure you can. (:
  137.  
  138.   Please write to me if you find a bug in LastAlert2.
  139.  
  140.   
  141.   Note: If you have Enforcer active while running LastAlert2 you
  142.         will get a 'Enforcer Hit' because LastAlert2 makes a LONG-READ
  143.         at $100 ( This is no BUG :) ).
  144.  
  145.  
  146. 6.Program History
  147.  
  148.   VERSION 1.0 
  149.  
  150.     ° First release. (And it works on Kickstart and Workbench 3.0)
  151.  
  152.     ° Only tested on a A1200 with different configurations with Kickstart
  153.       and Workbench 3.0
  154.  
  155.  
  156.   VERSION 2.0 
  157.  
  158.     ° Now LastAlert also shows: Alert Number, Alert Task, Alert Name  
  159.                                 Spec. Alert, Spec. Error 
  160.  
  161.     ° Still not tested on a Kickstart and Workbench 2.0 system !
  162.  
  163.  
  164.   VERSION 2.1 
  165.  
  166.     ° A little bug fixed !!!
  167.  
  168.  
  169.   VERSION 3.0
  170.  
  171.     ° Comming soon !!!
  172.  
  173.     ° Will include  - Nice GUI main program (GUIFront)
  174.                     - A startup program (WBStartup)
  175.                     - And a lotta other stuff !!!
  176.  
  177.  
  178. 7.Comment from author
  179.  
  180.   If you want to contact the author of this program then write to this address:
  181.    
  182.                     Mail:   Jørgen Da Larsen (Posse Pro. DK)
  183.                             Carl Blochs Vej 20
  184.                             9000 Aalborg
  185.                             Denmark
  186.  
  187.                     E-mail: dapp@iesd.auc.dk
  188.  
  189.  
  190.   Note: Please write if you have some remarks, suggestions or if you have found
  191.         some bugs in the program (you are also welcome to send me a modem, bike,
  192.         car, house or maybe just a note saying that you like the program).
  193.  
  194.  
  195.   Greetings: Anders Elkjær         ( Member of Posse Pro - P(V)C owner - Ups )
  196.              Claus Nyhus Chr.      ( Member of Posse Pro - Get C'ing )
  197.              Flemming Kjær Jensen  ( Use macros !! )
  198.              Jan Østergaard        ( Toto: Hold the line )
  199.              Jens Kristian         ( We love 'BLoad' )
  200.              Preben Nielsen        ( Waiting on your screen snapper
  201.                                      - long live ARexx )
  202.              SuperTrade DK         ( The best Amiga shop - Yo Alex H. )
  203.              Søren Staun-Pedersen  ( Member of Posse Pro - LSSGPOIWDTMS )
  204.