home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / patches / kickrom07ß / kickrom.doc < prev    next >
Encoding:
Text File  |  1996-06-16  |  3.9 KB  |  99 lines

  1.  
  2. NAME
  3.     KickROM -- A program for loading kickstart images written to work
  4.     with an A1200 and a 68030 with MMU.
  5.  
  6. BETASTATE
  7.     NOTE:   This  release  is  just  a  very early public beta, mainly
  8.     published to get some response if anyone else need this and to get
  9.     some  problems  fixed.   It  works really fine for me, but for you
  10.     maybe  not.   You  probably  shouldn`t  use  it  if  you aren`t an
  11.     advanced Amiga user!
  12.  
  13.         This release changed more or less the whole program! Have a look in
  14.     the background section for changes!
  15.  
  16. SYNOPSIS
  17.     KickROM KICKFILE/A,QUIET/S,020/S
  18.  
  19. DESCRIPTION
  20.     Arguments   should   be   obvious.    Note  only  524288bytes  and
  21.     262152bytes large kicks are supported (raw ROM image). The 020
  22.     switch is for 68020 user who have a 68852 (external MMU).
  23.  
  24.     You  can  safely  put it into your startup-sequence, it detects if
  25.     it`s already in memory (I suggest as the 1st command).
  26.  
  27.     If  you  press  the joystickbutton while starting this program, it
  28.     won`t  kick  the image, if you do so while reset, you`ll see a red
  29.     screen and your original kickstart will be used.
  30.  
  31.     If  you  get  a  red  screen  on  reset  and  you didn`t press the
  32.     joystickbutton,  there was a checksumerror in the image in RAM and
  33.     your original kickstart will be used.
  34.  
  35.     (If you get a red screen on reset without using this program, your
  36.     ROM has a checksumerror :)
  37.  
  38. NOTE
  39.         Two KickTag entries are used,  so  don`t  get  in  trouble if
  40.     viruskillers tell you something strange...
  41.  
  42.     There  is  of  cause  no guarantee this program won`t eat your cat,
  43.     blow your house and transfer all your money to me ;)
  44.  
  45.     Also note that kickstartimages are © by AmigaTechnologies GmbH!
  46.  
  47. REQUIREMENTS
  48.     You  need  a computer with a `030 and a fully working MMU, so _no_
  49.     68EC030! 68020&68552 might also work, but use the 020 switch.
  50.  
  51. BACKGROUND
  52.     There  are  lots of "kicker`s" out, but none of them really worked
  53.     100%  on  my  a1200.   Every  MMU  based  program I tried out just
  54.     wouldn`t  work (softboot, setcpu..); I don`t know exactly why, but
  55.     I  think  they are using special A3000/A4000 hardware.  Only SKick
  56.     worked,  but  I  had  to  find  out  a  SKick`d system to be quite
  57.     unstable, as everyone can overwrite the kickstartimage in RAM.
  58.  
  59.     That`s why KickROM was born.  It`s a MMU based program, so you can
  60.     use  any  image, and there is no need of special realocationfiles.
  61.     Further  more,  the image is write protected, so absolutely no one
  62.     can overwrite it.
  63.  
  64.     I  wrote  it  for  my  a1200,  but  I  can`t see any reason why it
  65.     shouldn`t  work  on  any  other  system, except there if there are
  66.     special  reset  routines  needed.   This seems to e.g.  on a3000`s
  67.     (which are at all a bit special :)
  68.  
  69.     Ok,  that  was  for  0.3ß.   In  meantime  lots of people wrote me
  70.     (thanks  to  all!!!)  and  I  fixed  quite a lot.  But at all, the
  71.     program  just  wouldn`t  work with zorro Amigas.  So I rewrote the
  72.     whole  thing.   As a result of changing the resetroutine, it takes
  73.     now  care  of  zorro slots etc.  But there is a funny problem:  It
  74.     absolutely  won`t  work on my Blizzard IV, it crashes on places it
  75.     shouldn`t.  So I don`t know exactly if it`ll work on your machine,
  76.     please  report!  But anyway, this was the reason why KickBlizz was
  77.     born.  It works here fine for ~2 months (in meantime lots of other
  78.     Blizzard-kickers have occured, but who cares?  )
  79.  
  80.     Oh,  I  nearly  forgot  one of the most exciting changes:  The ROM
  81.     image  is  now write protected, too, so there is no way to destroy
  82.     it!  AFAIK this is the only program that can do this for you :)
  83.  
  84. UNSOLVED PROBLEMS
  85.     It doesn`t work with my Blizzard IV, but so does no program.
  86.  
  87. AUTHOR
  88.     If  you  have  any  comments,  suggestion,  constructive flames or
  89.     anything else, please e-mail me about this.
  90.  
  91.     email: gzenz@ernie.mi.uni-koeln.de
  92.     hompage: http://ernie.mi.uni-koeln.de/~gzenz/
  93.  
  94.     -Gideon Zenz, 16-Jun-96
  95.  
  96. HISTORY
  97.     0.3ß: First public beta release
  98.     0.7ß: 2nd public release
  99.