home *** CD-ROM | disk | FTP | other *** search
/ hackzapple.com / www.hackzapple.com.tar / www.hackzapple.com / phpBB2 / viewtopic.php?p=335.orig < prev    next >
Text File  |  2010-10-06  |  64KB  |  956 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html dir="LTR">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  5. <meta http-equiv="Content-Style-Type" content="text/css">
  6.  
  7. <link rel="top" href="./index.php" title=" Index du Forum" />
  8. <link rel="search" href="./search.php" title="Rechercher" />
  9. <link rel="help" href="./faq.php" title="FAQ" />
  10. <link rel="author" href="./memberlist.php" title="Liste des Membres" />
  11. <link rel="prev" href="viewtopic.php?t=96&view=previous" title="Voir le sujet prΘcΘdent" />
  12. <link rel="next" href="viewtopic.php?t=96&view=next" title="Voir le sujet suivant" />
  13. <link rel="up" href="viewforum.php?f=21" title="DIVERS...MAIS TOUJOURS EN RELATION AVEC APPLE!" />
  14. <link rel="chapter forum" href="viewforum.php?f=1" title="REGLES DE BASE DU FORUM" />
  15. <link rel="chapter forum" href="viewforum.php?f=2" title="PRESENTATION DES MEMBRES" />
  16. <link rel="chapter forum" href="viewforum.php?f=3" title="FAQ" />
  17. <link rel="chapter forum" href="viewforum.php?f=24" title="LES VENDEURS DE Q et assimilΘs..." />
  18. <link rel="chapter forum" href="viewforum.php?f=4" title="APPLE II et II+" />
  19. <link rel="chapter forum" href="viewforum.php?f=5" title="APPLE IIe" />
  20. <link rel="chapter forum" href="viewforum.php?f=6" title="APPLE IIc et IIc Plus" />
  21. <link rel="chapter forum" href="viewforum.php?f=7" title="APPLE IIGS" />
  22. <link rel="chapter forum" href="viewforum.php?f=8" title="ITT2020" />
  23. <link rel="chapter forum" href="viewforum.php?f=9" title="BELL & HOWELL" />
  24. <link rel="chapter forum" href="viewforum.php?f=25" title="APPLE I" />
  25. <link rel="chapter forum" href="viewforum.php?f=10" title="APPLE /// et ///Plus" />
  26. <link rel="chapter forum" href="viewforum.php?f=11" title="LISA 1,  2, 2/5,  2/10 et ... XL" />
  27. <link rel="chapter forum" href="viewforum.php?f=12" title="PROBLEMES DIVERS" />
  28. <link rel="chapter forum" href="viewforum.php?f=13" title="PROTECTION MALEFIQUE" />
  29. <link rel="chapter forum" href="viewforum.php?f=23" title="EMULATION" />
  30. <link rel="chapter forum" href="viewforum.php?f=14" title="CARTES COPROCESSEUR" />
  31. <link rel="chapter forum" href="viewforum.php?f=15" title="CARTES MEMOIRE" />
  32. <link rel="chapter forum" href="viewforum.php?f=16" title="CARTES POUR DISQUES" />
  33. <link rel="chapter forum" href="viewforum.php?f=17" title="AUTRES CARTES" />
  34. <link rel="chapter forum" href="viewforum.php?f=18" title="PERIPHERIQUES" />
  35. <link rel="chapter forum" href="viewforum.php?f=19" title="Recherches techniques (hard ou soft)" />
  36. <link rel="chapter forum" href="viewforum.php?f=20" title="ACHATS,VENTES ET/OU ECHANGES" />
  37. <link rel="chapter forum" href="viewforum.php?f=21" title="DIVERS...MAIS TOUJOURS EN RELATION AVEC APPLE!" />
  38. <link rel="chapter forum" href="viewforum.php?f=22" title="LES PETITS MAUDITS A EVITER" />
  39.  
  40. <title> :: Voir le sujet - Code source DOS 3.3</title>
  41. <!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
  42. <style type="text/css">
  43. <!--
  44. /*
  45.   The original subSilver Theme for phpBB version 2+
  46.   Created by subBlue design
  47.   http://www.subBlue.com
  48.  
  49.   NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  50.   theme administration centre. When you have finalised your style you could cut the final CSS code
  51.   and place it in an external file, deleting this section to save bandwidth.
  52. */
  53.  
  54. /* General page style. The scroll bar colours only visible in IE5.5+ */
  55. body {
  56.     background-color: #E5E5E5;
  57.     scrollbar-face-color: #DEE3E7;
  58.     scrollbar-highlight-color: #FFFFFF;
  59.     scrollbar-shadow-color: #DEE3E7;
  60.     scrollbar-3dlight-color: #D1D7DC;
  61.     scrollbar-arrow-color:  #006699;
  62.     scrollbar-track-color: #EFEFEF;
  63.     scrollbar-darkshadow-color: #98AAB1;
  64. }
  65.  
  66. /* General font families for common tags */
  67. font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
  68. a:link,a:active,a:visited { color : #006699; }
  69. a:hover        { text-decoration: underline; color : #DD6900; }
  70. hr    { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
  71.  
  72. /* This is the border line & background colour round the entire page */
  73. .bodyline    { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
  74.  
  75. /* This is the outline round the main forum tables */
  76. .forumline    { background-color: #FFFFFF; border: 2px #006699 solid; }
  77.  
  78. /* Main table cell colours and backgrounds */
  79. td.row1    { background-color: #EFEFEF; }
  80. td.row2    { background-color: #DEE3E7; }
  81. td.row3    { background-color: #D1D7DC; }
  82.  
  83. /*
  84.   This is for the table cell above the Topics, Post & Last posts on the index.php page
  85.   By default this is the fading out gradiated silver background.
  86.   However, you could replace this with a bitmap specific for each forum
  87. */
  88. td.rowpic {
  89.         background-color: #FFFFFF;
  90.         background-image: url(templates/subSilver/images/cellpic2.jpg);
  91.         background-repeat: repeat-y;
  92. }
  93.  
  94. /* Header cells - the blue and silver gradient backgrounds */
  95. th    {
  96.     color: #FFA34F; font-size: 11px; font-weight : bold;
  97.     background-color: #006699; height: 25px;
  98.     background-image: url(templates/subSilver/images/cellpic3.gif);
  99. }
  100.  
  101. td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  102.             background-image: url(templates/subSilver/images/cellpic1.gif);
  103.             background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
  104. }
  105.  
  106. /*
  107.   Setting additional nice inner borders for the main table cells.
  108.   The names indicate which sides the border will be on.
  109.   Don't worry if you don't understand this, just ignore it :-)
  110. */
  111. td.cat,td.catHead,td.catBottom {
  112.     height: 29px;
  113.     border-width: 0px 0px 0px 0px;
  114. }
  115. th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  116.     font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
  117. }
  118. td.row3Right,td.spaceRow {
  119.     background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
  120. }
  121.  
  122. th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
  123. th.thSides,td.catSides,td.spaceRow     { border-width: 0px 1px 0px 1px; }
  124. th.thRight,td.catRight,td.row3Right     { border-width: 0px 1px 0px 0px; }
  125. th.thLeft,td.catLeft      { border-width: 0px 0px 0px 1px; }
  126. th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
  127. th.thTop     { border-width: 1px 0px 0px 0px; }
  128. th.thCornerL { border-width: 1px 0px 0px 1px; }
  129. th.thCornerR { border-width: 1px 1px 0px 0px; }
  130.  
  131. /* The largest text used in the index page title and toptic title etc. */
  132. .maintitle    {
  133.     font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  134.     text-decoration: none; line-height : 120%; color : #000000;
  135. }
  136.  
  137. /* General text */
  138. .gen { font-size : 12px; }
  139. .genmed { font-size : 11px; }
  140. .gensmall { font-size : 10px; }
  141. .gen,.genmed,.gensmall { color : #000000; }
  142. a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
  143. a.gen:hover,a.genmed:hover,a.gensmall:hover    { color: #DD6900; text-decoration: underline; }
  144.  
  145. /* The register, login, search etc links at the top of the page */
  146. .mainmenu        { font-size : 11px; color : #000000 }
  147. a.mainmenu        { text-decoration: none; color : #006699;  }
  148. a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
  149.  
  150. /* Forum category titles */
  151. .cattitle        { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
  152. a.cattitle        { text-decoration: none; color : #006699; }
  153. a.cattitle:hover{ text-decoration: underline; }
  154.  
  155. /* Forum title: Text and link to the forums used in: index.php */
  156. .forumlink        { font-weight: bold; font-size: 12px; color : #006699; }
  157. a.forumlink     { text-decoration: none; color : #006699; }
  158. a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
  159.  
  160. /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
  161. .nav            { font-weight: bold; font-size: 11px; color : #000000;}
  162. a.nav            { text-decoration: none; color : #006699; }
  163. a.nav:hover        { text-decoration: underline; }
  164.  
  165. /* titles for the topics: could specify viewed link colour too */
  166. .topictitle,h1,h2    { font-weight: bold; font-size: 11px; color : #000000; }
  167. a.topictitle:link   { text-decoration: none; color : #006699; }
  168. a.topictitle:visited { text-decoration: none; color : #5493B4; }
  169. a.topictitle:hover    { text-decoration: underline; color : #DD6900; }
  170.  
  171. /* Name of poster in viewmsg.php and viewtopic.php and other places */
  172. .name            { font-size : 11px; color : #000000;}
  173.  
  174. /* Location, number of posts, post date etc */
  175. .postdetails        { font-size : 10px; color : #000000; }
  176.  
  177. /* The content of the posts (body of text) */
  178. .postbody { font-size : 12px; line-height: 18px}
  179. a.postlink:link    { text-decoration: none; color : #006699 }
  180. a.postlink:visited { text-decoration: none; color : #5493B4; }
  181. a.postlink:hover { text-decoration: underline; color : #DD6900}
  182.  
  183. /* Quote & Code blocks */
  184. .code {
  185.     font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
  186.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  187.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  188. }
  189.  
  190. .quote {
  191.     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
  192.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  193.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  194. }
  195.  
  196. /* Copyright and bottom info */
  197. .copyright        { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
  198. a.copyright        { color: #444444; text-decoration: none;}
  199. a.copyright:hover { color: #000000; text-decoration: underline;}
  200.  
  201. /* Form elements */
  202. input,textarea, select {
  203.     color : #000000;
  204.     font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  205.     border-color : #000000;
  206. }
  207.  
  208. /* The text input fields background colour */
  209. input.post, textarea.post, select {
  210.     background-color : #FFFFFF;
  211. }
  212.  
  213. input { text-indent : 2px; }
  214.  
  215. /* The buttons used for bbCode styling in message post */
  216. input.button {
  217.     background-color : #EFEFEF;
  218.     color : #000000;
  219.     font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
  220. }
  221.  
  222. /* The main submit button option */
  223. input.mainoption {
  224.     background-color : #FAFAFA;
  225.     font-weight : bold;
  226. }
  227.  
  228. /* None-bold submit button */
  229. input.liteoption {
  230.     background-color : #FAFAFA;
  231.     font-weight : normal;
  232. }
  233.  
  234. /* This is the line in the posting page which shows the rollover
  235.   help line. This is actually a text box, but if set to be the same
  236.   colour as the background no one will know ;)
  237. */
  238. .helpline { background-color: #DEE3E7; border-style: none; }
  239.  
  240. /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
  241. @import url("templates/subSilver/formIE.css");
  242. -->
  243. </style>
  244. </head>
  245. <body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4">
  246.  
  247. <a name="top"></a>
  248.  
  249. <table width="100%" cellspacing="0" cellpadding="10" border="0" align="center" >
  250.     <tr>
  251.         <td class="bodyline" >
  252.             <table width="100%" cellspacing="0" cellpadding="0" border="0" >
  253.             <tr>
  254.                 <td BGCOLOR="BLACK"><CENTER>
  255.                 <a href="index.php"><img src="templates/subSilver/images/HZA/TITRE8A.PNG" border="0" alt=" Index du Forum" vspace="1" /></a>
  256.                 </CENTER></td>
  257.                 <TD></TD>
  258.             </TR>
  259.                 <TR><TD align="center" COLSPAN="2" BGCOLOR="#E5E5E5">
  260.                     <span class="mainmenu"><B><FONT COLOR="RED">IDENTIFICATION SERVEUR : 213.186.33.87 - CLIENT : 74.109.56.191 </FONT></B></SPAN></TD>
  261.                 </TR>
  262.             <TR><TD><BR></TD></TR>
  263.             <CENTER>
  264.             <table cellspacing="0" cellpadding="2" border="0">
  265.                     <tr>
  266.                         <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="faq.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="FAQ" hspace="3" />FAQ</a>   <a href="search.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="Rechercher" hspace="3" />Rechercher</a>   <a href="memberlist.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="Liste des Membres" hspace="3" />Liste des Membres</a>   <a href="groupcp.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="Groupes d'utilisateurs" hspace="3" />Groupes d'utilisateurs</a> 
  267.                          <a href="profile.php?mode=register" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="S'enregistrer" hspace="3" />S'enregistrer</a> 
  268.                         </span></td>
  269.                     </tr>
  270.                     <tr>
  271.                         <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="profile.php?mode=editprofile" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="Profil" hspace="3" />Profil</a>   <a href="privmsg.php?folder=inbox" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="Se connecter pour vΘrifier ses messages privΘs" hspace="3" />Se connecter pour vΘrifier ses messages privΘs</a>   <a href="login.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="Connexion" hspace="3" />Connexion</a> </span></td>
  272.                     </tr>
  273.                 </table></td>
  274.             </tr>
  275.         </table>
  276.  
  277.         <br />
  278.  
  279.  
  280. <table width="100%" cellspacing="2" cellpadding="2" border="0">
  281.   <tr>
  282.     <td align="left" valign="bottom" colspan="2"><a class="maintitle" href="viewtopic.php?t=96&start=0&postdays=0&postorder=asc&highlight=">Code source DOS 3.3</a><br />
  283.       <span class="gensmall"><b></b><br />
  284.         </span></td>
  285.   </tr>
  286. </table>
  287.  
  288. <table width="100%" cellspacing="2" cellpadding="2" border="0">
  289.   <tr>
  290.     <td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="posting.php?mode=newtopic&f=21"><img src="templates/subSilver/images/lang_french/post.gif" border="0" alt="Poster un nouveau sujet" align="middle" /></a>   <a href="posting.php?mode=reply&t=96"><img src="templates/subSilver/images/lang_french/reply.gif" border="0" alt="RΘpondre au sujet" align="middle" /></a></span></td>
  291.     <td align="left" valign="middle" width="100%"><span class="nav">   <a href="index.php" class="nav"> Index du Forum</a>
  292.       -> <a href="viewforum.php?f=21" class="nav">DIVERS...MAIS TOUJOURS EN RELATION AVEC APPLE!</a></span></td>
  293.   </tr>
  294. </table>
  295.  
  296. <table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
  297.     <tr align="right">
  298.         <td class="catHead" colspan="2" height="28"><span class="nav"><a href="viewtopic.php?t=96&view=previous" class="nav">Voir le sujet prΘcΘdent</a> :: <a href="viewtopic.php?t=96&view=next" class="nav">Voir le sujet suivant</a>  </span></td>
  299.     </tr>
  300.     
  301.     <tr>
  302.         <th class="thLeft" width="150" height="26" nowrap="nowrap">Auteur</th>
  303.         <th class="thRight" nowrap="nowrap">Message</th>
  304.     </tr>
  305.     <tr>
  306.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="333"></a><b>jvernet</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 18 Ao√ 2007<br />Messages: 105<br /></span><br /></td>
  307.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  308.             <tr>
  309.                 <td width="100%"><a href="viewtopic.php?p=333#333"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Mer 05 Sep 2007, 21:35<span class="gen"> </span>   Sujet du message: Code source DOS 3.3</span></td>
  310.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=333"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  311.             </tr>
  312.             <tr>
  313.                 <td colspan="2"><hr /></td>
  314.             </tr>
  315.             <tr>
  316.                 <td colspan="2"><span class="postbody">Lien trouvΘ sur Comp.sys.apple2 (vous avez peut Ωtre dΘja vu)
  317. <br />
  318.  
  319. <br />
  320. <a href="http://rapidshare.com/files/53578661/Apple2DOS33CSourceListing.pdf.html" target="_blank" class="postlink">http://rapidshare.com/files/53578661/Apple2DOS33CSourceListing.pdf.html</a>
  321. <br />
  322.  
  323. <br />
  324. Le gars aurait aussi les sources de Prodos.</span><span class="gensmall"></span></td>
  325.             </tr>
  326.         </table></td>
  327.     </tr>
  328.     <tr>
  329.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  330.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  331.             <tr>
  332.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=14"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=14"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://perso.wanadoo.fr/jerome.vernet" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  333.  
  334.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  335.         document.write(' ');
  336.     else
  337.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  338.  
  339.                 //--></script><noscript></noscript></td>
  340.             </tr>
  341.         </table></td>
  342.     </tr>
  343.     <tr>
  344.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  345.     </tr>
  346.     <tr>
  347.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="334"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  348.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  349.             <tr>
  350.                 <td width="100%"><a href="viewtopic.php?p=334#334"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 06 Sep 2007, 0:20<span class="gen"> </span>   Sujet du message: </span></td>
  351.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=334"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  352.             </tr>
  353.             <tr>
  354.                 <td colspan="2"><hr /></td>
  355.             </tr>
  356.             <tr>
  357.                 <td colspan="2"><span class="postbody">Dispo depuis un bon moment, 100% free et sans prise de tΩte:
  358. <br />
  359.  
  360. <br />
  361. Le source du la RWTS DOS 3.3 est ici:
  362. <br />
  363.  
  364. <br />
  365. <a href="http://boutillon.free.fr/Underground/Cours/Cours_GDF/Gdf03/Gdf03.html" target="_blank">http://boutillon.free.fr/Underground/Cours/Cours_GDF/Gdf03/Gdf03.html</a>
  366. <br />
  367.  
  368. <br />
  369. Les sources du file manager DOS 3.3 et du CMD interpreter sont ici:
  370. <br />
  371.  
  372. <br />
  373. <a href="http://boutillon.free.fr/Underground/Cours/Cours_GDF/Gdf04/Gdf04.html" target="_blank">http://boutillon.free.fr/Underground/Cours/Cours_GDF/Gdf04/Gdf04.html</a>
  374. <br />
  375.  
  376. <br />
  377. Le source du ProDOS 1.7 est ici:
  378. <br />
  379.  
  380. <br />
  381. <a href="http://boutillon.free.fr/WebLog/Logs/20060911/20060911.html" target="_blank">http://boutillon.free.fr/WebLog/Logs/20060911/20060911.html</a>
  382. <br />
  383.  
  384. <br />
  385. JM</span><span class="gensmall"></span></td>
  386.             </tr>
  387.         </table></td>
  388.     </tr>
  389.     <tr>
  390.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  391.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  392.             <tr>
  393.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  394.  
  395.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  396.         document.write(' ');
  397.     else
  398.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  399.  
  400.                 //--></script><noscript></noscript></td>
  401.             </tr>
  402.         </table></td>
  403.     </tr>
  404.     <tr>
  405.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  406.     </tr>
  407.     <tr>
  408.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="335"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  409.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  410.             <tr>
  411.                 <td width="100%"><a href="viewtopic.php?p=335#335"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 06 Sep 2007, 0:25<span class="gen"> </span>   Sujet du message: </span></td>
  412.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=335"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  413.             </tr>
  414.             <tr>
  415.                 <td colspan="2"><hr /></td>
  416.             </tr>
  417.             <tr>
  418.                 <td colspan="2"><span class="postbody">Par ailleurs une autre version du source du DOS 3.3 est dispo sur la messagerie publique de comp.sys.apple2.
  419. <br />
  420.  
  421. <br />
  422. Pour se connecter:
  423. <br />
  424.  
  425. <br />
  426. aller sur l'url suivante: <a href="http://gmail.google.com" target="_blank">http://gmail.google.com</a>
  427. <br />
  428. Saisir le user: sys.apple2
  429. <br />
  430. et le mot de passe: system2
  431. <br />
  432.  
  433. <br />
  434. Regarder le mail de Paul Santa-Maria du 27 juillet 2006 intitulΘ DOS 3.3 source code (DOS33C.ZIP  Apple II DOS 3.3 source code and assembly listing).
  435. <br />
  436.  
  437. <br />
  438. JM</span><span class="gensmall"></span></td>
  439.             </tr>
  440.         </table></td>
  441.     </tr>
  442.     <tr>
  443.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  444.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  445.             <tr>
  446.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  447.  
  448.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  449.         document.write(' ');
  450.     else
  451.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  452.  
  453.                 //--></script><noscript></noscript></td>
  454.             </tr>
  455.         </table></td>
  456.     </tr>
  457.     <tr>
  458.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  459.     </tr>
  460.     <tr>
  461.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="336"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  462.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  463.             <tr>
  464.                 <td width="100%"><a href="viewtopic.php?p=336#336"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 06 Sep 2007, 0:29<span class="gen"> </span>   Sujet du message: Re: Code source DOS 3.3</span></td>
  465.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=336"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  466.             </tr>
  467.             <tr>
  468.                 <td colspan="2"><hr /></td>
  469.             </tr>
  470.             <tr>
  471.                 <td colspan="2"><span class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>jvernet a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote"><a href="http://rapidshare.com/files/53578661/Apple2DOS33CSourceListing.pdf.html" target="_blank" class="postlink">http://rapidshare.com/files/53578661/Apple2DOS33CSourceListing.pdf.html</a>
  472. <br />
  473. </td>    </tr></table><span class="postbody">
  474. <br />
  475.  
  476. <br />
  477. A noter que le PDF se trouve α prΘsent directement sur le compte gmail.
  478. <br />
  479.  
  480. <br />
  481. JM</span><span class="gensmall"></span></td>
  482.             </tr>
  483.         </table></td>
  484.     </tr>
  485.     <tr>
  486.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  487.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  488.             <tr>
  489.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  490.  
  491.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  492.         document.write(' ');
  493.     else
  494.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  495.  
  496.                 //--></script><noscript></noscript></td>
  497.             </tr>
  498.         </table></td>
  499.     </tr>
  500.     <tr>
  501.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  502.     </tr>
  503.     <tr>
  504.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="341"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  505.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  506.             <tr>
  507.                 <td width="100%"><a href="viewtopic.php?p=341#341"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 06 Sep 2007, 9:40<span class="gen"> </span>   Sujet du message: </span></td>
  508.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=341"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  509.             </tr>
  510.             <tr>
  511.                 <td colspan="2"><hr /></td>
  512.             </tr>
  513.             <tr>
  514.                 <td colspan="2"><span class="postbody">En complΘment:
  515. <br />
  516.  
  517. <br />
  518. les sources prΘsents sur mon site ne sont pas ceux de chez Apple mais des sources reconstituΘs par des utilisateurs.
  519. <br />
  520.  
  521. <br />
  522. Pour le DOS 3.3 des cours de Godfather, c'est basΘ sur une disquette bien rΘpandue α l'Θpoque. Je ne peux pas le garantir α 100% mais je pense qu'il s'agit de la version DOSSOURCE de Lazerware (Lazer Microsystems), la sociΘtΘ de Randy Hyde. Je dois avoir un scan de la pub de l'Θpoque (oui oui, un source reconstituΘ a ΘtΘ vendu par une sociΘtΘ diffΘrente d'Apple!)
  523. <br />
  524.  
  525. <br />
  526. Pour le ProDOS 1.7, τa a ΘtΘ fait par un franτais. Mais je ne sais plus si c'est la version de NumΘro 6 ou une autre. Il n'y a pas des commentaires partout mais τa permet dΘjα de localiser tel ou tel point recherchΘ.
  527. <br />
  528.  
  529. <br />
  530. JM</span><span class="gensmall"></span></td>
  531.             </tr>
  532.         </table></td>
  533.     </tr>
  534.     <tr>
  535.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  536.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  537.             <tr>
  538.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  539.  
  540.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  541.         document.write(' ');
  542.     else
  543.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  544.  
  545.                 //--></script><noscript></noscript></td>
  546.             </tr>
  547.         </table></td>
  548.     </tr>
  549.     <tr>
  550.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  551.     </tr>
  552.     <tr>
  553.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="344"></a><b>JPL</b></span><br /><span class="postdetails">Site Admin<br /><br /><br />Inscrit le: 12 Mar 2007<br />Messages: 160<br />Localisation: Issy les Moulineaux / PARIS</span><br /></td>
  554.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  555.             <tr>
  556.                 <td width="100%"><a href="viewtopic.php?p=344#344"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 06 Sep 2007, 10:17<span class="gen"> </span>   Sujet du message: </span></td>
  557.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=344"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  558.             </tr>
  559.             <tr>
  560.                 <td colspan="2"><hr /></td>
  561.             </tr>
  562.             <tr>
  563.                 <td colspan="2"><span class="postbody">Pour le DOS trΦs dΘtaillΘ et organisΘ
  564. <br />
  565.  
  566. <br />
  567. <a href="http://www.textfiles.com/apple/ANATOMY/" target="_blank" class="postlink">http://www.textfiles.com/apple/ANATOMY/</a>
  568. <br />
  569.  
  570. <br />
  571. Pour Prodos si pas de commentaires Θloquents  je penche pour N░6  <img src="images/smiles/icon_lol.gif" alt="Laughing" border="0" /></span><span class="gensmall"></span></td>
  572.             </tr>
  573.         </table></td>
  574.     </tr>
  575.     <tr>
  576.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  577.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  578.             <tr>
  579.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=2"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=2"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a> <a href="mailto:jplvs10@hotmail.com"><img src="templates/subSilver/images/lang_french/icon_email.gif" alt="Envoyer un e-mail" title="Envoyer un e-mail" border="0" /></a> <a href="http://www.hackzapple.com/INDEX0.HTM" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  580.  
  581.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  582.         document.write(' ');
  583.     else
  584.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  585.  
  586.                 //--></script><noscript></noscript></td>
  587.             </tr>
  588.         </table></td>
  589.     </tr>
  590.     <tr>
  591.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  592.     </tr>
  593.     <tr>
  594.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="346"></a><b>Oz</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Ao√ 2007<br />Messages: 49<br />Localisation: Courbevoie, France</span><br /></td>
  595.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  596.             <tr>
  597.                 <td width="100%"><a href="viewtopic.php?p=346#346"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 06 Sep 2007, 10:45<span class="gen"> </span>   Sujet du message: </span></td>
  598.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=346"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  599.             </tr>
  600.             <tr>
  601.                 <td colspan="2"><hr /></td>
  602.             </tr>
  603.             <tr>
  604.                 <td colspan="2"><span class="postbody">C'est long ces sources ?  J'imagine τa plutot bien codΘ et probablement bien documentΘ par ceux qui ont regardΘ...
  605. <br />
  606.  
  607. <br />
  608.     Olivier</span><span class="gensmall"></span></td>
  609.             </tr>
  610.         </table></td>
  611.     </tr>
  612.     <tr>
  613.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  614.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  615.             <tr>
  616.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=18"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=18"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  617.  
  618.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  619.         document.write(' ');
  620.     else
  621.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  622.  
  623.                 //--></script><noscript></noscript></td>
  624.             </tr>
  625.         </table></td>
  626.     </tr>
  627.     <tr>
  628.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  629.     </tr>
  630.     <tr>
  631.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="347"></a><b>toinet</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 15 Juin 2007<br />Messages: 326<br />Localisation: Paris, France</span><br /></td>
  632.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  633.             <tr>
  634.                 <td width="100%"><a href="viewtopic.php?p=347#347"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 06 Sep 2007, 10:46<span class="gen"> </span>   Sujet du message: </span></td>
  635.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=347"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  636.             </tr>
  637.             <tr>
  638.                 <td colspan="2"><hr /></td>
  639.             </tr>
  640.             <tr>
  641.                 <td colspan="2"><span class="postbody">A propos du DOS 3.3 et ProDOS, quelqu'un pourrait-il m'envoyer par courriel les images disques des versions officielles d'Apple ?
  642. <br />
  643.  
  644. <br />
  645. J'ai rΘcupΘrΘ des versions probablement anciennes qui chargent la RWTS en $3700 avant de semble-t-il tout dΘplacer en $B700. Bref, une vraie disquette propre qui pourrait me servir lorsque je livre une version dΘprotΘgΘe d'un DOS 3.3 ou ProDOS.
  646. <br />
  647.  
  648. <br />
  649. Ma commande au PΦre Noδl :
  650. <br />
  651. - un DOS 3.3 qui se charge en $9D00
  652. <br />
  653. - un ProDOS v1.7 par exemple plut⌠t que la 2.0.1
  654. <br />
  655.  
  656. <br />
  657. Thanks par avance,
  658. <br />
  659.  
  660. <br />
  661. antoine</span><span class="gensmall"></span></td>
  662.             </tr>
  663.         </table></td>
  664.     </tr>
  665.     <tr>
  666.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  667.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  668.             <tr>
  669.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=4"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=4"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://www.oss117.org/" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  670.  
  671.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  672.         document.write(' ');
  673.     else
  674.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  675.  
  676.                 //--></script><noscript></noscript></td>
  677.             </tr>
  678.         </table></td>
  679.     </tr>
  680.     <tr>
  681.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  682.     </tr>
  683.     <tr>
  684.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="349"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  685.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  686.             <tr>
  687.                 <td width="100%"><a href="viewtopic.php?p=349#349"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 06 Sep 2007, 12:01<span class="gen"> </span>   Sujet du message: </span></td>
  688.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=349"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  689.             </tr>
  690.             <tr>
  691.                 <td colspan="2"><hr /></td>
  692.             </tr>
  693.             <tr>
  694.                 <td colspan="2"><span class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>toinet a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">J'ai rΘcupΘrΘ des versions probablement anciennes qui chargent la RWTS en $3700 avant de semble-t-il tout dΘplacer en $B700. </td>    </tr></table><span class="postbody">
  695. <br />
  696.  
  697. <br />
  698. J'ai le souvenir que le DOS 3.3 SYSTEM MASTER charge diffΘremment le DOS (qu'une disquette formattΘe avec INIT).
  699. <br />
  700.  
  701. <br />
  702. Je vais mettre en ligne ce soir ce que j'ai (y compris le source de l'Applesoft qui de mΘmoire est sur la face 2 de Merlin).
  703. <br />
  704. C'est bien commentΘ, il y a mΩme des indications sur les bogues microsoft <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /> 
  705. <br />
  706.  
  707. <br />
  708. JM</span><span class="gensmall"></span></td>
  709.             </tr>
  710.         </table></td>
  711.     </tr>
  712.     <tr>
  713.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  714.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  715.             <tr>
  716.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  717.  
  718.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  719.         document.write(' ');
  720.     else
  721.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  722.  
  723.                 //--></script><noscript></noscript></td>
  724.             </tr>
  725.         </table></td>
  726.     </tr>
  727.     <tr>
  728.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  729.     </tr>
  730.     <tr>
  731.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="350"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  732.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  733.             <tr>
  734.                 <td width="100%"><a href="viewtopic.php?p=350#350"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 06 Sep 2007, 12:12<span class="gen"> </span>   Sujet du message: </span></td>
  735.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=350"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  736.             </tr>
  737.             <tr>
  738.                 <td colspan="2"><hr /></td>
  739.             </tr>
  740.             <tr>
  741.                 <td colspan="2"><span class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>Oz a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">C'est long ces sources ?  J'imagine τa plutot bien codΘ et probablement bien documentΘ par ceux qui ont regardΘ...</td>    </tr></table><span class="postbody">
  742. <br />
  743.  
  744. <br />
  745. Oui, c'est assez long de se plonger dedans.
  746. <br />
  747. L'idΘal, c'est d'avoir le source sous les yeux ET un des nombreux bouquins qui a dΘcrit en long et en large le DOS en mettant des rΘfΘrences d'adresse + commentaires mais sans le dump proprement dit pour ne pas attirer les foudres d'Apple.
  748. <br />
  749. Je pense pas exemple aux supplΘments du Beneath Apple ProDOS (mΩme si ce n'est pas les derniΦres versions de l'OS).
  750. <br />
  751.  
  752. <br />
  753. JM</span><span class="gensmall"></span></td>
  754.             </tr>
  755.         </table></td>
  756.     </tr>
  757.     <tr>
  758.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  759.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  760.             <tr>
  761.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  762.  
  763.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  764.         document.write(' ');
  765.     else
  766.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  767.  
  768.                 //--></script><noscript></noscript></td>
  769.             </tr>
  770.         </table></td>
  771.     </tr>
  772.     <tr>
  773.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  774.     </tr>
  775.     <tr>
  776.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="351"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  777.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  778.             <tr>
  779.                 <td width="100%"><a href="viewtopic.php?p=351#351"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 06 Sep 2007, 12:28<span class="gen"> </span>   Sujet du message: </span></td>
  780.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=351"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  781.             </tr>
  782.             <tr>
  783.                 <td colspan="2"><hr /></td>
  784.             </tr>
  785.             <tr>
  786.                 <td colspan="2"><span class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>toinet a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">- un DOS 3.3 qui se charge en $9D00</td>    </tr></table><span class="postbody">
  787. <br />
  788.  
  789. <br />
  790. INIT HELLO, S6, D1 α partir du system master et le tour est jouΘ.
  791. <br />
  792.  
  793. <br />
  794. JM</span><span class="gensmall"></span></td>
  795.             </tr>
  796.         </table></td>
  797.     </tr>
  798.     <tr>
  799.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  800.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  801.             <tr>
  802.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  803.  
  804.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  805.         document.write(' ');
  806.     else
  807.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  808.  
  809.                 //--></script><noscript></noscript></td>
  810.             </tr>
  811.         </table></td>
  812.     </tr>
  813.     <tr>
  814.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  815.     </tr>
  816.     <tr>
  817.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="352"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  818.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  819.             <tr>
  820.                 <td width="100%"><a href="viewtopic.php?p=352#352"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 06 Sep 2007, 15:04<span class="gen"> </span>   Sujet du message: </span></td>
  821.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=352"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  822.             </tr>
  823.             <tr>
  824.                 <td colspan="2"><hr /></td>
  825.             </tr>
  826.             <tr>
  827.                 <td colspan="2"><span class="postbody">Le ProDOS 8 v1.7 officiel (pdf et sources) d'Apple est sur le compte gmail.</span><span class="gensmall"></span></td>
  828.             </tr>
  829.         </table></td>
  830.     </tr>
  831.     <tr>
  832.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  833.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  834.             <tr>
  835.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  836.  
  837.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  838.         document.write(' ');
  839.     else
  840.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  841.  
  842.                 //--></script><noscript></noscript></td>
  843.             </tr>
  844.         </table></td>
  845.     </tr>
  846.     <tr>
  847.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  848.     </tr>
  849.     <tr>
  850.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="353"></a><b>toinet</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 15 Juin 2007<br />Messages: 326<br />Localisation: Paris, France</span><br /></td>
  851.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  852.             <tr>
  853.                 <td width="100%"><a href="viewtopic.php?p=353#353"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Jeu 06 Sep 2007, 17:00<span class="gen"> </span>   Sujet du message: </span></td>
  854.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=353"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  855.             </tr>
  856.             <tr>
  857.                 <td colspan="2"><hr /></td>
  858.             </tr>
  859.             <tr>
  860.                 <td colspan="2"><span class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>Deckard a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>toinet a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">- un DOS 3.3 qui se charge en $9D00</td>    </tr></table><span class="postbody">
  861. <br />
  862.  
  863. <br />
  864. INIT HELLO, S6, D1 α partir du system master et le tour est jouΘ.
  865. <br />
  866.  
  867. <br />
  868. JM</td>    </tr></table><span class="postbody">
  869. <br />
  870.  
  871. <br />
  872. Ben oui, mais sans system master, c'est mal barrΘ <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" />
  873. <br />
  874.  
  875. <br />
  876. antoine</span><span class="gensmall"></span></td>
  877.             </tr>
  878.         </table></td>
  879.     </tr>
  880.     <tr>
  881.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  882.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  883.             <tr>
  884.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=4"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=4"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://www.oss117.org/" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  885.  
  886.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  887.         document.write(' ');
  888.     else
  889.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  890.  
  891.                 //--></script><noscript></noscript></td>
  892.             </tr>
  893.         </table></td>
  894.     </tr>
  895.     <tr>
  896.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  897.     </tr>
  898.     <tr align="center">
  899.         <td class="catBottom" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0">
  900.             <tr><form method="post" action="viewtopic.php?t=96&start=0">
  901.                 <td align="center"><span class="gensmall">Montrer les messages depuis: <select name="postdays"><option value="0" selected="selected">Tous les messages</option><option value="1">1 Jour</option><option value="7">7 Jours</option><option value="14">2 Semaines</option><option value="30">1 Mois</option><option value="90">3 Mois</option><option value="180">6 Mois</option><option value="364">1 An</option></select> <select name="postorder"><option value="asc" selected="selected">Le plus ancien en premier</option><option value="desc">Le plus rΘcent en premier</option></select> <input type="submit" value="Aller" class="liteoption" name="submit" /></span></td>
  902.             </form></tr>
  903.         </table></td>
  904.     </tr>
  905. </table>
  906.  
  907. <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  908.   <tr>
  909.     <td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="posting.php?mode=newtopic&f=21"><img src="templates/subSilver/images/lang_french/post.gif" border="0" alt="Poster un nouveau sujet" align="middle" /></a>   <a href="posting.php?mode=reply&t=96"><img src="templates/subSilver/images/lang_french/reply.gif" border="0" alt="RΘpondre au sujet" align="middle" /></a></span></td>
  910.     <td align="left" valign="middle" width="100%"><span class="nav">   <a href="index.php" class="nav"> Index du Forum</a>
  911.       -> <a href="viewforum.php?f=21" class="nav">DIVERS...MAIS TOUJOURS EN RELATION AVEC APPLE!</a></span></td>
  912.     <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">Toutes les heures sont au format GMT + 1 Heure</span><br /><span class="nav"></span>
  913.       </td>
  914.   </tr>
  915.   <tr>
  916.     <td align="left" colspan="3"><span class="nav">Page <b>1</b> sur <b>1</b></span></td>
  917.   </tr>
  918. </table>
  919.  
  920. <table width="100%" cellspacing="2" border="0" align="center">
  921.   <tr>
  922.     <td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall"></span><br />
  923.        <br />
  924.       </td>
  925.     <td align="right" valign="top" nowrap="nowrap">
  926. <form method="get" name="jumpbox" action="viewforum.php" onSubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0">
  927.     <tr>
  928.         <td nowrap="nowrap"><span class="gensmall">Sauter vers: <select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"><option value="-1">SΘlectionner un forum</option><option value="-1"> </option><option value="-1">GENERALITES</option><option value="-1">----------------</option><option value="1">REGLES DE BASE DU FORUM</option><option value="2">PRESENTATION DES MEMBRES</option><option value="3">FAQ</option><option value="24">LES VENDEURS DE Q et assimilΘs...</option><option value="-1"> </option><option value="-1">La ligne des APPLE II</option><option value="-1">----------------</option><option value="4">APPLE II et II+</option><option value="5">APPLE IIe</option><option value="6">APPLE IIc et IIc Plus</option><option value="7">APPLE IIGS</option><option value="8">ITT2020</option><option value="9">BELL & HOWELL</option><option value="-1"> </option><option value="-1">ON AIME AUSSI...</option><option value="-1">----------------</option><option value="25">APPLE I</option><option value="10">APPLE /// et ///Plus</option><option value="11">LISA 1,  2, 2/5,  2/10 et ... XL</option><option value="-1"> </option><option value="-1">LOGICIELS</option><option value="-1">----------------</option><option value="12">PROBLEMES DIVERS</option><option value="13">PROTECTION MALEFIQUE</option><option value="23">EMULATION</option><option value="-1"> </option><option value="-1">LES CARTES ET PERIPHERIQUES</option><option value="-1">----------------</option><option value="14">CARTES COPROCESSEUR</option><option value="15">CARTES MEMOIRE</option><option value="16">CARTES POUR DISQUES</option><option value="17">AUTRES CARTES</option><option value="18">PERIPHERIQUES</option><option value="-1"> </option><option value="-1">EN VRAC ET DIVERS</option><option value="-1">----------------</option><option value="19">Recherches techniques (hard ou soft)</option><option value="20">ACHATS,VENTES ET/OU ECHANGES</option><option value="21"selected="selected">DIVERS...MAIS TOUJOURS EN RELATION AVEC APPLE!</option><option value="22">LES PETITS MAUDITS A EVITER</option></select><input type="hidden" name="sid" value="88dc291636b558c274916ca04b217a32" /> <input type="submit" value="Aller" class="liteoption" /></span></td>
  929.     </tr>
  930. </table></form>
  931.  
  932. <span class="gensmall">Vous <b>ne pouvez pas</b> poster de nouveaux sujets dans ce forum<br />Vous <b>ne pouvez pas</b> rΘpondre aux sujets dans ce forum<br />Vous <b>ne pouvez pas</b> Θditer vos messages dans ce forum<br />Vous <b>ne pouvez pas</b> supprimer vos messages dans ce forum<br />Vous <b>ne pouvez pas</b> voter dans les sondages de ce forum<br /></span></td>
  933.   </tr>
  934. </table>
  935.  
  936.  
  937. <div align="center"><span class="copyright"><br /><br />
  938. <!--
  939.     We request you retain the full copyright notice below including the link to www.phpbb.com.
  940.     This not only gives respect to the large amount of time given freely by the developers
  941.     but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
  942.     reason) retain the full copyright we request you at least leave in place the
  943.     Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
  944.     to include even this then support on our forums may be affected.
  945.  
  946.     The phpBB Group : 2002
  947. // -->
  948. Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group<br />Traduction par : <a href="http://www.phpbb-fr.com/" target="_blank" class="copyright">phpBB-fr.com</a></span></div>
  949.         </td>
  950.     </tr>
  951. </table>
  952.  
  953. </body>
  954. </html>
  955.  
  956.