set on some files as a workaround for binary check. - Fix pathname for svn co in the webupdate script. Approved by: doceng (implicit)
72 lines
3.1 KiB
Text
72 lines
3.1 KiB
Text
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "../..">
|
|
<!ENTITY date "$FreeBSD$">
|
|
<!ENTITY title "FreeBSD/MIPS Project">
|
|
<!ENTITY email 'freebsd-mips'>
|
|
<!ENTITY % navinclude.developers "INCLUDE">
|
|
<!ENTITY % developers PUBLIC "-//FreeBSD//ENTITIES FreeBSD Developers Entities//EN"> %developers;
|
|
|
|
<!ENTITY imagebase "&base;/gifs">
|
|
|
|
<!-- XXX: workaround for SGML expansion. -->
|
|
<!ENTITY nbsp SDATA "[nbsp ]">
|
|
|
|
<!-- Status levels -->
|
|
<!ENTITY status.blank " ">
|
|
<!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;
|
|
|
|
<h1>Project Goal</h1>
|
|
|
|
<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 32-bit and 64-bit MISP ISA
|
|
processors.
|
|
|
|
<h1>Supported MIPS Platforms</h1>
|
|
|
|
<p>FreeBSD supports a broad range of MIPS-based devices, including MIPS
|
|
Malta, Ubiquiti Networks Router-Station and Router-Station Pro, Cavium
|
|
Octeon, NetLogicMicro/RMI XLS and XLR (XLP in progress), as well as
|
|
emulated MIPS environments such as gxemul. On supporting hardware
|
|
platforms, FreeBSD supports both multi-core and hardware
|
|
multi-threading features. In many cases, additional accelerator
|
|
functions, such as cryptographic and network offload engines, are also
|
|
supported.</p>
|
|
|
|
<h1>How to Contribute</h1>
|
|
|
|
<p class="main">If you have code that you are interested in committing,
|
|
you can send it for review to the <a href="#mailinglist">freebsd-mips
|
|
mailing list</a>.</p>
|
|
|
|
<h1>Resources and Links</h1>
|
|
|
|
<ul class="list">
|
|
<li><p>The FreeBSD.org wiki's <a
|
|
href="http://wiki.freebsd.org/FreeBSD/mips">FreeBSD/MIPS port</a>
|
|
page, which includes information on building FreeBSD/mips.</li>
|
|
<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>
|
|
<li><p><a href="http://zrouter.org/">zrouter</a>, a FreeBSD-based MIPS
|
|
router firmware build environment.</p></li>
|
|
</ul>
|
|
|
|
&footer;
|
|
</body>
|
|
</html>
|