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

  1.  
  2.                      History log for Skick program
  3.                      =============================
  4.                           (C) SinSoft 1992,93
  5.  
  6. 3.35 (139.125 - 25.4.93)
  7. ========================
  8. 1) Automatic kickstart memory allocation is disabled when the FORCE switch is 
  9. used. This option is designed for use with non-autoconfigured memory boards. 
  10. Standard kickstart image protection is done using the MemTag, and it causes 
  11. malfunction of MemTag/RomTag logic because the memory is not added to the system
  12. at the Mem/RomTag scanning time yet. Users should allocate kickstart image by
  13. other means, for example using supplied 'AllocKick' program.
  14. 2) DEBUG option is introduced in this release. Please read the doc. 
  15. 3) The bug is fixed causing crashes when hard-loading kickstart above the
  16. temporary buffer when the buffer overlapped with the destination.
  17. 4) 40.9 .RTB/.PAT files for both A4000 and A600/A1200 kickstart types added to
  18. the archive.
  19.  
  20. 3.34 (139.124 - 15.2.93)
  21. ========================
  22. Corrected the bug preventing the 2.0+ kickstart files from being run from
  23. 32-bit address space (above $1000000). SKick should now work fine with products
  24. like the A5000 accelerator with non-autoconfig 32bit RAM (options ADR XXXX and
  25. FORCE should be used) or with Zorro-III memory boards (option 32BIT should be
  26. used).
  27. Fixed the bug causing illegal FreeMems at unusual situations (like error re-
  28. turns). Cleanup code made cleaner.
  29. 40.3 .RTB/.PAT files for both A3000 and A600/A1200 kickstart types added to
  30. the archive (19.3.93).
  31.  
  32. 3.33 (139.123 - 29.1.93)
  33. ========================
  34. 1) More kickstart file sanity checks added. Now the length is tested and if
  35. it is less than $80000 (except $40000 exactly) the error message is issued
  36. and the file is not processed. The same will happen, if the file length is
  37. greater than $80000, but less than $80800. Beginning with this length, the
  38. file is processed as the A3000 SuperKickstart file (with Magic/Bonus) and
  39. the rest of file above $80000 is cut off automatically.
  40. 2) CORR5M option added. This option is useless for the most of users except
  41. owners of GVP A530 Turbo Harddisk. Those may buy 4M expansion memory modules
  42. (SIMMs) to expand original 1M capacity of 32bit RAM. The manufacturer doesn't
  43. recommend mixing of 1M and 4M modules; if it is done (4M one must be the first,
  44. 1M one the 2nd), system reports 8 Megs of total capacity, but physically it has
  45. 5 Megs with the last one Meg mirrorred 4 times. CORR5M option allows to use
  46. this configuration by correcting the BoardSize item of the memory board's
  47. ConfigDev structure to the correct 5 Megs.
  48. 3) 39.115 kickstart .RTB/.PAT added to the archive. Please read 39115.README
  49. for more information.
  50.  
  51. 3.32 (139.122 - 18.1.93)
  52. ========================
  53. KILLTAGS option included. This option allows to kill all the KickTags and 
  54. MemTags as well as CoolCapture vector before installing SKick's ones.
  55. This ensures that the machine is clear when the new kickstart starts. Note
  56. that this is done automatically when kicking 1.3 system (there is a risk of
  57. incompatibility of the modules available for 2.0 only (like NewAlert)) or
  58. when performing hard-load (risk that the modules or their parts are located
  59. in memory occupied by kickstart image later).
  60.  
  61. 3.31 (139.121 - 17.1.93)
  62. ========================
  63. 1) FASTRES option added. It allows the resident module space to be allocated
  64. in Fast RAM instead of Chip RAM. However, if 1.3 system is kicked, or if 
  65. there isn't enough fast ram to contain the module, Chip RAM is used again.
  66. This option may cause crashes under certain conditions; if it is Your case,
  67. don't use it.
  68. 2) Skick now searches for the memory for kickstart image in 1/4 Meg steps.
  69. Formerly, it was done in steps equal to the kickstart size. It allows the
  70. image to be loaded out of alignment specified by its size (for example, 1/2M
  71. kickstart can be loaded to $X40000 or $XC0000 automatically).
  72.  
  73. 3.30 (139.120 - 7.1.93)
  74. =======================
  75. Four bugs fixed: 
  76. 1) Bug in memory allocation which caused toggling between 2.0 and 1.3
  77. after a reset and malfunction of expansion boards; this bug appeared under 
  78. very special circumstances only and was hard to find. Thanks to Marc Heuler
  79. which first (and only) reported this.
  80. 2) Bug also in memory allocation which caused accidental system crash if 
  81. 'hard load' method was used. This bug was discovered during debugging process
  82. of the previous one.
  83. 3) When GUI was activated by the mouse, switches from cmdline (like NOREL)
  84. weren't updated from GUI screen if the user didn't refresh them manually.
  85. Thanks to -jis- for the report.
  86. 4) Alert timing feature of the new 39.106+ OS is correctly maintained by SKick
  87. and value saved during a reboot; older revisions of Skick didn't do it so alerts
  88. weren't displayed at all!
  89. Additions:
  90. RELSTACK option added to allow easy kicking on 3.0 based systems with Chip RAM
  91. only (see manual and SKickOnA1200.txt)
  92. From now, SKick should work on an A1200 !
  93.  
  94. 3.22 (139.119 - 15.12.92)
  95. =========================
  96. Added the option 32BIT to allow searching for the RAM space above $1000000.
  97. However, this is not recommended for general use - it was added only for the
  98. testing purposes, what will happen if kickstarts are loaded to such space.
  99.  
  100. 3.21 (139.118 - 11.12.92)
  101. =========================
  102. Added the ability to load coded kickstart images from GUI mode too
  103. (I forgot to add this to the previous release :-( )
  104.  
  105. 3.20 (139.117 - 10.12.92)
  106. =========================
  107. Added the ability to load coded kickstart images. Use of Recode
  108. program not needed now! Reloc table for BETA 39106 (kick39106.BETA.RTB) added
  109. to the archive. Table names changed: there may be an additional suffix before
  110. RTB/PAT to specify what kind of kickstart it is made for.
  111. To avoid crashes when using reloc/patch tables not for the kickstart they were
  112. made for, file formats have changed. The first long of .RTB and .PAT tables now
  113. contains checksum of the kickstart image they are made for. When incorrect
  114. kickstart is used, error message 'Incorrect reloc/patch table used' is issued
  115. and kicking is terminated.
  116.  
  117. 3.12 (139.116 - 9.12.92)
  118. ========================
  119. Correction made for true 3.0 ROMs (like one for A1200) to be kickable.
  120. Reloc table for A1200 ROM (kick39106.A1200.RTB) included to the archive.
  121. /NOT SENT/RELEASED TO ANYBODY/
  122.  
  123. 3.12 (139.115 - 8.12.92)
  124. ========================
  125. Ranger Rescue facility added. Allows use of Ranger ($C0) memory which is nor-
  126. mally destroyed by destructive memory test during system init. 
  127. Only first part of Ranger memory remains unusable. Please load kickstarts
  128. at least from $C40000. /NOT SENT/RELEASED TO ANYBODY/
  129.  
  130. 3.11 (139.114 - 7.12.92)
  131. ========================
  132. 1.3 image allocation improved. Now uses AllocAbs if possible (ExRAM) instead 
  133. of MemList manipulation. /NOT SENT/RELEASED TO ANYBODY/
  134.  
  135.      (139.113 - 7.12.92)
  136.      ===================
  137. Bugs fixed. Memory allocation code and loading procedures simplified and
  138. improved. /NOT SENT/RELEASED TO ANYBODY/
  139.  
  140.      (139.112 - 7.12.92)
  141.      ===================
  142. Bugs fixed.
  143. 39.110 A500/600 BETA ROM .RTB and .PAT included into archive.
  144. /NOT SENT/RELEASED TO ANYBODY/
  145.  
  146. 3.10 (139.111 - 6.12.92)
  147. ========================
  148. Some bugs fixed. MemTag handling improved, protection against MemTag corrup-
  149. tion added (caused destruction of MemTag part by other ones such RAD or 
  150. Early Startup). Relocatable patch facility added. /NOT SENT/RELEASED TO ANYBODY/
  151.  
  152. 3.01 (139.100 - ?.11.92)
  153. ========================
  154. First distributed release.
  155.  
  156. 2.XX (137.XXX)
  157. ==============
  158. Versions without GUI.
  159.  
  160. 1.XX (134.XXX)
  161. ==============
  162. Single-purpose program to kick 1.3 system only.
  163.