home *** CD-ROM | disk | FTP | other *** search
/ ANews 2 / AnewsCD2.iso / Materiels / AteoConcepts / PIXEL64 / InstallPixel64 / StartAteoBus / StartAteoBus.doc < prev    next >
Text File  |  1999-10-13  |  8KB  |  222 lines

  1. *********************************************************************
  2. *                                                                   *
  3. *               StartAteoBus VERSION 4.01  (04/12/98)               *
  4. *               ------------                                        *
  5. *                                                                   *
  6. *                  (C) 1998 Atéo Concepts,  FRANCE                  *
  7. *                                                                   *
  8. *********************************************************************
  9.  
  10.  
  11. - Quoi de neuf / What's new ? :
  12. *******************************
  13.  
  14. - `StartAteoBus' est maintenant résident,
  15. - Fonctionne avec les cartes PPC :-)
  16. - Devrait fonctionner avec tous les autres programmes résidents...
  17. - N'utilise pas beaucoup de mémoire.
  18. - Il se détache automatiquement du CLI.
  19.  
  20. - `StartAteoBus' is now resident,
  21. - Works with PPC boards :-)
  22. - Should work with all other resident programs...
  23. - It doesn't use lots of memory.
  24. - It separates automatically from the CLI.
  25.  
  26.  
  27. - Comment l'utiliser / How to use it ? :
  28. ****************************************
  29.  
  30. Copiez `StartAteoBus' dans votre répertoire "C:".
  31. Ajoutez `StartAteoBus' dans votre "Startup-Sequence" à
  32. la première place après `SetPatch'.
  33. NOTE : - Otez la commande `Wait' après `StartAteoBus'
  34.          si vous en avez une.
  35.        - Ne pas l'executer à partir du WorkBench!
  36.  
  37. Votre "Startup-Sequence" devrait ressemblée à ceci :
  38.  
  39. Copy `StartAteoBus' in your "C:" directory.
  40. Put `StartAteoBus' in your "Startup-Sequence" at
  41. the first place after `SetPatch'.
  42. NOTE : - Remove the `Wait' command after `StartAteoBus'
  43.          if you have one.
  44.        - Do not run it from the WorkBench!
  45.  
  46. Your "Startup-Sequence" should look like this :
  47.  
  48.  
  49. -----------------------------
  50.      ; $VER: startup-sequence xx.x (x.x.xx)
  51.  
  52.      PrepareEmul
  53.      FastExec >NIL:
  54.      .
  55.      .
  56.      .
  57.  
  58.      C:SetPatch QUIET
  59.      C:StartAteoBus
  60.  
  61.      C:Version >NIL:
  62.      C:AddBuffers >NIL: DF0: 15
  63.      FailAt 21
  64.      .
  65.      .
  66.      .
  67. -----------------------------
  68.  
  69.  
  70. - Arguments / Arguments :
  71. *************************
  72.  
  73. NOREBOOT -> Désactive le reset automatique.
  74.             C'est pour éviter d'avoir plusieurs resets
  75.             au démarrage, s'il y a déjà un autre programme
  76.             après 'StartAteoBus' qui fait un reset.
  77.             (voir bugs).
  78.  
  79.             Desactivate the automatic reset.
  80.             This is to avoid several resets at boot time,
  81.             if an other program after 'StartAteoBus'
  82.             make a reset.
  83.             (see bugs).
  84.  
  85.  
  86. WAIT -> Fait clignoter la LED power pour vous laissez
  87.         le temps de faire un reset au clavier.
  88.         La LED clignote uniquement au premier lancement
  89.         de la commande `StartAteoBus'.
  90.         (voir bugs).
  91.         Aucun effet s'il y a l'argument NOREBOOT.
  92.  
  93.         Blink the power LED to let you enough
  94.         time to make a keyboard reset.
  95.         The Blinking LED appear only at the first execution
  96.         of `StartAteoBus'.
  97.         (see bugs).
  98.         No effet if there is the NOREBOOT argument.
  99.  
  100.  
  101. - Bugs :
  102. *********
  103.  
  104. Le reset automatique effectué par `StartAteoBus',
  105. n'est pas assez efficace pour que l'Amiga
  106. démarre dans de bonnes conditions (Pb de MMU).
  107. C'est pourquoi, à l'allumage de l'Amiga, il faut
  108. faire un reset manuel (clavier ou bouton en face avant)
  109. sinon l'Amiga démarre sur un écran noir.
  110. L'argument WAIT a été ajoutée pour permettre de
  111. faire un reset au clavier pendant que l'activité
  112. du disque dur est nulle.
  113.  
  114. The automatic reset done by `StartAteoBus',
  115. is not efficient enougth for the Amiga to
  116. start with good conditions (MMU trouble).
  117. That's why, when you turn on the Amiga, you need to
  118. make a manual reset (keyboard or button in the front face)
  119. otherwise the Amiga starts on a black screen.
  120. The WAIT argurment was added to allow you to make a
  121. keyboard reset while the hard drive activity is quiet.
  122.  
  123.  
  124. - Contacts :
  125. ************
  126.  
  127. Ce programme n'a pas été testé sur toute les configurations.
  128. Aidez nous à l'améliorer, Dites-nous les bugs. Merci.
  129.  
  130. This program was not test on every configurations.
  131. Help to improve it, tell us bugs. Thank.
  132.  
  133. Poste / Post :    Atéo Concepts
  134.                   Le Plessis
  135.                   44220 - COUERON
  136.                   FRANCE
  137.  
  138. Phone :   +33 (0)2.40.85.30.85
  139. Fax :     +33 (0)2.40.38.33.21
  140.  
  141. E-Mail :  mailman@ateo-concepts.com
  142.  
  143.  
  144. - Historique (pas de Français) / History :
  145. ******************************************
  146.  
  147. 18.06.98     1.0ß - The begining...
  148.    .
  149.    .
  150.    .
  151. 08.07.98     2.1ß - Fix : The first that doesn't crash the computer!
  152.                   - Add : VERBOSE & REMOVE arguments for easy debug.
  153. 10.07.98     2.3ß - Add : Tests to avoid crash,
  154.                   - Add : NOREBOOT argument,
  155.                   - Update : The way to handle arguments (default is NO arguments),
  156.                   - Optimize : Code (size and structure).
  157. 11.07.98     2.5ß - Add : Detection of other resident programs,
  158.                   - Change : Increase startup copper lines duration.
  159. 24.07.98     2.6ß - Add : Cache clear (to avoid infinite resets),
  160.                   - Change : Increase program priority (now 127),
  161.                   - Update : Code size.
  162. 28.07.98     2.7ß - Remove : Cache clear added in 2.6ß revision (result was worst!),
  163.                   - Change : The way to handle the RESET,
  164.                   - Add : Stuffs to launch the interrupts server (not yet finished).
  165.                   - Add : TEST argument (only for debug).
  166. 29.07.98     2.8ß - Add : Interrupts server (melting between two softwares parts),
  167.                   - Remove : "Run >NIL:" is no longer needed,
  168.                   - Remove : "Wait 2" is no longer needed too,
  169.                   - Add : CHILD argument (currently only for debug).
  170. 30.07.98     2.9ß - Remove : Unused parts.
  171. 31.07.98     3.0ß - Change : Jump to interrupts server revision.
  172. 07.08.98     3.1ß - Remove : Temporary remove the CHILD argument,
  173.                   - Rename : TEST argument to DEBUG,
  174.                   - Add : WAIT argument,
  175.                   - Change : Execute the resident program even with the NOREBOOT argument.
  176. 14.09.98     3.2ß - Remove : Displaying message with the WAIT argument
  177.                              and replace it by power LED blinking,
  178.                   - Change : Decrease the startup copper lines duration.
  179. 19.10.98     3.3ß - Remove : DEBUG & REMOVE arguments from public release,
  180.                   - Fix : NOREBOOT was crashing the machine,
  181.                   - Add : Preparing code for NOSERVER argument.
  182. 29.10.98     3.4  - Change : Beta revision to normal revision number,
  183.                   - Remove : VERBOSE argument from public release
  184.                   - Fix : Interrupts server
  185. 09.11.98     3.50 - Change : Revision number for internal reasons
  186. 17.11.98     3.51 - Fix : Size of one sting memory allocation (could crash)
  187. 04.12.98     4.01 - Change : Manufacturer number (before it was an old one from PPS)
  188.                              ** ALL PICASSO96 REVISIONS UNDER 1.41c_ATEO  WILL
  189.                              ** NOT WORK WITH STARTATEOBUS 4.01 AND LATER
  190.  
  191. *********************************************************************
  192.  
  193. Testé avec / Tested with :
  194. --------------------------
  195. Logiciels / Softwares :
  196. - BlizKick
  197. - FastExec
  198. - OpenOXYPPort
  199. - PrepareEmul, PrepareEmul A1200
  200. - RsrvCold, RsrvWarm
  201. - SCSI Patch (from Amiga Technologie)
  202. - Set040
  203. - SetPatch (revision > 40.16)
  204. - SoftBoot
  205.  
  206. Matériels / Hardwares :
  207. - Apollo 1240/40MHz
  208. - Apollo 1260/50MHz
  209. - Apollo 1260/66MHz
  210. - Blizzard 1230 MK IV
  211. - Blizzard 1240 MK IV
  212. - Blizzard 1260 MK IV
  213. - Blizzard PPC 603e/160/040/25
  214. - Blizzard PPC 603e/160/060/50
  215. - Blizzard PPC 603e+/240/060/50
  216. - SCSI module for Blizzard
  217.  
  218.  
  219. Devrait fonctionner avec / Should work with :
  220. ---------------------------------------------
  221. - ...
  222.