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

Annotation of www/romp.html, Revision 1.16

1.10      miod        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
1.1       downsj      3: <html>
                      4: <head>
                      5: <title>OpenBSD/romp</title>
1.10      miod        6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.1       downsj      7: <meta name="resource-type" content="document">
                      8: <meta name="description" content="the OpenBSD/romp page">
1.10      miod        9: <meta name="keywords" content="openbsd,romp,rt,rt/pc">
1.1       downsj     10: <meta name="distribution" content="global">
1.10      miod       11: <meta name="copyright" content="This document copyright 1996-2002 by OpenBSD.">
1.1       downsj     12: </head>
                     13:
1.10      miod       14: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     16: <p>
                     17: <h2><font color="#e00000">OpenBSD/romp</font></h2>
                     18:
                     19: <hr>
                     20:
                     21: <p>
1.15      miod       22: There used to be an ``OpenBSD/romp'' effort to port OpenBSD to the IBM 6150
                     23: and 6151 machines, also known as RT/PC. These machines were IBM's first try
                     24: into the workstation world, in 1986, and are the ancestors of the RS/6000
                     25: machines of today.
                     26:
                     27: <p>
                     28: However, nowadays, it makes little sense to port to a machine which can not
                     29: support more than 16 megabytes of memory.
1.10      miod       30:
                     31: <p>
                     32: A (very quiet) mailing list dedicated to the OpenBSD/romp porting effort is
                     33: available at <u><font color="#23238e">romp@openbsd.org</font></u>.
1.15      miod       34: It has not seen a message in years.<br>
1.10      miod       35: To join the OpenBSD/romp mailing list, send a message body of <b>"subscribe
                     36: romp"</b> to <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     37: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     38: subscribing.
1.1       downsj     39:
1.14      nick       40: <a name="toc"></a>
1.10      miod       41: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     42: <p>
                     43: <ul>
1.11      jufi       44:   <li><a href="#history">History of the port</a>
1.10      miod       45:   <li><a href="#status">Current status</a>
                     46:   <li><a href="#projects">Project list</a>
                     47: </ul>
1.1       downsj     48:
                     49: <hr>
1.10      miod       50: <a name="history"></a>
                     51: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
1.1       downsj     52:
                     53: <p>
1.10      miod       54: Mark Dapoz and Roger Florkowski ported a mix of 4.3BSD and 4.4BSD to the
                     55: romp in the late 1980's, for educational sites not wanting to run AIX on their
                     56: machines. This port was named ``AOS''.
                     57:
                     58: <p>
                     59: The code eventually was released to the community in the late 1990's, with
                     60: uncertain license terms. People on the list started to play with the code,
                     61: fixing bugs in it, making it compilable with gcc, and slowly filling the gaps
1.15      miod       62: between the 4.3BSD era and modern times. But unless someone dedicated to this
                     63: effort ends up having too much time on his hands, a free operating system
                     64: port will never happen.
1.10      miod       65:
                     66: <hr>
                     67: <a name="status"></a>
                     68: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     69:
                     70: <p>
1.15      miod       71: There is currently no code publically available, however, people used to
                     72: work on the code, and patches used to flow privately or on the list from
                     73: time to time. Nothing has happened within the last ten years, though.
                     74: Contact <a href="mailto:miod@openbsd.org">Miod Vallat</a> if you are
                     75: deluded or want more information.
1.1       downsj     76:
                     77: <hr>
1.10      miod       78: <a name="projects"></a>
                     79: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     80: </strong></font></h3>
                     81:
                     82: <p>
                     83: <ul>
1.15      miod       84:   <li>Fix romp backend bugs in gcc, and get it working in the gcc 2.95 tree.
1.10      miod       85:   <li>Write code for binutils supporting the romp, rather than fixing the
                     86:       romp-specific as and ld; eventually, move to ELF
1.15      miod       87:   <li>Get hardware documentation (some is available on bitsavers)
1.10      miod       88: </ul>
1.1       downsj     89:
                     90: </body>
                     91: </html>