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

Annotation of prex/doc/html/doc/index.html, Revision 1.1.1.1

1.1       nbrk        1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4:   <title>Prex Documentation</title>
                      5:   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
                      6:   <meta name="keywords" content="Prex, embedded, real-time, operating system, RTOS, open source, free">
                      7:   <meta name="author" content="Kohsuke Ohtani">
                      8:   <link rel="stylesheet" type="text/css" href="../default.css" media="screen">
                      9:   <link rel="stylesheet" type="text/css" href="../print.css" media="print">
                     10: </head>
                     11: <body>
                     12: <div id="middle">
                     13: <table id="content" cellpadding="0" cellspacing="0">
                     14:   <tbody>
                     15: 
                     16:     <tr>
                     17:       <td id="header" colspan="2" valign="top">
                     18:         <table width="100%" border="0" cellspacing="0" cellpadding="0">
                     19:         <tr>
                     20:           <td id="logo">
                     21:             <a href="http://prex.sourceforge.net/">
                     22:             <img alt="Prex logo" src="../img/logo.gif" border="0"
                     23:             style="width: 250px; height: 54px;"></a>
                     24:           </td>
                     25:           <td id="brief" align="right" valign="bottom">
                     26:             An Open Source, Royalty-free,<br>
                     27:            Real-time Operating System
                     28:           </td>
                     29:         </tr>
                     30:         </table>
                     31:       </td>
                     32:     </tr>
                     33: 
                     34:     <tr>
                     35:       <td id="directory" colspan="2" style="vertical-align: top;">
                     36:       <a href="http://prex.sourceforge.net/">Prex Home</a> >
                     37:       Document Index
                     38:     </tr>
                     39:     <tr><td class="pad" colspan="2" style="vertical-align: top;"></td></tr>
                     40:     <tr>
                     41: 
                     42:       <td id="doc" style="vertical-align: top;">
                     43:       <h1>Prex Documentation</h1>
                     44: 
                     45: 
                     46:       <h3>Technical Papers</h3>
                     47: 
                     48:       <ul>
                     49:         <li><a href="overview.html">Technology Overview</a></li>
                     50:         <li><a href="kernel.html">Kernel Internals</a></li>
                     51:         <li>Power Management</li>
                     52:         <li>Boot Sequence</li>
                     53:         <li>Data Sheet</li>
                     54:       </ul>
                     55: 
                     56: 
                     57:       <h3>Reference Manuals</h3>
                     58:       <ul>
                     59:         <li><a href="kapi.html">Kernel API Reference</a></li>
                     60:         <li><a href="arch.html">Architecture Dependent Interface</a></li>
                     61:         <li><a href="dki.html">Driver Kernel Interface</a></li>
                     62:         <li><a href="posix.html">POSIX Compatibility</a></li>
                     63:       </ul>
                     64: 
                     65:       <h3>Developer's Guide</h3>
                     66:       <ul>
                     67:         <li><a href="standard.html">Coding Standard</a></li>
                     68:         <li><a href="build.html">Prex Build Guide</a></li>
                     69:         <li><a href="debug.html">Kernel Debugging Tips and Tricks</a></li>
                     70:         <li>Driver Development Guide</li>
                     71:         <li>Kernel Porting Guide</li>
                     72:       </ul>
                     73: 
                     74:       <h3>User's Guide</h3>
                     75:       <ul>
                     76:         <li><a href="license.html">License</a></li>
                     77:         <li><a href="sample.html">Sample Codes</a></li>
                     78:         <li><a href="pc.html">i386 PC</a></li>
                     79:         <li><a href="gba.html">Game Boy Advance</a></li>
                     80:         <li>Application Programming Guide</li>
                     81:       </ul>
                     82: 
                     83: 
                     84:       </td>
                     85:     </tr>
                     86: 
                     87:     <tr>
                     88:       <td id="footer" colspan="2" style="vertical-align: top;">
                     89:         <a href="http://sourceforge.net">
                     90:         <img src="http://sourceforge.net/sflogo.php?group_id=132028&amp;type=1"
                     91:         alt="SourceForge.net Logo" border="0" height="31" width="88"></a><br>
                     92:         Copyright&copy; 2005-2008 Kohsuke Ohtani
                     93:       </td>
                     94:     </tr>
                     95: 
                     96:   </tbody>
                     97: </table>
                     98: 
                     99: </div>
                    100: 
                    101: </body>
                    102: </html>

CVSweb