doc/en/projects/mips/index.sgml
2010-01-19 23:27:12 +00:00

144 lines
4.6 KiB
Text

<!DOCTYPE html PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/mips/index.sgml,v 1.7 2006/08/19 21:20:43 hrs Exp $">
<!ENTITY title "FreeBSD/MIPS Project">
<!ENTITY email 'freebsd-mips'>
<!ENTITY % navinclude.developers "INCLUDE">
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
<!ENTITY imagebase "&base;/gifs">
<!-- XXX: workaround for SGML expansion. -->
<!ENTITY nbsp SDATA "[nbsp ]">
<!-- Status levels -->
<!ENTITY status.blank "&nbsp;">
<!ENTITY status.blocked "<img src='&imagebase;/blocked.png' width='22' height='22' alt='Blocked'>">
<!ENTITY status.done "<img src='&imagebase;/done.png' width='22' height='22' alt='Done'>">
<!ENTITY status.new "<img src='&imagebase;/not_started.png' width='22' height='22' alt='Not Started'>">
<!ENTITY status.n-a "<img src='&imagebase;/not_planned.png' width='22' height='22' alt='Not Planned'>">
<!ENTITY status.wip "<img src='&imagebase;/in_progress.png' width='22' height='22' alt='In progress'>">
<!-- XXX: from doc/en_US.ISO8859-1/share/sgml/mailing-lists.ent -->
<!ENTITY a.mips.subscribe "<a href='mailto:freebsd-mips-subscribe@FreeBSD.org'>freebsd-mips-subscribe@FreeBSD.org</a>">
<!ENTITY a.mips "<a href='mailto:freebsd-mips@FreeBSD.org'>freebsd-mips@FreeBSD.org</a>">
]>
<html>
&header;
<img src="&imagebase;/project_goal.png" width="229" height="36"
alt="Project Goal">
<p class="main">The FreeBSD/MIPS Project is responsible for the
maintenance and development of FreeBSD on platforms using MIPS
processors. The port currently runs multi-user on a number of
platforms and a wide variety of processors.</p>
<img src="&imagebase;/how_to_contribute.png" width="229" height="36"
alt="How to Contribute">
<p class="main">If you have code that you are interested in comitting,
you can send it for review to the <a href="#mailinglist">freebsd-mips
mailing list</a>.</p>
<img src="&imagebase;/resources_and_links.png" width="229" height="36"
alt="Resources and Links">
<ul class="list">
<li><p>General MIPS information is available from
<a href="http://www.mips.com">MIPS Technologies, Inc.</a></p></li>
<li><p><a name="mailinglist">Most discussion relating to</a>
this project takes place on the &a.mips; mailing list.
To subscribe to the list, send a message to &a.mips.subscribe;.</p></li>
</ul>
<img src="&imagebase;/status_board.png" width="229" height="36"
alt="Status Board"><br><br>
<!-- Tasks should be sorted in order of most complete, then reverse -->
<!-- chronological order. -->
<table class="tblbasic">
<tr>
<th class="heading"> Task </th>
<th class="heading"> Responsible </th>
<th class="heading"> Last&nbsp;Updated </th>
<th class="heading"> Status </th>
</tr>
<tr>
<td> Commit the port to Subversion. </td>
<td> &a.imp; </td>
<td> 13 April 2008 </td>
<td> &status.done; </td>
</tr>
<tr>
<td> Commit support and infrastructure for a multiprocessor port. </td>
<td> &a.imp; / &a.rrs; </td>
<td> ??? </td>
<td> &status.wip; </td>
</tr>
<tr>
<td> n32 and n64 ABI support. </td>
<td> &a.imp; </td>
<td> ??? </td>
<td> &status.wip; </td>
</tr>
<tr>
<td> Commit support and infrastructure for a 64-bit port. </td>
<td> &a.imp; </td>
<td> ??? </td>
<td> &status.wip; </td>
</tr>
<!--
<tr>
<td> Brief description. </td>
<td> Responsible </td>
<td> Last updated </td>
<td> Status </td>
</tr>
-->
</table><br><br>
<table class="tblbasic">
<tr>
<th colspan="2" class="heading">Legend</th>
<tr>
<td> &status.new; </td>
<td> Not yet started </td>
</tr><tr>
<td> &status.blocked; </td>
<td> Blocked awaiting completion of another task </td>
</tr><tr>
<td> &status.wip; </td>
<td> Work in progress </td>
</tr><tr>
<td> &status.done; </td>
<td> Task completed </td>
</tr><tr>
<td> &status.n-a; </td>
<td> Not planned </td>
</tr>
</table>
<p><img src="&imagebase;/news.png" width="229" height="36" alt="News"></p>
<p class="main">The remainder of this page is structured as a
reverse-chronological log.</p>
<b>19 January 2010</b>
<ul class="list">
<li>
<p>This web page was rewritten..</p>
</li>
</ul>
<p><small>The original layout for this web page was borrowed from
the FreeBSD C99 Project. BSD Daemon Copyright 1988 by Marshall
Kirk McKusick. All Rights Reserved.</small></p>
&footer;
</body>
</html>