- Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/nabibar.l10n.ent.
 - Move includes.sgml and includes.xsl to
   share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
   and <lang>?share/sgml/header.l10n.ent.
 - Move most of XSLT libraries to share/sgml/*.xsl and
   <lang>/share/sgml/*.xsl.
 - Move news.xml and other *.xml files for the similar purpose
   to share/sgml/*.xml and <lang>/share/sgml/*.xml.
 - Switch to use a custom DTD for HTML document.  Now we use
   "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
   HTML 4.01 + some entities previously pulled via
   "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
   The location of entity file will be resolved by using catalog file.
 - Add DOCTYPE declearation to XML documents.  This makes the followings
   possible:
   * Use of &foo; entities for SGML in an XML file instead of defining
     {$foo} as the same content.
   * &symbolic; entities for Latin characters.
 - Duplicated information between SGML and XML, or English and
   translated doc, has been removed as much as possible.
		
	
			
		
			
				
	
	
		
			199 lines
		
	
	
	
		
			6.5 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			199 lines
		
	
	
	
		
			6.5 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.6 2005/10/04 06:29:43 murray 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. -->
 | |
| <!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;
 | |
|     <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>
 | |
| 
 | |
|     <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>
 | |
| 
 | |
|     <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 Updated </th>
 | |
| 	<th class="heading"> Status </th>
 | |
|       </tr>
 | |
| 
 | |
|       <tr>
 | |
| 	<td> Update contrib bits for toolchain. </td>
 | |
| 	<td> &a.jmallett; </td>
 | |
| 	<td> 08 November 2002 </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> &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>
 | |
|       </tr>
 | |
| 
 | |
|       <tr>
 | |
|         <td> Flesh out loader(8)'s ARC support. </td>
 | |
| 	<td>  </td>
 | |
| 	<td> 08 November 2002 </td>
 | |
| 	<td> &status.new; </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>08 November 2002</b>
 | |
|     <ul class="list">
 | |
|       <li>
 | |
| 	<p>This web page was created.</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>
 |