1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 1st April 2002), see www.w3.org">
<title>Welcome to EtherBoot.org</title>
<meta http-equiv="Content-Type" content=
"text/html; charset=iso-8859-1">
<link rel=StyleSheet href="style.css" type="text/css"/>
</head>
<body>
<table width="95%" border="0" cellspacing="0" cellpadding="3"
align="center">
<tr bgcolor="#0F3161">
<td width="427" bgcolor="#0F3161">
<h2 class="c1">Welcome to the</h2>
</td>
<td> </td>
</tr>
<tr>
<td bgcolor="#BFCBD9" width="427" valign="middle">
<div class="c2">EtherBoot Project</div>
</td>
<td bgcolor="#BFCBD9" align="right"><a href="../../index.html"><img
src="images/etherboot_logo.png" width="125" height="54" border="0"
alt="EtherBoot Logo"></a></td>
</tr>
</table>
<table width="95%" border="0" cellspacing="0" cellpadding="0"
align="center">
<tr>
<td bgcolor="#0F3161" width="165" height="56" valign="top">
<table width="100%" border="0" cellspacing="10" cellpadding="0"
align="right">
<tr>
<td height="45">
<div class="c4"><a href="../../index.html" class=
"c3">Home</a></div>
</td>
</tr>
<tr>
<td height="45">
<div class="c4"><a href="news.html" class="c3">News</a></div>
</td>
</tr>
<tr>
<td height="45">
<div class="c4"><a href="documentation.html" class=
"c3">Documentation</a></div>
</td>
</tr>
<tr>
<td height="45">
<div class="c4"><a href="http://wiki.etherboot.org" class=
"c3">Wiki</a></div>
</td>
</tr>
<tr>
<td height="45">
<div class="c4"><a href="download.html" class=
"c3">Download</a></div>
</td>
</tr>
<tr>
<td height="45">
<div class="c4"><a href="contributing.html" class=
"c5"><b>Volunteering</b></a></div>
</td>
</tr>
<tr>
<td height="45">
<div class="c4"><a href="mailinglist.html" class="c3">Mailing
Lists</a></div>
</td>
</tr>
<tr>
<td height="45">
<div class="c4"><a href=
"http://www.etherboot.org/relatedlinks.html" class=
"c3">Related Links</a></div>
</td>
</tr>
<tr>
<td height="45">
<div class="c4"><a href=
"http://www.etherboot.org/clinks.html" class=
"c3">Commercial Links</a></div>
</td>
</tr>
</table>
</td>
<td width="700" height="56" bgcolor="#FFFFFF" valign="top" align=
"left">
<blockquote>
<h2 class="c6">Contributing to EtherBoot</h2>
<p class="c7">Etherboot is a volunteer project done in my spare time.
Many kind people have contributed in various ways, see the <a
href="userman/acknowledgements.html">acknowledgement list</a>. You can
help in various ways:</p>
<ul class="c11">
<li>Improve the documentation. Send me the changes if you feel
something is missing or can be improved.</li>
<li>Enter hardware compatibility information into the <a href=
"documentation.html#NICdb">NIC database</a>.</li>
<li>Try different variations on configurations and software. Send
me the documentation or a link to your Web page when you have
succeeded, of course. Here is a <a href=
"http://www.etherboot.org/todo.html">list</a> of things
that have been suggested if you want some ideas.</li>
<li>Spread the word about netbooting wherever you see a situation
which could use the technique.</li>
<li>Write articles about your experiences with applications of
netbooting for conferences, journals or e-zines.</li>
<li>Contribute any related software which can be put into
<tt>contrib/</tt>.</li>
<li>Write drivers for more cards. See the <a href=
"devman.html">Developers Manual</a> for instructions.</li>
<li>Offer to make EPROMs for people needing them</li>
</ul>
</blockquote>
</td>
<td width="7" height="56" bgcolor="#0F3161"> </td>
</tr>
</table>
<table width="95%" border="0" cellspacing="0" cellpadding="0"
align="center">
<tr>
<td height="5" bgcolor="#BFCBD9"> </td>
</tr>
</table>
<table width="95%" border="0" cellspacing="3" cellpadding="0"
align="center" bgcolor="#0F3161">
<tr>
<td valign="middle" width="81">
<div class="c10">Hosted by</div>
</td>
<td valign="middle" width="610"><a href=
"http://sourceforge.net"><img src=
"http://sourceforge.net/sflogo.php?group_id=4233&type=1" width=
"88" height="31" border="0" alt="SourceForge Logo"></a><a href=
"http://developer.berlios.de"><img src=
"http://developer.berlios.de/sflogo.php?group_id=190&type=1"
width="118" height="52" border="0" alt="BerliOS Logo"></a></td>
</tr>
</table>
</body>
</html>
|