home *** CD-ROM | disk | FTP | other *** search
/ hackzapple.com / www.hackzapple.com.tar / www.hackzapple.com / phpBB2 / viewtopic.php?t=82&start=0&postdays=0&postorder=asc&highlight=.orig < prev    next >
Text File  |  2010-10-06  |  52KB  |  785 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=82&view=previous" title="Voir le sujet prΘcΘdent" />
  12. <link rel="next" href="viewtopic.php?t=82&view=next" title="Voir le sujet suivant" />
  13. <link rel="up" href="viewforum.php?f=19" title="Recherches techniques (hard ou soft)" />
  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 - Livre : SystΦmes d'Exploitation et SystΦmes de Protection...</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=82&start=0&postdays=0&postorder=asc&highlight=">Livre : SystΦmes d'Exploitation et SystΦmes de Protection...</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=19"><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=82"><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=19" class="nav">Recherches techniques (hard ou soft)</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=82&view=previous" class="nav">Voir le sujet prΘcΘdent</a> :: <a href="viewtopic.php?t=82&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="269"></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>
  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=269#269"><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 29 Ao√ 2007, 21:10<span class="gen"> </span>   Sujet du message: Livre : SystΦmes d'Exploitation et SystΦmes de Protection...</span></td>
  310.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=269"><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">Bon, il existe un bouquin sortit en 1986 nommΘ "SystΦmes d'Exploitation et systΦmes de Protection sur APPLE II" Θcrit par un certain LAGRANGE, Jean Pierre de son prΘnom (probablement un nom d'emprunt, forcΘment...).
  317. <br />
  318.  
  319. <br />
  320.   Comme j'avais achetΘ le livre (moi !) en 1992 chez un bouquiniste, je l'avais utilisΘ α l'Θpoque pour la partie systΦme d'exploitation bas niveau, pour le dΘveloppement de notre Θmulateur Apple IIe sur SUN Sparc (projet de maεtrise informatique).
  321. <br />
  322.  
  323. <br />
  324.    Et au fur et α mesure de la lecture, j'ai notΘ des trucs qui m'ont paru bizzare, des fautes de frappes, des oublis...
  325. <br />
  326.  
  327. <br />
  328.    Je propose donc le Topic des erreurs du bouquin, histoire que chacun puisse mettre son exemplaire (ou ses photocops...) α jour.
  329. <br />
  330.  
  331. <br />
  332.     Je commence page 63, α la derniΦre ligne, o∙ $3F2$9DBF sont collΘs. J'imagine que $3F2 est le label (l'adresse quoi) et $9DBF la valeur... Il doit manquer une tabulation.
  333. <br />
  334.  
  335. <br />
  336.    C'est le genre de truc Θvident mais quand vous dΘbutez, vous cherchez pendant 2 heures une bonne raison α cette maniΦre de formater...
  337. <br />
  338.  
  339. <br />
  340.     En haut de la page 138, je pense qu'il manque un ORA SLOT (ou alors, il a ΘtΘ bouffΘ par la coupure de page).
  341. <br />
  342.  
  343. <br />
  344.     Bon, j'en ai encore plein d'autres du mΩme genre...
  345. <br />
  346.  
  347. <br />
  348.     Dans le source p139/141, le choix des labels a ΘtΘ particuliΦrement bien soignΘ, histoire de ne pas perdre le lecteur. On a en effet le $c080 qui est dΘfini comme PHASEOFF, et deux tables nommΘes judicieusement PHASON et PHASOFF (pas de E). DΘjα, PHASEOFF et PHASOFF c'est pas gagnΘ, mais en plus dans le source page 140, on a un joli :
  349. <br />
  350.           LDA  PHASEOFF,Y
  351. <br />
  352.           JSR  ARMMOVE
  353. <br />
  354.  
  355. <br />
  356.    qui devrait plut⌠t s'Θcrire
  357. <br />
  358.           LDA  PHASOFF,Y
  359. <br />
  360.           JSR  ARMMOVE
  361. <br />
  362.  
  363. <br />
  364.    Et pour corser le tout, la table nommΘe PHASON s'est trouvΘ orthographiΘ PHASEON (page 141) et est appelΘe dans le source de la page 140 :
  365. <br />
  366.           LDA  PHASON,Y
  367. <br />
  368.           JSR  ARMMOVE
  369. <br />
  370.  
  371. <br />
  372.      Bon, c'est tout pour ce soir...
  373. <br />
  374.  
  375. <br />
  376.          Olivier</span><span class="gensmall"></span></td>
  377.             </tr>
  378.         </table></td>
  379.     </tr>
  380.     <tr>
  381.         <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>
  382.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  383.             <tr>
  384.                 <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"><!--
  385.  
  386.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  387.         document.write(' ');
  388.     else
  389.         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>');
  390.  
  391.                 //--></script><noscript></noscript></td>
  392.             </tr>
  393.         </table></td>
  394.     </tr>
  395.     <tr>
  396.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  397.     </tr>
  398.     <tr>
  399.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="270"></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>
  400.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  401.             <tr>
  402.                 <td width="100%"><a href="viewtopic.php?p=270#270"><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 29 Ao√ 2007, 21:55<span class="gen"> </span>   Sujet du message: </span></td>
  403.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=270"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  404.             </tr>
  405.             <tr>
  406.                 <td colspan="2"><hr /></td>
  407.             </tr>
  408.             <tr>
  409.                 <td colspan="2"><span class="postbody">Je pense avoir une idΘe qui pourrait faire avancer le Schmilblick.
  410. <br />
  411.  
  412. <br />
  413. Ceux qui ont eu le courage de lire le livre en entier ont d√ constater une chose intΘressante page 406: il existe une disquette avec tous les programmes dΘjα tapΘs.
  414. <br />
  415. D'o∙ 3 questions:
  416. <br />
  417.  
  418. <br />
  419. 1) est-ce que les sources sont inclus ou est-ce que les executables? <img src="images/smiles/icon_redface.gif" alt="Embarassed" border="0" /> 
  420. <br />
  421.  
  422. <br />
  423. 2) est-ce que les programmes livrΘs marchent? Hum, le gars en question semble connaitre son sujet, je prΘdis que oui <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /> 
  424. <br />
  425.  
  426. <br />
  427. 3) τa serait bien malheureux que cette disquette ne refasse pas surface. Croyez-vous qu'un tel miracle soit possible?  <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /> 
  428. <br />
  429.  
  430. <br />
  431. JM
  432. <br />
  433.  
  434. <br />
  435. PS: et puis zut tiens une question numΘro 4: Quid de tout ce qui a ΘtΘ amputΘ par la censure? Ca pourrait permettre de rajouter des correctifs <img src="images/smiles/icon_lol.gif" alt="Laughing" border="0" /></span><span class="gensmall"></span></td>
  436.             </tr>
  437.         </table></td>
  438.     </tr>
  439.     <tr>
  440.         <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>
  441.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  442.             <tr>
  443.                 <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"><!--
  444.  
  445.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  446.         document.write(' ');
  447.     else
  448.         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>');
  449.  
  450.                 //--></script><noscript></noscript></td>
  451.             </tr>
  452.         </table></td>
  453.     </tr>
  454.     <tr>
  455.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  456.     </tr>
  457.     <tr>
  458.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="272"></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>
  459.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  460.             <tr>
  461.                 <td width="100%"><a href="viewtopic.php?p=272#272"><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 29 Ao√ 2007, 22:53<span class="gen"> </span>   Sujet du message: </span></td>
  462.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=272"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  463.             </tr>
  464.             <tr>
  465.                 <td colspan="2"><hr /></td>
  466.             </tr>
  467.             <tr>
  468.                 <td colspan="2"><span class="postbody"><img src="images/smiles/icon_lol.gif" alt="Laughing" border="0" /> 
  469. <br />
  470.  
  471. <br />
  472. Pour les erreurs je me suis laissΘ dire que le type avait tapΘ le bouquin sur PC et transfΘrΘ les programmes avec TOPS puis que l'Θquipe de l'editeur avait repris le tout sous un logiciel spΘcialisΘ en publishing , donc il y a du y avoir des erreurs de transcription si ce n'est des coupures pures et dures... enfin je suppose  <img src="images/smiles/icon_eek.gif" alt="Shocked" border="0" />   
  473. <br />
  474.  
  475. <br />
  476. La disquette fournissait les programmes sources et tous fonctionnaient parfaitement, lα j'en suis tΘmoin pour l'avoir eu en main et vΘrifiΘ.  <img src="images/smiles/icon_lol.gif" alt="Laughing" border="0" />  
  477. <br />
  478.  
  479. <br />
  480. Je dois encore avoir une copie... il faut la retrouver maintenant  <img src="images/smiles/icon_confused.gif" alt="Confused" border="0" />  opΘration simple !
  481. <br />
  482.  
  483. <br />
  484. Pour la censure la lΘgende et les bruits de couloir  prΘtendent qu'il n'y a eu de coupures que sur le fonctionnement du LSS ainsi que sur les noms de sociΘtΘs commerciales dont les produits auraient pu faire l'objet de piratage (enfin sans doute  car α mon avis ce sont plut⌠t sur les parties de porgrammes concernΘs)  ... allez savoir ? <img src="images/smiles/icon_cool.gif" alt="Cool" border="0" /> 
  485. <br />
  486.  
  487. <br />
  488. Mais pour le LSS il existe bien mieux maintenant puisque tout est  lα 
  489. <br />
  490.  
  491. <br />
  492. <a href="http://www.hackzapple.com/DISKII/DISKIITECH07A.HTM" target="_blank" class="postlink">http://www.hackzapple.com/DISKII/DISKIITECH07A.HTM</a>
  493. <br />
  494.  
  495. <br />
  496. et ici
  497. <br />
  498.  
  499. <br />
  500. <a href="http://www.hackzapple.com/DISKII/DISKIITECH07B.HTM" target="_blank" class="postlink">http://www.hackzapple.com/DISKII/DISKIITECH07B.HTM</a>
  501. <br />
  502.  
  503. <br />
  504. et le mΩme que ci-dessus mais avec un schema encore plus simple  <img src="images/smiles/icon_cool.gif" alt="Cool" border="0" /> 
  505. <br />
  506.  
  507. <br />
  508. <a href="http://www.hackzapple.com/DISKII/DISKIITECH07BV2.HTM" target="_blank" class="postlink">http://www.hackzapple.com/DISKII/DISKIITECH07BV2.HTM</a>
  509. <br />
  510.  
  511. <br />
  512. et puis le reste ... <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /></span><span class="gensmall"></span></td>
  513.             </tr>
  514.         </table></td>
  515.     </tr>
  516.     <tr>
  517.         <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>
  518.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  519.             <tr>
  520.                 <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"><!--
  521.  
  522.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  523.         document.write(' ');
  524.     else
  525.         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>');
  526.  
  527.                 //--></script><noscript></noscript></td>
  528.             </tr>
  529.         </table></td>
  530.     </tr>
  531.     <tr>
  532.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  533.     </tr>
  534.     <tr>
  535.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="936"></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>
  536.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  537.             <tr>
  538.                 <td width="100%"><a href="viewtopic.php?p=936#936"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Mar 11 Nov 2008, 11:13<span class="gen"> </span>   Sujet du message: </span></td>
  539.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=936"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  540.             </tr>
  541.             <tr>
  542.                 <td colspan="2"><hr /></td>
  543.             </tr>
  544.             <tr>
  545.                 <td colspan="2"><span class="postbody">Bon, il y a du nouveau: LOT m'a envoyΘ une copie de la disquette du livre.
  546. <br />
  547. Merci α lui  <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /> 
  548. <br />
  549. Il ne s'agit pas exactement de l'image de l'original de Jean-Pierre car j'ai du corriger quelques soucis (1 TSL ΘcrasΘe, un secteur de source manquant, 2 pointeurs du catalog vers bad TSL, une anomalie dans le source RWTS2.S qui provoquait un assemblage dΘcalΘ) mais le rΘsultat est du pareil au mΩme. 
  550. <br />
  551. Le contenu:
  552. <br />
  553.  
  554. <br />
  555. </span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>Code:</b></span></td>    </tr>    <tr>      <td class="code">
  556. <br />
  557. File: Systeme_Protection_20081110.dsk
  558. <br />
  559. Disk: DOS 3.3 Volume 254 (140KB)
  560. <br />
  561.  Name                             Type Auxtyp Modified         Format   Length
  562. <br />
  563. ------------------------------------------------------------------------------
  564. <br />
  565.  SYSTEMES DE PROTECTION           TXT  $0000  [No Date]        DOS        5120
  566. <br />
  567.  ----------------------           TXT  $0000  [No Date]        DOS        4990
  568. <br />
  569.  RENOMMER.S                       BIN  $0901  [No Date]        DOS         415
  570. <br />
  571.  ECRIRE32_CYCLES.S                BIN  $0901  [No Date]        DOS        1569
  572. <br />
  573.  SUPERSEEK.S                      BIN  $0901  [No Date]        DOS        2834
  574. <br />
  575.  SUPERSEEK                        BIN  $8000  [No Date]        DOS         126
  576. <br />
  577.  RWTS2.S                          BIN  $0901  [No Date]        DOS       14821
  578. <br />
  579.  PGM_BASIC                        BAS  $0801  [No Date]        DOS          34
  580. <br />
  581.  PGM_BASIC1                       BAS  $0801  [No Date]        DOS          54
  582. <br />
  583.  PGM_BASIC2                       BAS  $0801  [No Date]        DOS         166
  584. <br />
  585.  MAKE_BRUN.S                      BIN  $0901  [No Date]        DOS        1802
  586. <br />
  587.  MAKE_BRUN                        BIN  $8000  [No Date]        DOS          70
  588. <br />
  589.  BRUN_LE_RUN                      BIN  $8000  [No Date]        DOS         512
  590. <br />
  591.  EXEMPLE_PILE.S                   BIN  $0901  [No Date]        DOS         452
  592. <br />
  593.  EXEMPLE_PILE                     BIN  $8000  [No Date]        DOS          54
  594. <br />
  595.  SET_STACK.S                      BIN  $0901  [No Date]        DOS        1035
  596. <br />
  597.  EXEMPLE1.S                       BIN  $0901  [No Date]        DOS         640
  598. <br />
  599.  EXEMPLE2.S                       BIN  $0901  [No Date]        DOS        1064
  600. <br />
  601.  CODAGE1.S                        BIN  $0A01  [No Date]        DOS         803
  602. <br />
  603.  DECODAGE1.S                      BIN  $0A01  [No Date]        DOS         791
  604. <br />
  605.  TROU.S                           BIN  $0901  [No Date]        DOS         803
  606. <br />
  607.  FAUX OPCODES.S                   BIN  $0901  [No Date]        DOS         225
  608. <br />
  609.  FAUX OPCODES                     BIN  $8000  [No Date]        DOS           8
  610. <br />
  611.  CLAVIER.S                        BIN  $0901  [No Date]        DOS         282
  612. <br />
  613.  LANGAGE1.S                       BIN  $0901  [No Date]        DOS         865
  614. <br />
  615.  LANGAGE1                         BIN  $8000  [No Date]        DOS          84
  616. <br />
  617.  LANGAGE2.S                       BIN  $0901  [No Date]        DOS        2082
  618. <br />
  619.  LANGAGE2                         BIN  $8000  [No Date]        DOS         196
  620. <br />
  621.  RW.S                             BIN  $0901  [No Date]        DOS         797
  622. <br />
  623.  MARQUES_ALTERNEES.S              BIN  $0901  [No Date]        DOS        1054
  624. <br />
  625.  READ_TIMING_LONG.S               BIN  $0901  [No Date]        DOS        1309
  626. <br />
  627.  WRITE_TIMING_LONG.S              BIN  $0901  [No Date]        DOS        1641
  628. <br />
  629.  DOUBLE SYNC.S                    BIN  $0901  [No Date]        DOS        1615
  630. <br />
  631.  MULTI-SYNC.S                     BIN  $0901  [No Date]        DOS        1078
  632. <br />
  633.  LIRE_4.4.S                       BIN  $0901  [No Date]        DOS         877
  634. <br />
  635.  ECRIRE_4.4.S                     BIN  $0901  [No Date]        DOS        1132
  636. <br />
  637.  FS2.S                            BIN  $0901  [No Date]        DOS        6955
  638. <br />
  639.  SECTEURS 18.S                    BIN  $0901  [No Date]        DOS        3875
  640. <br />
  641.  DEMI-PISTES.S                    BIN  $0901  [No Date]        DOS        1956
  642. <br />
  643.  DEMI-PISTES                      BIN  $8000  [No Date]        DOS         123
  644. <br />
  645.  WRITING-TRACK0.S                 BIN  $0901  [No Date]        DOS        3905
  646. <br />
  647.  SPIRAL-WRITE01.S                 BIN  $0901  [No Date]        DOS        3939
  648. <br />
  649.  LOADER-BOOT00.S                  BIN  $0901  [No Date]        DOS        1156
  650. <br />
  651.  LOADER-BOOT01.S                  BIN  $0901  [No Date]        DOS        2102
  652. <br />
  653.  LOADER-BOOT02.S                  BIN  $0901  [No Date]        DOS        4127
  654. <br />
  655.  W_INCOPY.S                       BIN  $0901  [No Date]        DOS        2064
  656. <br />
  657.  R_UNCOPY.S                       BIN  $0901  [No Date]        DOS         959
  658. <br />
  659.  UNSYNCRO.S                       BIN  $0901  [No Date]        DOS        3549
  660. <br />
  661.  PAS_ADRESSE.S                    BIN  $0901  [No Date]        DOS        1033
  662. <br />
  663.  ROM_PIRATE.S                     BIN  $0901  [No Date]        DOS         632
  664. <br />
  665.  ROM_PIRATE                       BIN  $8000  [No Date]        DOS          92
  666. <br />
  667.  AUXIL1.S                         BIN  $0901  [No Date]        DOS         852
  668. <br />
  669.  MOVEAUX.S                        BIN  $0901  [No Date]        DOS         437
  670. <br />
  671.  MOVEAUX                          BIN  $0300  [No Date]        DOS          33
  672. <br />
  673.  AUXIL1                           BIN  $0300  [No Date]        DOS          26
  674. <br />
  675.   < BOOT DE CETTE DISQUETTE >     TXT  $0000  [No Date]        DOS           8
  676. <br />
  677.  CONSEILS.S                       BIN  $0901  [No Date]        DOS        1426
  678. <br />
  679.  CONSEILS                         BIN  $0800  [No Date]        DOS         674
  680. <br />
  681.  RWTS2                            BIN  $B800  [No Date]        DOS        1992
  682. <br />
  683. ------------------------------------------------------------------------------
  684. <br />
  685. </td>    </tr></table><span class="postbody">
  686. <br />
  687.  
  688. <br />
  689. Tous les sources s'assemblent sans erreur sauf 1 mais il est indiquΘ dedans que c'est normal.
  690. <br />
  691.  
  692. <br />
  693. Le .dsk n'a pas de dos mais boote dans certaines conditions (PR#6 ne marche pas quand il y a un .HDV en slot 7). Il s'agit de plusieurs secteurs bruts chargΘs par le boot 0.
  694. <br />
  695. Ici Applewin:
  696. <br />
  697. <img src="http://boutillon.free.fr/Forum/Systemes_Protection/Systemes_Protection.png" border="0" />
  698. <br />
  699.  
  700. <br />
  701. C'est dispo ici: <a href="http://boutillon.free.fr/Forum/Systemes_Protection/Systemes_Protection_20081110.dsk" target="_blank">http://boutillon.free.fr/Forum/Systemes_Protection/Systemes_Protection_20081110.dsk</a>
  702. <br />
  703.  
  704. <br />
  705. JM</span><span class="gensmall"></span></td>
  706.             </tr>
  707.         </table></td>
  708.     </tr>
  709.     <tr>
  710.         <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>
  711.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  712.             <tr>
  713.                 <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"><!--
  714.  
  715.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  716.         document.write(' ');
  717.     else
  718.         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>');
  719.  
  720.                 //--></script><noscript></noscript></td>
  721.             </tr>
  722.         </table></td>
  723.     </tr>
  724.     <tr>
  725.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  726.     </tr>
  727.     <tr align="center">
  728.         <td class="catBottom" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0">
  729.             <tr><form method="post" action="viewtopic.php?t=82&start=0">
  730.                 <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>
  731.             </form></tr>
  732.         </table></td>
  733.     </tr>
  734. </table>
  735.  
  736. <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  737.   <tr>
  738.     <td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="posting.php?mode=newtopic&f=19"><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=82"><img src="templates/subSilver/images/lang_french/reply.gif" border="0" alt="RΘpondre au sujet" align="middle" /></a></span></td>
  739.     <td align="left" valign="middle" width="100%"><span class="nav">   <a href="index.php" class="nav"> Index du Forum</a>
  740.       -> <a href="viewforum.php?f=19" class="nav">Recherches techniques (hard ou soft)</a></span></td>
  741.     <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>
  742.       </td>
  743.   </tr>
  744.   <tr>
  745.     <td align="left" colspan="3"><span class="nav">Page <b>1</b> sur <b>1</b></span></td>
  746.   </tr>
  747. </table>
  748.  
  749. <table width="100%" cellspacing="2" border="0" align="center">
  750.   <tr>
  751.     <td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall"></span><br />
  752.        <br />
  753.       </td>
  754.     <td align="right" valign="top" nowrap="nowrap">
  755. <form method="get" name="jumpbox" action="viewforum.php" onSubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0">
  756.     <tr>
  757.         <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"selected="selected">Recherches techniques (hard ou soft)</option><option value="20">ACHATS,VENTES ET/OU ECHANGES</option><option value="21">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>
  758.     </tr>
  759. </table></form>
  760.  
  761. <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>
  762.   </tr>
  763. </table>
  764.  
  765.  
  766. <div align="center"><span class="copyright"><br /><br />
  767. <!--
  768.     We request you retain the full copyright notice below including the link to www.phpbb.com.
  769.     This not only gives respect to the large amount of time given freely by the developers
  770.     but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
  771.     reason) retain the full copyright we request you at least leave in place the
  772.     Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
  773.     to include even this then support on our forums may be affected.
  774.  
  775.     The phpBB Group : 2002
  776. // -->
  777. 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>
  778.         </td>
  779.     </tr>
  780. </table>
  781.  
  782. </body>
  783. </html>
  784.  
  785.