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

Annotation of www/sun3.html, Revision 1.37

1.35      ericj       1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
1.3       fn          2: <html>
1.1       deraadt     3: <head>
                      4: <title>OpenBSD/sun3</title>
1.35      ericj       5: <link rev=made href=mailto:www@openbsd.org>
1.3       fn          6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the OpenBSD/sun3 page">
                      8: <meta name="keywords" content="openbsd,sun3">
                      9: <meta name="distribution" content="global">
1.35      ericj      10: <meta name="copyright" content="This document copyright 1996 by OpenBSD">
1.3       fn         11: </head>
                     12:
1.35      ericj      13: <body bgcolor="#FFFFFF" text="#000000" link="#23238E">
1.3       fn         14:
1.1       deraadt    15: <h2>OpenBSD/sun3</h2>
                     16:
1.3       fn         17: <hr>
1.1       deraadt    18:
1.35      ericj      19: <p>
                     20: The OpenBSD/sun3 port currently runs on all the 68020-based Sun3 computers, except the 3/E
                     21: flavour.
                     22:
                     23: <h3><font color=#0000e0><strong>History and Status:</strong></font></h3>
                     24:
                     25: <p>
                     26: The Sun3 port of OpenBSD was derived from the NetBSD/sun3 port, when the sun3 and sun3x
                     27: ports were still different entities. The tiny bits of OpenBSD that are
                     28: completely specific to the Sun3 port are basically the same as their NetBSD
                     29: counterparts.
                     30: </p>
1.8       kstailey   31:
1.3       fn         32: <p>
1.35      ericj      33: <h3><font color=#0000e0>Supported Hardware:</font></h3>
1.36      miod       34: OpenBSD/sun3 runs on the following Sun3 models:
1.7       kstailey   35: <ul>
1.35      ericj      36: <li> Sun-3/50
                     37: <li> Sun-3/60, 3/60LE
                     38: <li> Sun-3/75, 3/140, 3/150, 3/160 and 3/180
                     39: <li> Sun-3/110
                     40: <li> Sun-3/260 and 3/280
1.7       kstailey   41: </ul>
1.36      miod       42: Other Sun3 models are NOT supported, especially 68030-based ones (<a href="sun3x.html">sun3x</a>).
                     43: OpenBSD will not run on 3/160 machines with only 2Mb of memory, and very
                     44: hardly on 4Mb machines.
1.35      ericj      45: </p>
1.1       deraadt    46:
1.35      ericj      47: <p>Supported devices:
                     48: <ul>
                     49: <li> On-board serial ports
                     50: <li> Sun type 3 keyboard and mouse
                     51: <li> On-board or VME video (bwtwo, cgtwo, cgfour)
                     52: <li> On-board or VME ethernet (intel, lance)
                     53: <li> On-board or VME sun-3 scsi controller, currently with some limitations
                     54: <li> VME xylogics cards are recognized but currently not working
                     55: </ul>
                     56: The sun-2 scsi controller is not supported yet.
1.11      kstailey   57:
1.35      ericj      58: <hr>
                     59: <p>
1.36      miod       60: The complete OpenBSD/sun3 release is <a href=ftp.html>available via
                     61: ftp</a>; snapshots are made available on an irregular basis.<br>
                     62: You should read the
                     63: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/2.7/sun3/INSTALL.sun3>installation
                     64: notes</a> for this release before trying to install OpenBSD/sun3.
                     65: </p>
                     66:
                     67: <p>
                     68: The first boot of the system will take some time do to the generation of a DSA key for ssh. This can take up to 15 minutes on a 3/160, but times can vary greatly depending on your machine. This is a one time process and is nothing to worry about.
1.35      ericj      69: </p>
1.17      kstailey   70:
1.35      ericj      71: <p>
                     72: The diskless configuration is prone to instability.  If many processes
1.34      ericj      73: coredump during multi-user startup, hit &lt;L1-A&gt; and from the ``&gt;''
1.28      todd       74: prompt use ``b le()bsd'' to reboot again.  It usually works on the second
1.35      ericj      75: try. Alternatively, you can boot single-user ``b le()bsd -s'', and exit
                     76: single-user mode as soon as it appears with control-D.
                     77: This behaviour doesn't appear when running from a local harddisk.
1.36      miod       78: </p>
1.11      kstailey   79:
1.31      kstailey   80: <p>You can use <a href="anoncvs.html">cvs</a> to get The X Window System.
1.35      ericj      81: Kenneth Stailey had written patches for OpenBSD/sun3, which should have been
1.37    ! miod       82: integrated into the mainstream XFree86 sources. However, X has not been tested
1.35      ericj      83: on OpenBSD/sun3 for quite some time.
1.36      miod       84: </p>
1.21      kstailey   85:
1.35      ericj      86: <h3><font color=#0000e0><strong>Projects being worked on (in no particular order):</strong></font></h3>
1.26      kstailey   87: <ul>
1.27      kstailey   88: <li>"call up" devices (/dev/cua*).
1.35      ericj      89: <li>sun-2 scsi (sc) driver.
                     90: <li>migrate the port from the VM memory system to UVM (in progress).
                     91: <li>rewrite the boot loader and installation procedures to share as much code
                     92: as possible with the sparc port.
1.26      kstailey   93: </ul>
                     94:
1.35      ericj      95: <p>
                     96: The Sun3 port of OpenBSD is maintained by Miodrag Vallat,
                     97: <a href="mailto:miod@openbsd.org">miod@openbsd.org</a>.
                     98: </p>
                     99:
1.7       kstailey  100: <hr>
1.31      kstailey  101: <a href="plat.html"><img height=24 width=24 src=back.gif border=0 alt=OpenBSD>
                    102: </a>
                    103: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.3       fn        104: <br>
1.37    ! miod      105: <small>$OpenBSD: sun3.html,v 1.36 2000/06/21 23:03:08 miod Exp $</small>
1.3       fn        106:
                    107: </body>
                    108: </html>