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

Annotation of www/luna88k.html, Revision 1.47

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.46      nick       11: <meta name="copyright" content="This document copyright 2004-2015 by OpenBSD.">
1.45      sthen      12: <link rel="canonical" href="http://www.openbsd.org/luna88k.html">
1.1       miod       13: </head>
                     14:
                     15: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     17: <p>
                     18: <h2><font color="#e00000">OpenBSD/luna88k</font></h2>
                     19:
                     20: <hr>
1.40      aoyama     21: <a href="images/luna88k2.jpg">
                     22: <img src="images/luna88k2-small.jpg" width="272" height="240" align="right" alt="LUNA-88K2"></a>
1.1       miod       23:
                     24: <p>
                     25: OpenBSD/luna88k is an effort to port OpenBSD to the
                     26: <a href="http://www.omron.com">OMRON</a> LUNA-88K and LUNA-88K2 workstations.
                     27:
                     28: <p>
1.17      miod       29: A mailing list for m88k-based ports is available at
                     30: <u><font color="#23238e">m88k@openbsd.org</font></u>.
                     31: To join the OpenBSD/m88k mailing list, send a message body of
                     32: <b>"subscribe m88k"</b> to
                     33: <a href="mailto:majordomo@openbsd.org">majordomo@openbsd.org</a>.
                     34: Please be sure to check our <a href="mail.html">mailing list policy</a> before
                     35: subscribing.
                     36:
1.44      bentley    37: <h3 id="toc"><font color="#0000e0"><i>Table of contents</i></font></h3>
1.1       miod       38: <ul>
                     39:   <li><a href="#history">History of the port</a>
                     40:   <li><a href="#status">Current status</a>
1.9       nick       41:   <li><a href="#hardware">Supported hardware</a>
1.1       miod       42:   <li><a href="#install">Getting and installing OpenBSD/luna88k</a>
                     43: </ul>
1.40      aoyama     44: <br clear=all>
1.1       miod       45: <hr>
1.44      bentley    46:
                     47: <h3 id="history"><font color="#0000e0"><strong>History:</strong></font></h3>
1.1       miod       48:
                     49: <p>
                     50: The LUNA workstation family was manufactured by
                     51: <a href="http://www.omron.com">OMRON corporation</a> in the early 1990s.
                     52: After several models based upon the Motorola 680x0 family,
                     53: the last designs were multiprocessor systems based upon the
                     54: Motorola 88100 processor.
                     55:
                     56: <p>
                     57: Kenji Aoyama wanted to run a modern operating system on his LUNA-88K2 and
                     58: eventually got tired of waiting for someone else to do this effort, so he
                     59: started to merge the
                     60: <a href="http://www.netbsd.org/Ports/luna68k/">NetBSD/luna68k</a> device
                     61: support with the
                     62: <a href="mvme88k.html">OpenBSD/mvme88k</a> hardware support in January 2002.
1.6       david      63: His efforts were eventually successful and his machine booted multi-user near
1.1       miod       64: the end of 2003.
                     65:
                     66: <hr>
1.44      bentley    67:
                     68: <h3 id="status"><font color="#0000e0"><strong>Current status:</strong></font></h3>
1.1       miod       69:
                     70: <p>
1.39      aoyama     71: Both LUNA-88K and LUNA-88K2 models are supported, and will boot multi-user.
1.32      miod       72: Most of the on-board devices are supported.
1.1       miod       73:
                     74: <hr>
1.44      bentley    75:
                     76: <h3 id="hardware"><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
1.1       miod       77:
                     78: <h4>Supported machines</h4>
                     79:
                     80: <ul>
                     81: <li><strong>LUNA-88K</strong><br>
                     82: The first 88100-based LUNA workstation, with one to four 25 MHz processors,
1.3       miod       83: and 16 to 64 MB of memory depending upon the model.
1.1       miod       84: <li><strong>LUNA-88K2</strong><br>
                     85: An improved version of the previous design, with one to four 33 MHz processors,
1.11      miod       86: 16 to 112 MB of memory, and more on-board devices.
1.1       miod       87: </ul>
                     88:
                     89: <h4>Supported on-board devices</h4>
                     90:
                     91: <ul>
                     92: <li>On-board console serial port (siotty)
1.5       miod       93: <li>On-board LANCE Ethernet interface
1.10      nick       94: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;sektion=4&amp;arch=luna88k">le</a>)
1.5       miod       95: <li>On-board SCSI controllers
1.10      nick       96: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spc&amp;sektion=4&amp;arch=luna88k">spc</a>)
1.19      jmc        97: <li>LCD display on front panel
                     98: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lcd&amp;sektion=4&amp;arch=luna88k">lcd</a>)
1.1       miod       99: <li>Keyboard, mouse and frame buffer (suitable as a console too)
1.47    ! aoyama    100: <li>NEC PC-9801 extension board slot bus (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbus&amp;sektion=4&amp;arch=luna88k">cbus</a>) (LUNA-88K2 only)
        !           101:   <ul>
        !           102:     <li>NEC PC-9801-86: sound board (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=necsb&amp;sektion=4&amp;arch=luna88k">necsb</a>)
        !           103:     <li>NEC PC-9801-102 and PC-9821XA-E01: PCMCIA controller (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&amp;sektion=4&amp;arch=luna88k">pcmcia</a>)
        !           104:     <li>Generic driver
        !           105:       (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcexmem&amp;sektion=4&amp;arch=luna88k">pcexmem</a>,
        !           106:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcexio&amp;sektion=4&amp;arch=luna88k">pcexio</a>)
        !           107:   </ul>
1.1       miod      108: </ul>
                    109:
                    110: <h4>Unsupported devices</h4>
                    111:
                    112: <ul>
                    113: <li>On-board non-console serial ports (tty00, tty01)
                    114: <li>On-board printer port (lp)
                    115: <li>On-board floppy port (rfd)
                    116: </ul>
                    117:
                    118: <hr>
1.44      bentley   119:
                    120: <h3 id="install"><font color="#0000e0">
1.1       miod      121: <strong>Getting and installing OpenBSD/luna88k:</strong>
                    122: </font></h3>
                    123:
                    124: <p>
1.14      david     125: The latest supported OpenBSD/luna88k release is
1.46      nick      126: <a href="57.html">OpenBSD 5.7</a>.
1.12      miod      127: Here are the
1.46      nick      128: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/5.7/luna88k/INSTALL.luna88k">
                    129: OpenBSD/luna88k 5.7 installation instructions
1.12      miod      130: </a>.
1.27      miod      131:
                    132: <p>
                    133: Snapshots are made available from time to time, in
1.34      sthen     134: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/luna88k">this location</a>
1.27      miod      135: as well as in a few
                    136: <a href="ftp.html">mirrors</a>.
                    137: Here are the
1.34      sthen     138: <a href="http://ftp.OpenBSD.org/pub/OpenBSD/snapshots/luna88k/INSTALL.luna88k">
1.27      miod      139: OpenBSD/luna88k snapshot installation instructions
                    140: </a> as well.
1.1       miod      141:
                    142: </body>
                    143: </html>