home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / utilities / misc / skick / skickona1200.txt < prev    next >
Text File  |  1993-01-08  |  2KB  |  34 lines

  1.  
  2.  
  3.          NOTES for using the SKick program on an Amiga A1200 machine
  4.          ===========================================================
  5.  
  6. These notes were written after debugging SKick to operate correctly on the
  7. A1200 machine.
  8.  
  9. Skick was debugged on a plain A1200 with following configuration:
  10.  
  11.     - CPU 68020, no FPU, no MMU
  12.     - 2 Meg Chip RAM, no other RAM
  13.     - 80M Maxtor Hard Drive supplied by GVP
  14.  
  15. On this machine, two troubles have occured against the A500/600.
  16.  
  17. 1)  OS  3.0 normally allocates its supervisor stack from the top of Chip RAM, if
  18. no Fast RAM is available.  This prevents SKick from loading the kickstart to the
  19. top of RAM, and it is loaded 1/2M below, instead.  This causes RAM fragmentation
  20. and decreases the largest available block size.  To avoid this problem, RELSTACK
  21. option  has  been  added  to  the SKick.  When active, this option allocates new
  22. space  for  the  supervisor  stack from the public memory and moves the stack to
  23. this  new place, finally freeing the original memory and making it available for
  24. the kickstart.
  25.  
  26. 2)  When  loading  kickstarts  not designed for A1200, they will not support the
  27. A1200  specific  hardware  like  HD, PCMCIA etc.  It is the case of the 1.3 sys-
  28. tem.   In  this  case,  only  the diskette drives will be usable.  No simple way
  29. exists  to  solve  this problem, only to write new devices support for the obso-
  30. lete  OS.   A1200  hardware  hasn't the form of expansion boards, it is simply a
  31. part  of its ROM, so there is not a possibility to transfer the hardware support
  32. to the RAM kickstart like in a case of a standard expansion board.
  33.  
  34.