home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / misc / reset.lzh / Reset / Reset.doc < prev    next >
Encoding:
Text File  |  1992-09-22  |  2.8 KB  |  63 lines

  1. *---------------------------------> Reset <---------------------------------*
  2. *-----------------------> Version 2.02 on 21.9.1992 <-----------------------*
  3. *--------------------------> by Martin Schlodder <--------------------------*
  4.  
  5. Reset is a little utility, that allows you to perform a reset by simply
  6. typing it.
  7.  
  8. Additionally, it might be used from the Workbench after creating a project-
  9. type icon. It hasn't any startup code suitable for the Workbench, yet that
  10. shouldn't matter as the system is reseted right after the loading of the
  11. program. When called that way, Reset will do a hard-reset.
  12.  
  13. Calling Reset from CLI (or Shell), you have several options, which you may
  14. abbreviate, for only the first character is recognized.
  15.  
  16. 1. The questionmark '?' or an unknown option shows some shortened information
  17.    about the program.
  18. 2. No option or 'simple' will perform a simple reset which behaves like
  19.    having pressed the keys <control><left amiga><right amiga> together.
  20. 3. The option 'cold' removes the ExecBase and with that everything that is
  21.    resident in the system i. e. ram disks, programs, viruses etc.
  22. 4. The option 'kick' removes the Kickstart from A1000's WOM. That will only
  23.    work, if the program is run in FASTMEM, wherelse it will exit with an
  24.    errormessage. This is because the checksum of the Kickstart must be
  25.    cleared, to remove it. For that you have to write to the WOM, which is
  26.    only possible after a reset. The 68000's reset command moves on the Amiga
  27.    the ROM to the lower 512K of CHIPMEM, and so a program run there will
  28.    continue in Kickstart and so crash.
  29.  
  30. It is quite clear that this program should only be used with caution, because
  31. it terminates everything in your system and with the option 'cold' given,
  32. even removes recoverable ram disks.
  33.  
  34. This program is placed in the public domain. Here I should remark, that I
  35. extracted the reset functions in KillKick and V1.3 reset from freely
  36. available sources (printed in several Amiga magazines).
  37.  
  38. I warn again all users to be concious of their risk at using Reset; I am not
  39. responsible for loss of data, damage or other problems rustulting directly
  40. or indirectly from the use of this program.
  41.  
  42. For questions or suggestions call me via EMail (internet):
  43.    schlodder@mailserv.uni-tuebingen.de
  44.  
  45. or write me:
  46.    Martin Schlodder
  47.    Uhlandstr. 18
  48.    D-7460 Balingen
  49.  
  50. This contribution consists of:
  51.  Reset.asm      the source code
  52.  Reset.doc      the english documentation
  53.  Reset.dok      the german documentation
  54.  Reset_D        the program itself with german texts
  55.  Reset_E        the program itself with english texts
  56.  
  57. I recommend you to rename the chosen version of Reset to 'Reset'.
  58.  
  59. -----------------------------------------------------------------------------
  60.                                    //
  61.                        Thanks to \X/ Amiga for being the best computer ever !
  62.  
  63.