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

Annotation of www/luna88k.html, Revision 1.2

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: <link rev="made" href="mailto:www@openbsd.org">
                      7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      8: <meta name="resource-type" content="document">
                      9: <meta name="description" content="the OpenBSD/luna88k page">
                     10: <meta name="keywords" content="openbsd,luna88k">
                     11: <meta name="distribution" content="global">
                     12: <meta name="copyright" content="This document copyright 2004 by OpenBSD.">
                     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>
                     21:
                     22: <p>
                     23: OpenBSD/luna88k is an effort to port OpenBSD to the
                     24: <a href="http://www.omron.com">OMRON</a> LUNA-88K and LUNA-88K2 workstations.
                     25:
                     26: <p>
                     27: The current port maintainer is Kenji Aoyama
                     28: (<a href="mailto:aoyama@openbsd.org">aoyama@openbsd.org</a>), with the help of
                     29: Miodrag Vallat. Others are definitely welcome to contribute!
                     30:
                     31: <a href="#toc"></a>
                     32: <h3><font color="#0000e0"><i>Table of contents</i></font></h3>
                     33: <ul>
                     34:   <li><a href="#history">History of the port</a>
                     35:   <li><a href="#status">Current status</a>
                     36:   <li><a href="#projects">Project list</a>
                     37:   <li><a href="#hardware">Supported hardware list</a>
                     38:   <li><a href="#install">Getting and installing OpenBSD/luna88k</a>
                     39:   <li><a href="#details">Hardware details</a>
                     40: </ul>
                     41:
                     42: <hr>
                     43: <a name="history"></a>
                     44: <h3><font color="#0000e0"><strong>History:</strong></font></h3>
                     45:
                     46: <p>
                     47: The LUNA workstation family was manufactured by
                     48: <a href="http://www.omron.com">OMRON corporation</a> in the early 1990s.
                     49: After several models based upon the Motorola 680x0 family,
                     50: the last designs were multiprocessor systems based upon the
                     51: Motorola 88100 processor.
                     52:
                     53: <p>
                     54: Kenji Aoyama wanted to run a modern operating system on his LUNA-88K2 and
                     55: eventually got tired of waiting for someone else to do this effort, so he
                     56: started to merge the
                     57: <a href="http://www.netbsd.org/Ports/luna68k/">NetBSD/luna68k</a> device
                     58: support with the
                     59: <a href="mvme88k.html">OpenBSD/mvme88k</a> hardware support in January 2002.
                     60: His efforts were eventually successfull and his machine booted multi-user near
                     61: the end of 2003.
                     62:
                     63: <hr>
                     64: <a name="status"></a>
                     65: <h3><font color="#0000e0"><strong>Current status:</strong></font></h3>
                     66:
                     67: <p>
                     68: Currently, only the LUNA-88K2 is known to work, although the LUNA-88K should
                     69: be supported as well.
                     70:
                     71: <p>
                     72: The system is booting multi-user, and supports most of the on-board devices,
                     73: but is currently running on one processor only.
                     74:
                     75: <hr>
                     76: <a name="projects"></a>
                     77: <h3><font color="#0000e0"><strong>Projects (in no particular order):
                     78: </strong></font></h3>
                     79:
                     80: <ul>
                     81:   <li>Work on installation media.
                     82:   <li>Better mouse support, and X server.
                     83:   <li>Multiprocessor (SMP) support.
                     84:   <li>Support for the remaining unsupported devices (extra serial ports,
                     85:       external floppy port, NEC PC-98 C-bus, sound chip...)
                     86: </ul>
                     87:
                     88: <hr>
                     89: <a name="hardware"></a>
                     90: <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
                     91:
                     92: <h4>Supported machines</h4>
                     93:
                     94: <ul>
                     95: <li><strong>LUNA-88K</strong><br>
                     96: The first 88100-based LUNA workstation, with one to four 25 MHz processors,
                     97: and 16 to 64 MB of memory depending upon the model.<br>
                     98: <li><strong>LUNA-88K2</strong><br>
                     99: An improved version of the previous design, with one to four 33 MHz processors,
                    100: 16 to 112 MB of memory, and more on-board devices.<br>
                    101: </ul>
                    102:
                    103: <h4>Supported on-board devices</h4>
                    104:
                    105: <ul>
                    106: <li>On-board console serial port (siotty)
                    107: <li>On-board LANCE Ethernet interface (le)
                    108: <li>On-board SCSI controllers (spc)
                    109: <li>LCD display on front panel (not user-controllable)
                    110: <li>Keyboard, mouse and frame buffer (suitable as a console too)
                    111: </ul>
                    112:
                    113: <h4>Unsupported devices</h4>
                    114:
                    115: <ul>
                    116: <li>On-board non-console serial ports (tty00, tty01)
                    117: <li>On-board printer port (lp)
                    118: <li>On-board floppy port (rfd)
                    119: <li>On-board sound chip
                    120: <li>NEC PC-98 slot
                    121: </ul>
                    122:
                    123: <hr>
                    124: <a name="install"></a>
                    125: <h3><font color="#0000e0">
                    126: <strong>Getting and installing OpenBSD/luna88k:</strong>
                    127: </font></h3>
                    128:
                    129: <p>
                    130: Due to the young age of this port, there are currently no binaries or
                    131: installation media provided.
                    132:
                    133: <!--
                    134: <p>
                    135: The last OpenBSD/luna88k release is
                    136: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/3.5/luna88k/">OpenBSD 3.5</a>.
                    137: Snapshots are made available from time to time, in
                    138: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/luna88k">this location</a>
                    139: as well as in a few
                    140: <a href="ftp.html">mirrors</a>.
                    141: Here are the
                    142: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/luna88k/INSTALL.luna88k">
                    143: OpenBSD/luna88k snapshot installation instructions
                    144: </a> as well.
                    145: -->
                    146:
                    147: <p>
                    148: Eventually, snapshots will be made available, in
                    149: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/luna88k">this location</a>
                    150: as well as in a few
                    151: <a href="ftp.html">mirrors</a>.
                    152:
                    153: <hr>
                    154: <a href="plat.html">
                    155: <img height="24" width="24" src="back.gif" border="0" alt="Supported platforms">
                    156: </a>
                    157: <br>
                    158: <small><a href="mailto:www@openbsd.org">www@openbsd.org</a></small>
                    159: <br>
1.2     ! xsa       160: <small>$OpenBSD: luna88k.html,v 1.1 2004/04/21 15:51:00 miod Exp $</small>
1.1       miod      161:
                    162: </body>
                    163: </html>