[BACK]Return to index.html CVS log [TXT][DIR] Up to [local] / prex-old / doc / html / doc

Diff for /prex-old/doc/html/doc/index.html between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:42 version 1.1.1.1.2.1, 2008/08/13 17:12:25
Line 9 
Line 9 
   <link rel="stylesheet" type="text/css" href="../print.css" media="print">    <link rel="stylesheet" type="text/css" href="../print.css" media="print">
 </head>  </head>
 <body>  <body>
 <div id="top">  
 </div>  
 <div id="middle">  <div id="middle">
   
 <table id="content" cellpadding="0" cellspacing="0">  <table id="content" cellpadding="0" cellspacing="0">
   <tbody>    <tbody>
   
Line 23 
Line 20 
           <td id="logo">            <td id="logo">
             <a href="http://prex.sourceforge.net/">              <a href="http://prex.sourceforge.net/">
             <img alt="Prex logo" src="../img/logo.gif" border="0"              <img alt="Prex logo" src="../img/logo.gif" border="0"
             style="width: 281px; height: 56px;"></a>              style="width: 250px; height: 54px;"></a>
           </td>            </td>
           <td id="brief" align="right" valign="bottom">            <td id="brief" align="right" valign="bottom">
             An Open Source, Royalty-free,<br>              An Open Source, Royalty-free,<br>
Line 35 
Line 32 
     </tr>      </tr>
   
     <tr>      <tr>
       <td id="directory" style="vertical-align: top;">        <td id="directory" colspan="2" style="vertical-align: top;">
       <a href="http://prex.sourceforge.net/">Prex Home</a> >        <a href="http://prex.sourceforge.net/">Prex Home</a> >
       Document Index        Document Index
     </tr>      </tr>
     <tr><td class="pad" colspan="2" style="vertical-align: top;"></td></tr>      <tr><td class="pad" colspan="2" style="vertical-align: top;"></td></tr>
   
     <tr>      <tr>
       <td id="main" style="vertical-align: top;">  
         <td id="doc" style="vertical-align: top;">
       <h1>Prex Documentation</h1>        <h1>Prex Documentation</h1>
   
   
       <h3>Technical Papers</h3>        <h3>Technical Papers</h3>
   
       <ul>        <ul>
         <li><a href="overview.html">Technology Overview</a></li>          <li><a href="overview.html">Technology Overview</a></li>
         <li><a href="kernel.html">Kernel Internals</a></li>          <li><a href="kernel.html">Kernel Internals</a></li>
Line 54 
Line 53 
         <li>Data Sheet</li>          <li>Data Sheet</li>
       </ul>        </ul>
   
   
       <h3>Reference Manuals</h3>        <h3>Reference Manuals</h3>
       <ul>        <ul>
         <li><a href="kapi.html">Kernel API Reference</a></li>          <li><a href="kapi.html">Kernel API Reference</a></li>
         <li><a href="arch.html">Architecture Dependent Interface</a></li>          <li><a href="arch.html">Architecture Dependent Interface</a></li>
         <li><a href="dki.html">Driver Kernel Interface</a></li>          <li><a href="dki.html">Driver Kernel Interface</a></li>
         <li>POSIX Compatibility List</li>          <li><a href="posix.html">POSIX Compatibility</a></li>
       </ul>        </ul>
   
       <h3>Developer's Guide</h3>        <h3>Developer's Guide</h3>
       <ul>        <ul>
         <li><a href="standard.html">Coding Standard</a>          <li><a href="standard.html">Coding Standard</a></li>
             <font color=red size="-1">(Draft)</font></li>  
         <li><a href="build.html">Prex Build Guide</a></li>          <li><a href="build.html">Prex Build Guide</a></li>
         <li><a href="debug.html">Kernel Debugging Tips and Tricks</a></li>          <li><a href="debug.html">Kernel Debugging Tips and Tricks</a></li>
         <li><a href="driver.html">Driver Development Guide</a>          <li>Driver Development Guide</li>
             <font color=red size="-1">(gomi)</font></li>  
         <li>Kernel Porting Guide</li>          <li>Kernel Porting Guide</li>
       </ul>        </ul>
   
Line 77 
Line 75 
       <ul>        <ul>
         <li><a href="license.html">License</a></li>          <li><a href="license.html">License</a></li>
         <li><a href="sample.html">Sample Codes</a></li>          <li><a href="sample.html">Sample Codes</a></li>
           <li><a href="pc.html">i386 PC</a></li>
           <li><a href="gba.html">Game Boy Advance</a></li>
         <li>Application Programming Guide</li>          <li>Application Programming Guide</li>
       </ul>        </ul>
   
       <h3>Platform Specific Documents</h3>  
       <ul>  
         <li><a href="pc.html">i386 PC</a></li>  
         <li><a href="gba.html">Game Boy Advance</a>  
             <font color=red size="-1">(Draft)</font></li>  
   
       </ul>  
   
       </td>        </td>
     </tr>      </tr>
   
     <tr>      <tr>
       <td id="footer" colspan="2" style="vertical-align: top;">        <td id="footer" colspan="2" style="vertical-align: top;">
         <a href="http://sourceforge.net">          <a href="http://sourceforge.net">
         <img src="http://sourceforge.net/sflogo.php?group_id=132028&amp;type=1"          <img src="http://sourceforge.net/sflogo.php?group_id=132028&amp;type=1"
         alt="SourceForge.net Logo" border="0" height="31" width="88"></a><br>          alt="SourceForge.net Logo" border="0" height="31" width="88"></a><br>
         Copyright&copy; 2005-2007 Kohsuke Ohtani          Copyright&copy; 2005-2008 Kohsuke Ohtani
       </td>        </td>
     </tr>      </tr>
   
Line 103 
Line 97 
 </table>  </table>
   
 </div>  </div>
 <div id="bottom"></div>  
   
 </body>  </body>
 </html>  </html>

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb