Rewrite to be about the current port, not mine. Point people at the mailing
list, not me.
This commit is contained in:
parent
38b5af1e72
commit
5ad7c94260
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=35219
1 changed files with 24 additions and 79 deletions
|
@ -1,13 +1,11 @@
|
|||
<!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.6 2005/10/04 06:29:43 murray Exp $">
|
||||
<!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;
|
||||
|
||||
<!-- Please pass all changes through the maintainer - jmallett@FreeBSD.org -->
|
||||
|
||||
<!ENTITY imagebase "&base;/gifs">
|
||||
|
||||
<!-- XXX: workaround for SGML expansion. -->
|
||||
|
@ -31,35 +29,17 @@
|
|||
<img src="&imagebase;/project_goal.png" width="229" height="36"
|
||||
alt="Project Goal">
|
||||
|
||||
<p class="main">The FreeBSD/MIPS Project aims to port FreeBSD to
|
||||
MIPS R4000 and newer processors, with support for both desktop
|
||||
platforms (e.g. SGI MIPS) and embedded systems. The ideal is for
|
||||
it to be as clean of a port as possible, with as few historical
|
||||
mistakes as are required, and to provide ports to major platforms
|
||||
where it makes sense for FreeBSD to maintain them, while providing
|
||||
a good "working base" for any third-party vendors to build their
|
||||
own platforms on top of FreeBSD/MIPS.</p>
|
||||
|
||||
<img src="&imagebase;/project_plan.png" width="229" height="36"
|
||||
alt="Project Plan">
|
||||
|
||||
<p class="main">Initially, development is being done in the FreeBSD
|
||||
Perforce repository, but once the port has reached a relatively
|
||||
working state, it will be merged into the FreeBSD CURRENT branch.
|
||||
Changes made which are not MIPS specific but which are required
|
||||
for the port should be merged in gradually over time.</p>
|
||||
<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">The project is always looking for additional contributors. If you
|
||||
wish to participate, the best way to find out what is happening
|
||||
is to subscribe to the <a href="#mailinglist">freebsd-mips
|
||||
mailing list</a>. If you are working on a specific task
|
||||
relating to the project, you should contact
|
||||
<a href="mailto:jmallett@FreeBSD.org">jmallett@FreeBSD.org</a> with a
|
||||
description of the task so that your task can be listed
|
||||
below.</p>
|
||||
<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">
|
||||
|
@ -87,66 +67,31 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Update contrib bits for toolchain. </td>
|
||||
<td> &a.jmallett; </td>
|
||||
<td> 08 November 2002 </td>
|
||||
<td> Commit the port to Subversion. </td>
|
||||
<td> &a.imp; </td>
|
||||
<td> 13 April 2008 </td>
|
||||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Add toolchain glue for FreeBSD/MIPS. </td>
|
||||
<td> &a.jmallett; </td>
|
||||
<td> 08 November 2002 </td>
|
||||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Merge ARCBIOS kernel driver from NetBSD. </td>
|
||||
<td> &a.jwojdacki; </td>
|
||||
<td> 08 November 2002 </td>
|
||||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Write a GEOM module for SGI fx-labelled disks. </td>
|
||||
<td> &a.jmallett; </td>
|
||||
<td> 08 February 2003 </td>
|
||||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Fill in stub kernel headers. </td>
|
||||
<td> &a.jmallett; </td>
|
||||
<td> 13 February 2003 </td>
|
||||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Fill in stubs for all MD functions. </td>
|
||||
<td> &a.jmallett; </td>
|
||||
<td> 14 February 2003 </td>
|
||||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Get a kernel booting on real hardware. </td>
|
||||
<td> &a.jmallett; </td>
|
||||
<td> 14 February 2003 </td>
|
||||
<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> Merge FreeBSD/MIPS configuration into FSF GCC tree. </td>
|
||||
<td> </td>
|
||||
<td> 08 November 2002 </td>
|
||||
<td> &status.new; </td>
|
||||
<td> n32 and n64 ABI support. </td>
|
||||
<td> &a.imp; </td>
|
||||
<td> ??? </td>
|
||||
<td> &status.wip; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Flesh out loader(8)'s ARC support. </td>
|
||||
<td> </td>
|
||||
<td> 08 November 2002 </td>
|
||||
<td> &status.new; </td>
|
||||
<td> Commit support and infrastructure for a 64-bit port. </td>
|
||||
<td> &a.imp; </td>
|
||||
<td> ??? </td>
|
||||
<td> &status.wip; </td>
|
||||
</tr>
|
||||
|
||||
<!--
|
||||
|
@ -185,10 +130,10 @@
|
|||
<p class="main">The remainder of this page is structured as a
|
||||
reverse-chronological log.</p>
|
||||
|
||||
<b>08 November 2002</b>
|
||||
<b>19 January 2010</b>
|
||||
<ul class="list">
|
||||
<li>
|
||||
<p>This web page was created.</p>
|
||||
<p>This web page was rewritten..</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p><small>The original layout for this web page was borrowed from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue