home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 5 / misc / memgrab.doc < prev    next >
Encoding:
Text File  |  1994-01-27  |  2.5 KB  |  74 lines

  1.  
  2.  
  3.    /******************************************************************/
  4.  
  5.              MemGrab -- The Fast Memory Grabber   V1.0
  6.  
  7.               Copyright © 1986   by Mitchell Jareo IV
  8.  
  9.       This program is free and may be freely distributed with these
  10.    restrictions.
  11.  
  12.    1. NO FEE may be charged for this program.
  13.    2. NO modifications may be made to this program.
  14.  
  15.    /******************************************************************/
  16.  
  17.   This one's for all of you naughty boys and girls out there
  18. who never seem to find the time to ATOMize your programs.
  19.  
  20.    This program can only help those of you out there who are
  21. among the lucky people who have RAM expansion boards on the
  22. side expansion bus. This memory is called FAST memory. The
  23. other type of memory, the memory inside the computer and the
  24. 256K front expansion box, is called CHIP memory.
  25.  
  26.    The biggest difference between the two types of memory is
  27. that the three custom chips which perform graphics,
  28. animation, sound, and I/O cannot access FAST memory. This
  29. means that any data which should be in CHIP memory is in
  30. FAST memory it will not be usable.
  31.  
  32.    If you have ever run a program and not been able to see
  33. Gadgets, Images, or Pointers, then you have what is known as
  34. an unATOMized program. ATOM is a program that allows a
  35. programmer to assure that all of his data which should be in
  36. CHIP memory goes there when the final product is loaded.
  37.  
  38.    Any program which uses data structures that must be in
  39. CHIP RAM, needs to be ATOMized. But if you are only testing
  40. and don't want to bother, or if you happened to luck upon
  41. the works of one the naughty people mentioned above, then
  42. you need MemGrab.
  43.  
  44.    This program will allow you to quickly allocate all of
  45. the FAST RAM in your Amiga.
  46.  
  47.    To use MemGrab:
  48.    From CLI -- type MemGrab <RETURN>
  49.    From Workbench -- double click on the MemGrab icon.
  50.  
  51.    There are two states in which MemGrab exists.
  52.    Grabbed and Released.
  53.  
  54.    When the program starts it has not yet grabbed all of the
  55. fast memory.
  56.  
  57.    Before you load the naughty program, press on the gadget
  58. labeled GRAB. This will allocate all of the FAST memory.
  59.  
  60.    Now, load the naughty program.
  61.  
  62.    When the naughty program has finished you may press on
  63. the gadget anytime in the future to release the memory
  64. (Run PM with this to see how well it works!).
  65.  
  66.    To quit MemGrab: Just select the Close Window Gadget in
  67. the upper left corner.
  68.  
  69.    Hope this program helps some of you frustated 4-meggers
  70. out there.
  71.  
  72.                                           Long Live Amiga,
  73.                                           Mitchell Jareo IV
  74.