home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 48 / af048a.adf / Check.doc < prev    next >
Text File  |  1993-04-30  |  5KB  |  145 lines

  1.             ***************************************************
  2.             *                      Check                      *
  3.             * Copyright (C) 1992/93 Tekno-Logik International *
  4.             ***************************************************
  5.  
  6.            STOP PRESS!! This is an AmigaDOS 3 compatible program
  7.  
  8.  
  9.     Check is a helpful little utility which was written primarily for the
  10. use of hard drive users who also have a ROM sharer with Kickstart 2.xx and
  11. 1.3. When I first purchased my ROM sharer and 2.04 chip, i was unaware of 
  12. the problems that would be involved. The first problem was that half of the
  13. 1.3 commands I had in the C: directory, kept crashing under 2.04. So, after
  14. giving myself a 1meg partition for the 2.04 files, I then had the problem
  15. of trying to get the system to boot under the correct partition. Hence 
  16. Check.
  17.  
  18.     Check should be placed in the C: directory of you normal boot
  19. partition . Check returns a WARN code if it detects the Kickstart version
  20. that you specify. Therefore, it can be used in script files, and of course
  21. in your startup-sequence.
  22.  
  23.     An entry for Kickstart 2.04 should look like this:-
  24.  
  25.     Check 37
  26.     IF WARN
  27.         Your 2.xx boot sequence goes here
  28.     ELSE
  29.         Your 1.3 boot sequence goes here
  30.     ENDIF
  31.  
  32.     That's all there is to it!!
  33.  
  34. Usage:-
  35.     Check <Kickstart version number>
  36.  
  37. Do not enter the revision number. 34.5 should be 34
  38.  
  39. The way to check what your kickstart version numbers are:-
  40.     a) Use the "Version" program
  41.     b) For Kickstart 2.0 machines and above, check the ROM numbers
  42.        on the "Insert Disk" screen
  43.  
  44. NOTE:-
  45.     Check has been tested on the following machines, and has passed
  46.  
  47.     A500 (1.3), A500+ (2.04), A600 (2.05), A1200 (3.0).
  48.  
  49. As long as Commodore keep the copy of Kickstart in the same memory location,
  50. with the Version and revision numbers in the same place as well, check should
  51. work for every future machine.
  52.  
  53.  
  54. Check is shareware. If you like this program please show your appreciation.
  55. The shareware fee is just:-
  56.  
  57.                      ************        ************ 
  58.                      * 50 Pence *        *   $2.00  *
  59.                      *  (U.K.)  *        *   (U.S)  *
  60.                      ************        ************
  61.                         Europe           Rest of World
  62.  
  63.  
  64. Send your shareware contributions to:-
  65.  
  66. Tekno-Logik International (Europe)
  67. 127 Walton Green
  68. Croydon
  69. Surrey
  70. CR0 0TZ                - Cheques/P.O.s/Money orders payable to C. Brown
  71.  
  72. or
  73.  
  74. Tekno-Logik International (USA)
  75. 106 16th Street
  76. Newport, KY 41071
  77. USA                    - Cheques/Money Orders payable to A. Vogel
  78.  
  79. PLEASE STATE THE PROGRAM NAME WHEN SENDING YOUR CONTRIBUTION.
  80. ALL COMMENTS RELATING TO THIS PROGRAM SHOULD BE SENT TO THE UK ADDRESS.
  81.  
  82. The doc file must ALWAYS accompany the executable.
  83. The code must not be modified or tampered with in ANY way.
  84.  
  85. Apart from that, it can be copied, passed on, placed on a BBS etc.. without
  86. any worries.
  87.  
  88.  
  89. COMMERCIAL USERS:-
  90. ------------------
  91.  
  92. This program is available for commercial use. For a registration fee of just
  93. 5 pounds UK sterling, it can be used for any commercial application.
  94. Credit MUST be given to the author in the applications documentation.
  95. UPGRADES for commercial users will cost 1 pound UK sterling.
  96.  
  97. Multi-user registrations are available at the following rates:-
  98. 5 pounds UK sterling for the first copy
  99. 2 pounds UK sterling for every copy thereafter
  100.  
  101. Write to:-
  102.  
  103.     Chris Brown
  104.     Tekno-Logik International,
  105.     127 Walton Green
  106.     CROYDON
  107.     Surrey
  108.     England
  109.     CR0 0TZ
  110.  
  111.  
  112. HISTORY
  113. -------
  114.  
  115. (Check37)
  116. V1.00  (8 August 1992)
  117.        Written using SAS C V5.10. Does it's job OK. 
  118.        File Size = 1560
  119.        CRC = $51C907DA
  120.  
  121. (Check37)
  122. V2.00  (11 August 1992)
  123.        Re-written using Devpac 2. My first machine code program!!!
  124.        Still works OK. Re-wrote it with Devpac for the challenge.
  125.        Piece of cake. I'll have to convert more of my programs!
  126.        File Size = 184  <-- Bloody big difference huh?
  127.        CRC = $B133E28D
  128.  
  129. (Check)
  130. V3.00  (1 January 1993)
  131.        Re-written again! Since the release of the new Amiga 1200, I
  132.        had to be able to check for Kickstart 3. Therefore, I decided
  133.        that it was time for the user to enter the version number since
  134.        there are likely to be more Kickstarts to come.
  135.        File Size = 188
  136.        CRC = $8AC12A24
  137.  
  138. (Check)
  139. V4.00  (11 January 1993)
  140.        Potential bug fix. V3.00 worked fine on current machines, but part
  141.        of the routine was not guaranteed to work with higher kickstart
  142.        numbers. 95% of check has been re-written. Works fine now.
  143.        File Size = 168  <-- Smaller than V3.00, and works better!!!
  144.        CRC = $C3B7C0B2
  145.