home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 426.lha / ZKick_v2.10 / zkick.doc < prev    next >
Text File  |  1990-10-03  |  2KB  |  79 lines

  1.  
  2.  
  3.     ZKick V2.10 -- Copyright (C) 1990 by Daniel Zenchelsky
  4.  
  5.         This program may be freely copied, as long as all copyright
  6.         notices are left intact and unchanged.
  7.  
  8. -----------------------------------------------------------------------------
  9.  
  10.     ZKick  is  a  KickStart  2.0  kickfile loader, similar to KickIt by
  11. Bryce  Nesbitt, but with several advantages.  First of all, ZKick will work
  12. in  ANY  Amiga  with  a ram board at $200000, no matter which slot it's in.
  13. Second,  when  ZKick  loads  KickStart, it survives a reboot!  When you hit
  14. CTRL-AMIGA-AMIGA,  you  are placed back in KickStart 2.0.  This feature can
  15. be disabled with the "-die" option.
  16.  
  17. Requirements:
  18.  
  19.     1)  Total memory must be 1.5M or greater.
  20.     2)  There must be a 512k or greater ram board at location $200000.
  21.  
  22. Usage:
  23.  
  24.     ZKick [-die] kickfile
  25.  
  26. The  -die option is used to tell ZKick not to survive reboots, so that when
  27. the machine is reset, the KickStart ROM will be run instead.
  28.  
  29. Also  included  is  the  program  KillZKick.   KillZKick removes ZKick from
  30. memory, and reboots the system with the KickStart ROM.
  31.  
  32. -----------------------
  33.  
  34. Special thanks to: 
  35.  
  36.     Dan Babcock for sending me an excellent article that he wrote which
  37. showed  how  to  set up RomTag modules correctly, as well as his many ideas
  38. for bug fixes and improvements.
  39.  
  40.     Dave Haynie, for the MMU code which I pilfered from SetCPU.
  41.  
  42. And my beta testers:
  43.  
  44.     Martin Allred
  45.     Joanna Dow
  46.     Frank Edwards
  47.     Valentin Pepelea
  48.     Mike Thomas
  49.     Erik Quackenbush (even though his flakey hardware caused most of
  50.                       the problems :-)
  51.     
  52. Apologies to anyone I forgot.
  53.  
  54. -----------------------
  55.  
  56. History
  57. -------
  58.  
  59.     ZKick  2.10b  fixes  a problem which caused ZKick to configure each
  60. device twice.
  61.  
  62.     ZKick  2.10a  fixes  a  typo  in Zkick 2.10, which caused it not to
  63. recognize an MMU ('=' instead of '==').
  64.  
  65.     ZKick  2.10  employs better error checking.  In addition, if an MMU
  66. exists, it clears it before starting 2.0.
  67.  
  68.     ZKick  2.01  fixes  a  bug which caused ZKick not to work with most
  69. autoboot controllers.
  70.  
  71.     ZKick  2.0 is the first "public" release.
  72.  
  73. -----------------------
  74.  
  75. P.S.  This is my first attempt at assembler programming on the 68000.
  76.       I hope you enjoy the results!!!
  77.  
  78.  
  79.