home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Online / AteoNet / StartAteoBus / StartAteoBus.doc next >
Text File  |  1999-12-14  |  11KB  |  283 lines

  1. *********************************************************************
  2. *                                                                   *
  3. *               StartAteoBus VERSION 6.2  (26/11/99)                *
  4. *               ------------                                        *
  5. *                                                                   *
  6. *                  (C) 1998-99 Atéo Concepts,  FRANCE               *
  7. *                                                                   *
  8. *********************************************************************
  9.  
  10.  
  11. - Quoi de neuf / What's new ? :
  12. *******************************
  13.  
  14. - Fonctionnement complètement refait
  15. - Compatible avec ShapeShifter et Fusion.
  16.   (Plus besoin de 'PrepareEmul, 'RsrvCold' ou 'RsrvWarm').
  17.   ** Cette option est encore en version beta **
  18. - Correction d'un bug d'allocation mémoire du programme résident.
  19.  
  20.  
  21. - Complelty rebuild the way it works
  22. - ShapeShifter and Fusion compatible.
  23.   (No more needs for 'PrepareEmul', 'RsrvCold' or 'RsrvWarm').
  24.   ** This option is still a beta release **
  25. - Correct one bug for resident memory allocation.
  26.  
  27.  
  28. - Comment l'utiliser / How to use it ? :
  29. ****************************************
  30.  
  31. Copiez 'StartAteoBus' et 'AteoBusServer' dans votre répertoire "C:".
  32. Ajoutez 'StartAteoBus' dans votre "Startup-Sequence" à
  33. la première place après `SetPatch'.
  34. NOTE : - Otez la commande `Wait' après 'StartAteoBus'
  35.          si vous en avez une.
  36.        - Avec certains autres programmes residents,
  37.          il faut placer 'StartAteoBus' au debut de la
  38.          "Startup-Sequence".
  39.  
  40. Votre "Startup-Sequence" devrait ressemblée à ceci :
  41.  
  42. Copy 'StartAteoBus' and 'AteoBusServer' in your "C:" directory.
  43. Put 'StartAteoBus' in your "Startup-Sequence" at
  44. the first place after `SetPatch'.
  45. NOTE : - Remove the `Wait' command after 'StartAteoBus'
  46.          if you have one.
  47.        - With some others residents programs, you have
  48.          to put 'StartAteoBus' at the begining of the
  49.          "Startup-Sequence".
  50.  
  51. Your "Startup-Sequence" should look like this :
  52.  
  53.  
  54. -----------------------------
  55.      ; $VER: startup-sequence xx.x (x.x.xx)
  56.  
  57.      FastExec >NIL:
  58.      .
  59.      .
  60.      .
  61.  
  62.      C:SetPatch QUIET
  63.      C:StartAteoBus
  64.  
  65.      C:Version >NIL:
  66.      C:AddBuffers >NIL: DF0: 15
  67.      FailAt 21
  68.      .
  69.      .
  70.      .
  71. -----------------------------
  72.  
  73.  
  74. - Arguments / Arguments :
  75. *************************
  76.  
  77. INT2 -> Si vous utilisez cette nouvelle version de 'StartAteoBus'
  78.         avec un bus n'ayant subi aucune modification, vous devez
  79.         ajouter cette argument sinon votre Amiga ce bloquera.
  80.  
  81.         If you use this new release of 'StartAteoBus' with one
  82.         unmodified bus you must add this argument otherwise
  83.         your Amiga will freeze.
  84.  
  85.  
  86. NOREBOOT -> Désactive le reset automatique.
  87.             Ceci permet d'éviter d'avoir plusieurs resets
  88.             au démarrage, s'il y a déjà un autre programme
  89.             après 'StartAteoBus' qui fait un reset.
  90.             (voir bugs).
  91.  
  92.             Desactivate the automatic reset.
  93.             This is to avoid several resets at boot time,
  94.             if an other program after 'StartAteoBus'
  95.             make a reset.
  96.             (see bugs).
  97.  
  98.  
  99. WAIT -> Affiche un message d'alerte.
  100.         L'Amiga restera ainsi bloqué jusqu'à ce qu'un
  101.         reset au clavier soit fait.
  102.         Aucun effet s'il y a l'argument NOREBOOT.
  103.  
  104.         Brings up an alert message.
  105.         The Amiga will be locked until you make a keyboard reset.
  106.         (see bugs).
  107.         No effet if there is the NOREBOOT argument.
  108.  
  109.  
  110. MAC -> ** BETA **
  111.  
  112.        Prépare l'Amiga pour utiliser ShapeShifter ou Fusion.
  113.        Avec cet argument, il faut retirer 'PrepareEmul',
  114.        'RsrvCold' et 'RsrvWarm' de votre "Startup-Sequence".
  115.  
  116.        Prepare you Amiga for the use of 'ShapeShifter' and 'Fusion'.
  117.        With this argument, you have to remove 'PrepareEmul',
  118.        'RsrvCold' and 'RsrvWarm' from your "Startup-Sequence".
  119.  
  120.  
  121. COLD -> ** BETA **
  122.  
  123.         Avec certaines cartes accélératrices (ex: Blz 1230/40/60)
  124.         vous devez ajouter cet argument pour forcer le programme
  125.         à s'installer différement, sinon, votre Amiga ne demarrera pas!
  126.         Pour l'instant, 'StartAteoBus' ne tient pas compte de l'utilisation
  127.         des veteurs 'ColdCapture' et 'CoolCapture' par d'autres programmes.
  128.         Si cela vous pose un problème de compatibilité, dites le nous.
  129.         Nous implementerons des tests supplémentaires.
  130.  
  131.         With some accelerators boards (ex: Blz 1230/40/60) you must add
  132.         this argument to force the program installation in a different
  133.         way, otherwise, your Amiga will not boot!
  134.         For now, 'StartAteoBus' does not take care of the use of
  135.         'ColdCapture' and 'CoolCapture' vectors by other programs.
  136.         If this cause a compatibility trouble, tell us. We will implement
  137.         this feature.
  138.  
  139.  
  140. - Bugs :
  141. *********
  142.  
  143. Le reset automatique effectué par 'StartAteoBus',
  144. n'est pas assez efficace pour que l'Amiga
  145. démarre dans de bonnes conditions (pb de MMU).
  146. C'est pourquoi, à l'allumage de l'Amiga, il faut
  147. faire un reset manuel (clavier ou bouton en face avant)
  148. sinon l'Amiga démarre sur un écran noir.
  149. L'argument WAIT a été ajoutée pour permettre de
  150. faire un reset au clavier pendant que l'activité
  151. du disque dur est nulle.
  152. Avec certaines cartes (ex: Blz 1230) vous pouvez mettre
  153. 'StartAteoBus' avant 'SetPatch'. Votre Amiga devrait
  154. démarrer du premier coup.
  155.  
  156. The automatic reset done by 'StartAteoBus',
  157. is not efficient enougth for the Amiga to
  158. start with good conditions (MMU trouble).
  159. That's why, when you turn on the Amiga, you need to
  160. make a manual reset (keyboard or button in the front face)
  161. otherwise the Amiga starts on a black screen.
  162. The WAIT argurment was added to allow you to make a
  163. keyboard reset while the hard drive activity is quiet.
  164. With some boards (ex: 1230) you can try to put 'StartAteoBus'
  165. before 'SetPatch'. Your Amiga should boot at the first time.
  166.  
  167.  
  168. - Contacts :
  169. ************
  170.  
  171. Ce programme n'a pas été testé sur toute les configurations.
  172. Aidez nous à l'améliorer, dites-nous les bugs. Merci.
  173.  
  174. This program was not test on every configurations.
  175. Help to improve it, tell us bugs. Thank.
  176.  
  177. Poste / Post :    Atéo Concepts
  178.                   Le Plessis
  179.                   44220 - COUERON
  180.                   FRANCE
  181.  
  182. Phone :   +33 (0)2.40.85.30.85
  183. Fax :     +33 (0)2.40.38.33.21
  184.  
  185. E-Mail :  mailman@ateo-concepts.com
  186.  
  187.  
  188. - Historique (pas de Français) / History :
  189. ******************************************
  190.  
  191. 18.06.98     1.0ß - The begining...
  192.    .
  193.    .
  194.    .
  195. 11.07.98     2.5ß - Add : Detection of other resident programs,
  196.                   - Change : Increase startup copper lines duration.
  197. 24.07.98     2.6ß - Add : Cache clear (to avoid infinite resets),
  198.                   - Change : Increase program priority (now 127),
  199.                   - Update : Code size.
  200. 28.07.98     2.7ß - Remove : Cache clear added in 2.6ß revision (result was worst!),
  201.                   - Change : The way to handle the RESET,
  202.                   - Add : Stuffs to launch the interrupts server (not yet finished).
  203.                   - Add : TEST argument (only for debug).
  204. 29.07.98     2.8ß - Add : Interrupts server (melting between two softwares parts),
  205.                   - Remove : "Run >NIL:" is no longer needed,
  206.                   - Remove : "Wait 2" is no longer needed too,
  207.                   - Add : CHILD argument (currently only for debug).
  208. 30.07.98     2.9ß - Remove : Unused parts.
  209. 31.07.98     3.0ß - Change : Jump to interrupts server revision.
  210. 07.08.98     3.1ß - Remove : Temporary remove the CHILD argument,
  211.                   - Rename : TEST argument to DEBUG,
  212.                   - Add : WAIT argument,
  213.                   - Change : Execute the resident program even with the NOREBOOT argument.
  214. 14.09.98     3.2ß - Remove : Displaying message with the WAIT argument
  215.                              and replace it by power LED blinking,
  216.                   - Change : Decrease the startup copper lines duration.
  217. 19.10.98     3.3ß - Remove : DEBUG & REMOVE arguments from public release,
  218.                   - Fix : NOREBOOT was crashing the machine,
  219.                   - Add : Preparing code for NOSERVER argument.
  220. 29.10.98     3.4  - Change : Beta revision to normal revision number,
  221.                   - Remove : VERBOSE argument from public release
  222.                   - Fix : Interrupts server
  223. 09.11.98     3.50 - Change : Revision number for internal reasons
  224. 17.11.98     3.51 - Fix : Size of one sting memory allocation (could crash)
  225. 04.12.98     4.01 - Change : Manufacturer number (before it was an old one from PPS)
  226.                              ** ALL PICASSO96 REVISIONS UNDER 1.41c_ATEO  WILL
  227.                              ** NOT WORK WITH STARTATEOBUS 4.01 AND LATER
  228. 10.02.99     4.10 - Internal release.
  229. 06.06.99     5.00 - Add : ShapeShifter and Fusion compatibility (MAC arg),
  230.                   - Add : Test for volume status before making a reset
  231.                           (if a volume is validing, the reset won't be done),
  232.                   - Add : Several internal tests,
  233.                   - Fix : Memory allocation bug for the resident program.
  234. 10.06.99     5.01 - Add : Argument COLD because the Mac patch, crash the machine
  235.                           on Blz boards (except PPC).
  236. 20.06.99     5.02 - Change : The way the WAIT argument works. Now 'StartAteoBus'
  237.                              check one volume is not validing. If not, it flushs
  238.                              every volume and wait for you to make a reset.
  239.                              (This is still not perfect because you can have a
  240.                              'not a DOS disk' message...).
  241. 21.06.99     5.03 - Fix : Forget to release one memory part.
  242. 04.07.99     5.04 - Change a message (with the WAIT arg).
  243. 12.07.99     5.05 - Fix : Trouble with Fusion compatibility
  244. 08.11.99     5.06 - Fix : Forget to save a register (could crash)
  245. 24.11.99     6.1  - Change : This release works only with modified AteoBus.
  246.                              Several internal modifications for futur...
  247. 26.11.99     6.2  - Change : Internal modifications
  248.  
  249. *********************************************************************
  250.  
  251. Testé avec / Tested with :
  252. --------------------------
  253. Logiciels / Softwares :
  254. - BlizKick
  255. - FastExec
  256. - OpenOXYPPort
  257. - PrepareEmul, PrepareEmul A1200(*)
  258. - RsrvCold, RsrvWarm(*)
  259. - SCSI Patch (from Amiga Technologie)
  260. - Set040
  261. - SetPatch (revision > 40.16)
  262. - SoftBoot
  263.  
  264. Matériels / Hardwares :
  265. - Apollo 1240/40MHz
  266. - Apollo 1260/50MHz
  267. - Apollo 1260/66MHz
  268. - Blizzard 1230 MK III & IV
  269. - Blizzard 1240 MK IV
  270. - Blizzard 1260 MK IV
  271. - Blizzard PPC 603e/160/040/25
  272. - Blizzard PPC 603e/160/060/50
  273. - Blizzard PPC 603e+/240/060/50
  274. - SCSI module for Blizzard
  275.  
  276.  
  277. (*) Ces programmes ne sont plus necessaires. Voir argument MAC
  278.     No more need for those programs. See MAC argument
  279.  
  280. Devrait fonctionner avec / Should work with :
  281. ---------------------------------------------
  282. - ...
  283.