- Remove inline declarations of base and enbase entities since they are generated automatically in autogen.ent Approved by: doceng (implicit)
75 lines
3.5 KiB
XML
75 lines
3.5 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
|
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
|
|
<!ENTITY title "FreeBSD/MIPS Project">
|
|
<!ENTITY email 'freebsd-mips'>
|
|
|
|
<!ENTITY imagebase "&base;/gifs">
|
|
|
|
<!-- XXX: workaround for SGML expansion. -->
|
|
<!ENTITY nbsp "[nbsp ]">
|
|
|
|
<!-- Status levels -->
|
|
<!ENTITY status.blank " ">
|
|
<!ENTITY status.blocked "<img xmlns='http://www.w3.org/1999/xhtml' src='&imagebase;/blocked.png' width='22' height='22' alt='Blocked'/>">
|
|
<!ENTITY status.done "<img xmlns='http://www.w3.org/1999/xhtml' src='&imagebase;/done.png' width='22' height='22' alt='Done'/>">
|
|
<!ENTITY status.new "<img xmlns='http://www.w3.org/1999/xhtml' src='&imagebase;/not_started.png' width='22' height='22' alt='Not Started'/>">
|
|
<!ENTITY status.n-a "<img xmlns='http://www.w3.org/1999/xhtml' src='&imagebase;/not_planned.png' width='22' height='22' alt='Not Planned'/>">
|
|
<!ENTITY status.wip "<img xmlns='http://www.w3.org/1999/xhtml' 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 xmlns='http://www.w3.org/1999/xhtml' href='mailto:freebsd-mips-subscribe@FreeBSD.org'>freebsd-mips-subscribe@FreeBSD.org</a>">
|
|
<!ENTITY a.mips "<a xmlns='http://www.w3.org/1999/xhtml' href='mailto:freebsd-mips@FreeBSD.org'>freebsd-mips@FreeBSD.org</a>">
|
|
]>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>&title;</title>
|
|
|
|
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
|
</head>
|
|
|
|
<body class="navinclude.developers">
|
|
|
|
<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.</p>
|
|
|
|
<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.</p></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>
|
|
|
|
</body>
|
|
</html>
|