[BACK]Return to romp.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/romp.html between version 1.9 and 1.10

version 1.9, 2002/11/11 19:42:11 version 1.10, 2002/12/31 16:15:26
Line 1 
Line 1 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
           "http://www.w3.org/TR/html4/loose.dtd">
 <html>  <html>
 <head>  <head>
 <title>OpenBSD/romp</title>  <title>OpenBSD/romp</title>
 <link rev=made href="mailto:www@openbsd.org">  <link rev="made" href="mailto:www@openbsd.org">
 <meta name="resource-type" content="document">  
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="resource-type" content="document">
 <meta name="description" content="the OpenBSD/romp page">  <meta name="description" content="the OpenBSD/romp page">
 <meta name="keywords" content="openbsd,romp">  <meta name="keywords" content="openbsd,romp,rt,rt/pc">
 <meta name="distribution" content="global">  <meta name="distribution" content="global">
 <meta name="copyright" content="This document copyright 1996 by OpenBSD.">  <meta name="copyright" content="This document copyright 1996-2002 by OpenBSD.">
 </head>  </head>
   
 <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">  <body bgcolor="#ffffff" text="#000000" link="#23238e">
   <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
   <p>
   <h2><font color="#e00000">OpenBSD/romp</font></h2>
   
 <h2>OpenBSD/romp</h2>  <hr>
   
   <p>
   OpenBSD/romp is an effort to port OpenBSD to the IBM 6150 and 6151 machines,
   also known as RT/PC. These machines were IBM's first try into the workstation
   world, in 1986, and are the ancestors of the RS/6000 machines of today.
   </p>
   
   <p>
   A (very quiet) mailing list dedicated to the OpenBSD/romp porting effort is
   available at <u><font color="#23238e">romp@openbsd.org</font></u>.
   To join the OpenBSD/romp mailing list, send a message body of <b>"subscribe
   romp"</b> to <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
   Please be sure to check our <a href="mail.html">mailing list policy</a> before
   subscribing.
   </p>
   
   <a href="#toc"></a>
   <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
   <p>
   <ul>
     <li><a href="#history">Past history of the port</a>
     <li><a href="#status">Current status</a>
     <li><a href="#projects">Project list</a>
   </ul>
   </p>
   
 <hr>  <hr>
 <h3><strong>History and Status:</strong></h3>  <a name="history"></a>
   <h3><font color="#0000e0"><strong>History:</strong></font></h3>
   
 <p>  <p>
 A port of OpenBSD to the IBM PC RT series of machines ("romp") is currently  Mark Dapoz and Roger Florkowski ported a mix of 4.3BSD and 4.4BSD to the
 being organized.  If you wish to help out in some way, please subscribe to  romp in the late 1980's, for educational sites not wanting to run AIX on their
 the mailing list devoted to the organization of, and the eventual port  machines. This port was named ``AOS''.
 itself:  romp@openbsd.org.   More information on the OpenBSD lists may  
 be found on the <a href="mail.html">mailing list page</a>.  
 </p>  </p>
   
   <p>
   The code eventually was released to the community in the late 1990's, with
   uncertain license terms. People on the list started to play with the code,
   fixing bugs in it, making it compilable with gcc, and slowly filling the gaps
   between the 4.3BSD era and modern times. This is still a very quiet work in
   progress...
   </p>
   
 <hr>  <hr>
 <a href="plat.html"><img height=24 width=24 src="back.gif" border=0 alt=OpenBSD></a>  <a name="status"></a>
 <a href="mailto:www@openbsd.org">www@openbsd.org</a>  <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
   
   <p>
   There is currently no code publically available, however, people are working on
   code and patches flow privately or on the list from time to time.
   Contact <a href="mailto:miod@openbsd.org">Miodrag Vallat</a> if you want more
   information.
   </p>
   
   <hr>
   <a name="projects"></a>
   <h3><font color="#0000e0"><strong>Projects (in no particular order):
   </strong></font></h3>
   
   <p>
   <ul>
     <li>Fix romp backend bugs in gcc
     <li>Write code for binutils supporting the romp, rather than fixing the
         romp-specific as and ld; eventually, move to ELF
     <li>Get hardware documentation
   </ul>
   </p>
   
   <hr>
   <a href="plat.html">
   <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
   </a>
   <br>
   <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
 <br>  <br>
 <small>$OpenBSD$</small>  <small>$OpenBSD$</small>
   

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10