home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / utilities / misc / skick / allockick.doc < prev    next >
Text File  |  1993-04-25  |  1KB  |  32 lines

  1.  
  2.          AllocKick - Allocate memory occupied by the kickstart image
  3.          ===========================================================
  4.                                (C) SinSoft 1993
  5.                                ================
  6.  
  7. This  very little utility was written to help SKick users with non- autoconfig
  8. memory  boards.   With these, SKick should be used with FORCE option to ensure
  9. loading onto memory unknown to the system and to avoid automatic allocation of
  10. the kickstart image, which is unusable in such a case.  This causes the effect
  11. of the kickstart image being unprotected and easily overwritten by any program
  12. requiring a lot of memory.
  13.  
  14. Recommended usage of the program is as follows:
  15.  
  16. In Your startup-sequence, put the following commands in the following order: 
  17.  
  18. SKick .... FORCE
  19. AddMem ....
  20. AllocKick
  21. ...
  22.  
  23. These  three  commands should be at the top of the startup-sequence before any
  24. other commands (SetPatch etc).
  25.  
  26. AllocKick  does  not  require  any  parameters and doesn't print any messages.
  27. After  successful  allocating,  return  code  is set to 0.  When unsuccessful,
  28. AllocKick returns 5.
  29.  
  30. Users  with  standard  Zorro-II or Zorro-III autoconfig boards don't need this
  31. program because the memory allocation should be done by SKick automatically.
  32.