home *** CD-ROM | disk | FTP | other *** search
/ hackzapple.com / www.hackzapple.com.tar / www.hackzapple.com / phpBB2 / viewtopic.php?t=119.orig < prev    next >
Text File  |  2010-10-06  |  44KB  |  1,006 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=119&view=previous" title="Voir le sujet prΘcΘdent" />
  12. <link rel="next" href="viewtopic.php?t=119&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 - GS/OS : VCB and FCB</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=119&start=0&postdays=0&postorder=asc&highlight=">GS/OS : VCB and FCB</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=119"><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=119&view=previous" class="nav">Voir le sujet prΘcΘdent</a> :: <a href="viewtopic.php?t=119&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="456"></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>
  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=456#456"><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 20 Sep 2007, 19:21<span class="gen"> </span>   Sujet du message: GS/OS : VCB and FCB</span></td>
  310.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=456"><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">Hi there,
  317. <br />
  318.  
  319. <br />
  320. does somebody know and would like to share his/her knowledge about GS/OS Volume Control Block and File Control Block structure?
  321. <br />
  322.  
  323. <br />
  324. The information I have comes from Inside Macintosh volume IV. I strongly believe the VCB and FCB structures described in that book do not match the GS/OS versions.
  325. <br />
  326.  
  327. <br />
  328. Thank you for your help,
  329. <br />
  330.  
  331. <br />
  332. antoine</span><span class="gensmall"></span></td>
  333.             </tr>
  334.         </table></td>
  335.     </tr>
  336.     <tr>
  337.         <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>
  338.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  339.             <tr>
  340.                 <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"><!--
  341.  
  342.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  343.         document.write(' ');
  344.     else
  345.         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>');
  346.  
  347.                 //--></script><noscript></noscript></td>
  348.             </tr>
  349.         </table></td>
  350.     </tr>
  351.     <tr>
  352.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  353.     </tr>
  354.     <tr>
  355.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="458"></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>
  356.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  357.             <tr>
  358.                 <td width="100%"><a href="viewtopic.php?p=458#458"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Ven 21 Sep 2007, 19:39<span class="gen"> </span>   Sujet du message: </span></td>
  359.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=458"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  360.             </tr>
  361.             <tr>
  362.                 <td colspan="2"><hr /></td>
  363.             </tr>
  364.             <tr>
  365.                 <td colspan="2"><span class="postbody">Excerpt from what I have just written on comp.sys.apple2
  366. <br />
  367.  
  368. <br />
  369. ===
  370. <br />
  371.  
  372. <br />
  373. They do not mention the following system service calls:
  374. <br />
  375. - $01FC00 - DEV_DISPATCHER
  376. <br />
  377. - $01FC24 - ALLOC_VCR
  378. <br />
  379. - $01FC28 - RELEASE_VCR
  380. <br />
  381. - $01FC2C - ALLOC_FCR
  382. <br />
  383. - $01FC30 - RELEASE_FCR
  384. <br />
  385. - $01FC3C - GET_SYS_GBUF
  386. <br />
  387. - $01FC40 - SYS_EXIT
  388. <br />
  389. - $01FC48 - FIND_VCR
  390. <br />
  391. - $01FC64 - GET_FCR
  392. <br />
  393.  
  394. <br />
  395. Let me describe them from what I have understood after hours of work. The format is equivalent to the GS/OS device driver reference manual:
  396. <br />
  397.  
  398. <br />
  399. DEV_DISPATCHER ($01FC0)
  400. <br />
  401. Description: This routine passes control to a device to execute a command
  402. <br />
  403. Parameters
  404. <br />
  405. - GSOS direct page:
  406. <br />
  407. -- deviceNum
  408. <br />
  409. -- callNum
  410. <br />
  411. -- bufferPtr
  412. <br />
  413. -- requestCount
  414. <br />
  415. -- transferCount
  416. <br />
  417. -- blockNum
  418. <br />
  419. -- blockSize
  420. <br />
  421. -- fstNum
  422. <br />
  423. -- volumeID
  424. <br />
  425. -- cachePriority
  426. <br />
  427. -- cachePointer
  428. <br />
  429. -- dibPointer
  430. <br />
  431. - Return:
  432. <br />
  433. -- A register: error code
  434. <br />
  435. Notes
  436. <br />
  437. - Input and output are always passed by GS/OS direct-page locations in this routine. Full native mode is used.
  438. <br />
  439. Errors
  440. <br />
  441. - If c = 0: no error, the command has been executed
  442. <br />
  443. - If c = 1: error, the command has not been executed
  444. <br />
  445.  
  446. <br />
  447. ALLOC_VCR ($01FC24)
  448. <br />
  449. Description: This routine returns a virtual pointer to a Volume Control Record of the requested size
  450. <br />
  451. Parameters
  452. <br />
  453. - Input:
  454. <br />
  455. -- A register: requested memory block size (number of bytes) -- It is $32 bytes long
  456. <br />
  457. -- X register: pointer (low byte) to class 1 input string of volume name
  458. <br />
  459. -- Y register: pointer (high byte) to class 1 input string of volume name
  460. <br />
  461. - Return:
  462. <br />
  463. -- X register: virtual pointer (low byte) to newly allocated block
  464. <br />
  465. -- Y register: virtual pointer (high byte) to newly allocated block
  466. <br />
  467. Notes
  468. <br />
  469. - None
  470. <br />
  471. Errors
  472. <br />
  473. - If c = 0: no error, memory was allocated
  474. <br />
  475. - If c = 1: error, memory could not be allocated
  476. <br />
  477.  
  478. <br />
  479. RELEASE_VCR ($01FC28)
  480. <br />
  481. Description: This routine releases a memory Volume Control Record that was allocated with the ALLOC_VCR call.
  482. <br />
  483. Parameters
  484. <br />
  485. - Input:
  486. <br />
  487. -- A register: Volume Control Record reference number
  488. <br />
  489. - Return:
  490. <br />
  491. -- None
  492. <br />
  493. Notes
  494. <br />
  495. - None
  496. <br />
  497. Errors
  498. <br />
  499. - If c = 0: no error, memory was freed
  500. <br />
  501. - If c = 1: error, memory was not freed
  502. <br />
  503.  
  504. <br />
  505. ALLOC_FCR ($01FC2C)
  506. <br />
  507. Description: This routine returns a virtual pointer to a File Control Record of the requested size
  508. <br />
  509. Parameters
  510. <br />
  511. - Input:
  512. <br />
  513. -- A register: requested memory block size (number of bytes) -- It is $32 bytes long
  514. <br />
  515. -- X register: pointer (low byte) to class 1 input string of file name
  516. <br />
  517. -- Y register: pointer (high byte) to class 1 input string of file name
  518. <br />
  519. - Return:
  520. <br />
  521. -- X register: virtual pointer (low byte) to newly allocated block
  522. <br />
  523. -- Y register: virtual pointer (high byte) to newly allocated block
  524. <br />
  525. Notes
  526. <br />
  527. - None
  528. <br />
  529. Errors
  530. <br />
  531. - If c = 0: no error, memory was allocated
  532. <br />
  533. - If c = 1: error, memory could not be allocated
  534. <br />
  535.  
  536. <br />
  537. RELEASE_FCR ($01FC30)
  538. <br />
  539. Description: This routine releases a memory File Control Record that was allocated with the ALLOC_FCR call.
  540. <br />
  541. Parameters
  542. <br />
  543. - Input:
  544. <br />
  545. -- A register: File Control Record reference number
  546. <br />
  547. - Return:
  548. <br />
  549. -- None
  550. <br />
  551. Notes
  552. <br />
  553. - None
  554. <br />
  555. Errors
  556. <br />
  557. - If c = 0: no error, memory was freed
  558. <br />
  559. - If c = 1: error, memory was not freed
  560. <br />
  561.  
  562. <br />
  563. GET_SYS_GBUF ($01FC3C)
  564. <br />
  565. Description: This routine returns a pointer to the GS/OS buffer.
  566. <br />
  567. Parameters
  568. <br />
  569. - Input:
  570. <br />
  571. -- None
  572. <br />
  573. - Return:
  574. <br />
  575. -- X register: pointer (low byte) to GS/OS buffer address
  576. <br />
  577. -- Y register: pointer (high byte) to GS/OS buffer address
  578. <br />
  579. Notes
  580. <br />
  581. - Full native mode is used
  582. <br />
  583. - The carry is always cleared
  584. <br />
  585. - The direct-page is at offset $2300
  586. <br />
  587. Errors
  588. <br />
  589. - None
  590. <br />
  591.  
  592. <br />
  593. SYS_EXIT ($01FC40)
  594. <br />
  595. Description: This routine returns from the GS/OS environment. It returns to the calling program.
  596. <br />
  597. Parameters
  598. <br />
  599. - Input:
  600. <br />
  601. -- A register: error code
  602. <br />
  603. - Return:
  604. <br />
  605. -- None
  606. <br />
  607. Notes
  608. <br />
  609. - The previous direct-page address and the stack pointer are restored.
  610. <br />
  611. Errors
  612. <br />
  613. - None
  614. <br />
  615.  
  616. <br />
  617. FIND_VCR ($01FC48)
  618. <br />
  619. Description: This routine attempts to find the requested Volume Control Record.
  620. <br />
  621. Parameters
  622. <br />
  623. - Input:
  624. <br />
  625. -- A register: command word. Bit 15 and bit 14 are used
  626. <br />
  627. -- X register: pointer (low byte) to class 1 input string of volume name
  628. <br />
  629. -- Y register: pointer (high byte) to class 1 input string of volume name
  630. <br />
  631. - Return:
  632. <br />
  633. -- X register: virtual pointer (low byte) to Volume Control Record
  634. <br />
  635. -- Y register: virtual pointer (high byte) to Volume Control Record
  636. <br />
  637. Notes
  638. <br />
  639. - None
  640. <br />
  641. Errors
  642. <br />
  643. - If c = 0: no error, the Volume Control Record has been found
  644. <br />
  645. - If c = 1: error, the Volume Control Record has not been found
  646. <br />
  647.  
  648. <br />
  649. GET_FCR ($01FC64)
  650. <br />
  651. Description: This routine returns the requested File Control Record that was allocated with the ALLOC_FCR call.
  652. <br />
  653. Parameters
  654. <br />
  655. - Input:
  656. <br />
  657. -- A register: File Control Record reference number
  658. <br />
  659. - Return:
  660. <br />
  661. -- X register: virtual pointer (low byte) to File Control Record
  662. <br />
  663. -- Y register: virtual pointer (high byte) to File Control Record
  664. <br />
  665. Notes
  666. <br />
  667. - None
  668. <br />
  669. Errors
  670. <br />
  671. - If c = 0: no error, the File Control Record has been found
  672. <br />
  673. - If c = 1: error, the File Control Record has not been found</span><span class="gensmall"></span></td>
  674.             </tr>
  675.         </table></td>
  676.     </tr>
  677.     <tr>
  678.         <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>
  679.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  680.             <tr>
  681.                 <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"><!--
  682.  
  683.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  684.         document.write(' ');
  685.     else
  686.         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>');
  687.  
  688.                 //--></script><noscript></noscript></td>
  689.             </tr>
  690.         </table></td>
  691.     </tr>
  692.     <tr>
  693.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  694.     </tr>
  695.     <tr>
  696.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="459"></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>
  697.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  698.             <tr>
  699.                 <td width="100%"><a href="viewtopic.php?p=459#459"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Dim 23 Sep 2007, 18:17<span class="gen"> </span>   Sujet du message: </span></td>
  700.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=459"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  701.             </tr>
  702.             <tr>
  703.                 <td colspan="2"><hr /></td>
  704.             </tr>
  705.             <tr>
  706.                 <td colspan="2"><span class="postbody">Pas trouvΘ dans les docs GS... interessant de retrouver ces appels non documentΘs
  707. <br />
  708.  
  709. <br />
  710. Not found in any GS doc</span><span class="gensmall"></span></td>
  711.             </tr>
  712.         </table></td>
  713.     </tr>
  714.     <tr>
  715.         <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>
  716.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  717.             <tr>
  718.                 <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"><!--
  719.  
  720.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  721.         document.write(' ');
  722.     else
  723.         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>');
  724.  
  725.                 //--></script><noscript></noscript></td>
  726.             </tr>
  727.         </table></td>
  728.     </tr>
  729.     <tr>
  730.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  731.     </tr>
  732.     <tr>
  733.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="460"></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>
  734.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  735.             <tr>
  736.                 <td width="100%"><a href="viewtopic.php?p=460#460"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Lun 24 Sep 2007, 13:10<span class="gen"> </span>   Sujet du message: </span></td>
  737.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=460"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  738.             </tr>
  739.             <tr>
  740.                 <td colspan="2"><hr /></td>
  741.             </tr>
  742.             <tr>
  743.                 <td colspan="2"><span class="postbody">Second excerpt from what I have written on comp.sys.apple2
  744. <br />
  745. ==========
  746. <br />
  747.  
  748. <br />
  749. There are a few other calls that are not documented on the GS/OS 
  750. <br />
  751. Device Driver Reference book (I have documented some of them above) : 
  752. <br />
  753.  
  754. <br />
  755. - DEV_DISPATCHER ($01FC00) 
  756. <br />
  757. - CACHE_INIT ($01FC0C) 
  758. <br />
  759. - CACHE_SHUTDOWN ($01FC10) 
  760. <br />
  761. - ALLOC_VCR ($01FC24) 
  762. <br />
  763. - RELEASE_VCR ($01FC28) 
  764. <br />
  765. - ALLOC_FCR ($01FC2C) 
  766. <br />
  767. - RELEASE_FCR ($01FC30) 
  768. <br />
  769. - GET_SYS_GBUF ($01FC3C) 
  770. <br />
  771. - SYS_EXIT ($01FC40) 
  772. <br />
  773. - SYS_DEATH ($01FC44) 
  774. <br />
  775. - FIND_VCR ($01FC48) 
  776. <br />
  777. - FIND_FCR ($01FC4C) 
  778. <br />
  779. - CACHE_LOCK ($01FC54) 
  780. <br />
  781. - RENAME_VCR ($01FC58) 
  782. <br />
  783. - RENAME_FCR ($01FC5C) 
  784. <br />
  785. - GET_VCR ($01FC60) 
  786. <br />
  787. - GET_FCR ($01FC64) 
  788. <br />
  789. - CVT_0TO1 ($01FC74) 
  790. <br />
  791. - CVT_1TO0 ($01FC78) 
  792. <br />
  793. - GET_BOOT_PFX ($01FCAC) 
  794. <br />
  795. - SET_BOOT_PFX ($01FCB0) 
  796. <br />
  797.  
  798. <br />
  799.  
  800. <br />
  801. There are other system service calls that remain "unexplained": 
  802. <br />
  803. - $01FC7C 
  804. <br />
  805. - $01FC80 
  806. <br />
  807. - $01FC84 
  808. <br />
  809. - $01FC8C 
  810. <br />
  811. - $01FC94 
  812. <br />
  813. - $01FC98 
  814. <br />
  815. - $01FC9C 
  816. <br />
  817. - $01FCA0 
  818. <br />
  819. - $01FCB4 
  820. <br />
  821. - $01FCB8 
  822. <br />
  823. - $01FCC0 
  824. <br />
  825. - $01FCC4 
  826. <br />
  827. - $01FCC8 
  828. <br />
  829. - $01FCCC 
  830. <br />
  831. - $01FCD0 
  832. <br />
  833. - $01FCD4 
  834. <br />
  835. - $01FCDC 
  836. <br />
  837. - $01FCE0 
  838. <br />
  839.  
  840. <br />
  841.  
  842. <br />
  843. There are structures that have not been documented either: 
  844. <br />
  845. - Volume Control Record 
  846. <br />
  847. - File Control Record 
  848. <br />
  849. The goal of the structures is to keep information on volumes and files 
  850. <br />
  851. for the FSTs and GS/OS. The structure is not similar to the same ones 
  852. <br />
  853. described on Inside Mac volume 4. 
  854. <br />
  855.  
  856. <br />
  857.  
  858. <br />
  859. Any help would be appreciated. I have asked the same info to someone 
  860. <br />
  861. who is/has been close to Apple. Wait & see... 
  862. <br />
  863.  
  864. <br />
  865. ==========
  866. <br />
  867.  
  868. <br />
  869. BTW, Peter Watson will try to scan the GS/OS docs he owns...
  870. <br />
  871.  
  872. <br />
  873. antoine</span><span class="gensmall"></span></td>
  874.             </tr>
  875.         </table></td>
  876.     </tr>
  877.     <tr>
  878.         <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>
  879.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  880.             <tr>
  881.                 <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"><!--
  882.  
  883.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  884.         document.write(' ');
  885.     else
  886.         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>');
  887.  
  888.                 //--></script><noscript></noscript></td>
  889.             </tr>
  890.         </table></td>
  891.     </tr>
  892.     <tr>
  893.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  894.     </tr>
  895.     <tr>
  896.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="956"></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>
  897.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  898.             <tr>
  899.                 <td width="100%"><a href="viewtopic.php?p=956#956"><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 27 Nov 2008, 20:57<span class="gen"> </span>   Sujet du message: </span></td>
  900.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=956"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  901.             </tr>
  902.             <tr>
  903.                 <td colspan="2"><hr /></td>
  904.             </tr>
  905.             <tr>
  906.                 <td colspan="2"><span class="postbody">C'est marrant de relire cela...
  907. <br />
  908.  
  909. <br />
  910. Il y a quelques appels que je dois documenter dans mon futur best-seller GS/OS internals que j'enrichis au fur et α mesure de mes dΘcouvertes sur le systΦme Apple.
  911. <br />
  912.  
  913. <br />
  914. J'ai compris il y a deux jours ce qu'Θtait un "virtual pointer" et l'ai racontΘ α JPL lors de notre dΘjeuner de mercredi.
  915. <br />
  916.  
  917. <br />
  918. L'appel $01FC80 aussi, tiens, il faudrait que je le documente.
  919. <br />
  920.  
  921. <br />
  922. Bref, pas grand chose α part la page directe de GS/OS, il n'y a pas bcp de place libre <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" />
  923. <br />
  924.  
  925. <br />
  926. El toto</span><span class="gensmall"></span></td>
  927.             </tr>
  928.         </table></td>
  929.     </tr>
  930.     <tr>
  931.         <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>
  932.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  933.             <tr>
  934.                 <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"><!--
  935.  
  936.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  937.         document.write(' ');
  938.     else
  939.         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>');
  940.  
  941.                 //--></script><noscript></noscript></td>
  942.             </tr>
  943.         </table></td>
  944.     </tr>
  945.     <tr>
  946.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  947.     </tr>
  948.     <tr align="center">
  949.         <td class="catBottom" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0">
  950.             <tr><form method="post" action="viewtopic.php?t=119&start=0">
  951.                 <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>
  952.             </form></tr>
  953.         </table></td>
  954.     </tr>
  955. </table>
  956.  
  957. <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  958.   <tr>
  959.     <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=119"><img src="templates/subSilver/images/lang_french/reply.gif" border="0" alt="RΘpondre au sujet" align="middle" /></a></span></td>
  960.     <td align="left" valign="middle" width="100%"><span class="nav">   <a href="index.php" class="nav"> Index du Forum</a>
  961.       -> <a href="viewforum.php?f=19" class="nav">Recherches techniques (hard ou soft)</a></span></td>
  962.     <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>
  963.       </td>
  964.   </tr>
  965.   <tr>
  966.     <td align="left" colspan="3"><span class="nav">Page <b>1</b> sur <b>1</b></span></td>
  967.   </tr>
  968. </table>
  969.  
  970. <table width="100%" cellspacing="2" border="0" align="center">
  971.   <tr>
  972.     <td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall"></span><br />
  973.        <br />
  974.       </td>
  975.     <td align="right" valign="top" nowrap="nowrap">
  976. <form method="get" name="jumpbox" action="viewforum.php" onSubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0">
  977.     <tr>
  978.         <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>
  979.     </tr>
  980. </table></form>
  981.  
  982. <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>
  983.   </tr>
  984. </table>
  985.  
  986.  
  987. <div align="center"><span class="copyright"><br /><br />
  988. <!--
  989.     We request you retain the full copyright notice below including the link to www.phpbb.com.
  990.     This not only gives respect to the large amount of time given freely by the developers
  991.     but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
  992.     reason) retain the full copyright we request you at least leave in place the
  993.     Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
  994.     to include even this then support on our forums may be affected.
  995.  
  996.     The phpBB Group : 2002
  997. // -->
  998. 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>
  999.         </td>
  1000.     </tr>
  1001. </table>
  1002.  
  1003. </body>
  1004. </html>
  1005.  
  1006.