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

Annotation of www/luna88k.html, Revision 1.38

1.1       miod        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
                      3: <html>
                      4: <head>
                      5: <title>OpenBSD/luna88k</title>
                      6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      7: <meta name="resource-type" content="document">
                      8: <meta name="description" content="the OpenBSD/luna88k page">
                      9: <meta name="keywords" content="openbsd,luna88k">
                     10: <meta name="distribution" content="global">
1.31      miod       11: <meta name="copyright" content="This document copyright 2004-2013 by OpenBSD.">
1.1       miod       12: </head>
                     13:
                     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/luna88k</font></h2>
                     18:
                     19: <hr>
                     20:
                     21: <p>
                     22: OpenBSD/luna88k is an effort to port OpenBSD to the
                     23: <a href="http://www.omron.com">OMRON</a> LUNA-88K and LUNA-88K2 workstations.
                     24:
                     25: <p>
1.17      miod       26: A mailing list for m88k-based ports is available at
                     27: <u><font color="#23238e">m88k@openbsd.org</font></u>.
                     28: To join the OpenBSD/m88k mailing list, send a message body of
                     29: <b>"subscribe m88k"</b> to
                     30: <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     31: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     32: subscribing.
                     33:
1.22      nick       34: <a name="toc"></a>
1.1       miod       35: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     36: <ul>
                     37:   <li><a href="#history">History of the port</a>
                     38:   <li><a href="#status">Current status</a>
1.9       nick       39:   <li><a href="#hardware">Supported hardware</a>
1.1       miod       40:   <li><a href="#install">Getting and installing OpenBSD/luna88k</a>
                     41: </ul>
                     42:
                     43: <hr>
                     44: <a name="history"></a>
                     45: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
                     46:
                     47: <p>
                     48: The LUNA workstation family was manufactured by
                     49: <a href="http://www.omron.com">OMRON corporation</a> in the early 1990s.
                     50: After several models based upon the Motorola 680x0 family,
                     51: the last designs were multiprocessor systems based upon the
                     52: Motorola 88100 processor.
                     53:
                     54: <p>
                     55: Kenji Aoyama wanted to run a modern operating system on his LUNA-88K2 and
                     56: eventually got tired of waiting for someone else to do this effort, so he
                     57: started to merge the
                     58: <a href="http://www.netbsd.org/Ports/luna68k/">NetBSD/luna68k</a> device
                     59: support with the
                     60: <a href="mvme88k.html">OpenBSD/mvme88k</a> hardware support in January 2002.
1.6       david      61: His efforts were eventually successful and his machine booted multi-user near
1.1       miod       62: the end of 2003.
                     63:
                     64: <hr>
                     65: <a name="status"></a>
                     66: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     67:
                     68: <p>
1.36      miod       69: Both Luna-88K and Luna-88K2 models are supported, and will boot multi-user.
1.32      miod       70: Most of the on-board devices are supported.
1.1       miod       71:
                     72: <hr>
                     73: <a name="hardware"></a>
                     74: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
                     75:
                     76: <h4>Supported machines</h4>
                     77:
                     78: <ul>
                     79: <li><strong>LUNA-88K</strong><br>
                     80: The first 88100-based LUNA workstation, with one to four 25 MHz processors,
1.3       miod       81: and 16 to 64 MB of memory depending upon the model.
1.1       miod       82: <li><strong>LUNA-88K2</strong><br>
                     83: An improved version of the previous design, with one to four 33 MHz processors,
1.11      miod       84: 16 to 112 MB of memory, and more on-board devices.
1.1       miod       85: </ul>
                     86:
                     87: <h4>Supported on-board devices</h4>
                     88:
                     89: <ul>
                     90: <li>On-board console serial port (siotty)
1.5       miod       91: <li>On-board LANCE Ethernet interface
1.10      nick       92: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;sektion=4&amp;arch=luna88k">le</a>)
1.5       miod       93: <li>On-board SCSI controllers
1.10      nick       94: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spc&amp;sektion=4&amp;arch=luna88k">spc</a>)
1.19      jmc        95: <li>LCD display on front panel
                     96: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lcd&amp;sektion=4&amp;arch=luna88k">lcd</a>)
1.1       miod       97: <li>Keyboard, mouse and frame buffer (suitable as a console too)
                     98: </ul>
                     99:
                    100: <h4>Unsupported devices</h4>
                    101:
                    102: <ul>
                    103: <li>On-board non-console serial ports (tty00, tty01)
                    104: <li>On-board printer port (lp)
                    105: <li>On-board floppy port (rfd)
                    106: <li>NEC PC-98 slot
                    107: </ul>
                    108:
                    109: <hr>
                    110: <a name="install"></a>
                    111: <h3><font color="#0000e0">
                    112: <strong>Getting and installing OpenBSD/luna88k:</strong>
                    113: </font></h3>
                    114:
                    115: <p>
1.14      david     116: The latest supported OpenBSD/luna88k release is
1.35      sthen     117: <a href="54.html">OpenBSD 5.4</a>.
1.12      miod      118: Here are the
1.35      sthen     119: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/5.4/luna88k/INSTALL.luna88k">
                    120: OpenBSD/luna88k 5.4 installation instructions
1.12      miod      121: </a>.
1.27      miod      122:
                    123: <p>
                    124: Snapshots are made available from time to time, in
1.34      sthen     125: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/luna88k">this location</a>
1.27      miod      126: as well as in a few
                    127: <a href="ftp.html">mirrors</a>.
                    128: Here are the
1.34      sthen     129: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/luna88k/INSTALL.luna88k">
1.27      miod      130: OpenBSD/luna88k snapshot installation instructions
                    131: </a> as well.
1.1       miod      132:
                    133: </body>
                    134: </html>