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

Annotation of prex-old/doc/html/doc/index.html, Revision 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="top">
        !            13: </div>
        !            14: <div id="middle">
        !            15: 
        !            16: <table id="content" cellpadding="0" cellspacing="0">
        !            17:   <tbody>
        !            18: 
        !            19:     <tr>
        !            20:       <td id="header" colspan="2" valign="top">
        !            21:         <table width="100%" border="0" cellspacing="0" cellpadding="0">
        !            22:         <tr>
        !            23:           <td id="logo">
        !            24:             <a href="http://prex.sourceforge.net/">
        !            25:             <img alt="Prex logo" src="../img/logo.gif" border="0"
        !            26:             style="width: 281px; height: 56px;"></a>
        !            27:           </td>
        !            28:           <td id="brief" align="right" valign="bottom">
        !            29:             An Open Source, Royalty-free,<br>
        !            30:            Real-time Operating System
        !            31:           </td>
        !            32:         </tr>
        !            33:         </table>
        !            34:       </td>
        !            35:     </tr>
        !            36: 
        !            37:     <tr>
        !            38:       <td id="directory" style="vertical-align: top;">
        !            39:       <a href="http://prex.sourceforge.net/">Prex Home</a> >
        !            40:       Document Index
        !            41:     </tr>
        !            42:     <tr><td class="pad" colspan="2" style="vertical-align: top;"></td></tr>
        !            43: 
        !            44:     <tr>
        !            45:       <td id="main" style="vertical-align: top;">
        !            46:       <h1>Prex Documentation</h1>
        !            47: 
        !            48:       <h3>Technical Papers</h3>
        !            49:       <ul>
        !            50:         <li><a href="overview.html">Technology Overview</a></li>
        !            51:         <li><a href="kernel.html">Kernel Internals</a></li>
        !            52:         <li>Power Management</li>
        !            53:         <li>Boot Sequence</li>
        !            54:         <li>Data Sheet</li>
        !            55:       </ul>
        !            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>POSIX Compatibility List</li>
        !            63:       </ul>
        !            64: 
        !            65:       <h3>Developer's Guide</h3>
        !            66:       <ul>
        !            67:         <li><a href="standard.html">Coding Standard</a>
        !            68:             <font color=red size="-1">(Draft)</font></li>
        !            69:         <li><a href="build.html">Prex Build Guide</a></li>
        !            70:         <li><a href="debug.html">Kernel Debugging Tips and Tricks</a></li>
        !            71:         <li><a href="driver.html">Driver Development Guide</a>
        !            72:             <font color=red size="-1">(gomi)</font></li>
        !            73:         <li>Kernel Porting Guide</li>
        !            74:       </ul>
        !            75: 
        !            76:       <h3>User's Guide</h3>
        !            77:       <ul>
        !            78:         <li><a href="license.html">License</a></li>
        !            79:         <li><a href="sample.html">Sample Codes</a></li>
        !            80:         <li>Application Programming Guide</li>
        !            81:       </ul>
        !            82: 
        !            83:       <h3>Platform Specific Documents</h3>
        !            84:       <ul>
        !            85:         <li><a href="pc.html">i386 PC</a></li>
        !            86:         <li><a href="gba.html">Game Boy Advance</a>
        !            87:             <font color=red size="-1">(Draft)</font></li>
        !            88: 
        !            89:       </ul>
        !            90: 
        !            91:       </td>
        !            92:     </tr>
        !            93:     <tr>
        !            94:       <td id="footer" colspan="2" style="vertical-align: top;">
        !            95:         <a href="http://sourceforge.net">
        !            96:         <img src="http://sourceforge.net/sflogo.php?group_id=132028&amp;type=1"
        !            97:         alt="SourceForge.net Logo" border="0" height="31" width="88"></a><br>
        !            98:         Copyright&copy; 2005-2007 Kohsuke Ohtani
        !            99:       </td>
        !           100:     </tr>
        !           101: 
        !           102:   </tbody>
        !           103: </table>
        !           104: 
        !           105: </div>
        !           106: <div id="bottom"></div>
        !           107: 
        !           108: </body>
        !           109: </html>

CVSweb