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

File: [local] / www / sun3.html (download) (as text)

Revision 1.66, Mon May 27 22:55:26 2019 UTC (5 years ago) by bentley
Branch: MAIN
Changes since 1.65: +20 -28 lines

Substantially clean up and modernize HTML markup across openbsd.org.

This was done with three purposes in mind:
- to reduce the massive amount of inline HTML, to be easier on developers
  adding actual content
- to allow running the HTML validator across the source (doing this found
  many unintentional mistakes in the present code, including at least a
  dozen cases of half- or fully-invisible text)
- to separate content from presentation, so appearance can be controlled
  through stylesheets

Great care was taken to keep all pages, even very old ones, looking the
same, give or take a few pixels of whitespace.

Much review, critique, and improvement from tj@

<!doctype html>
<html lang=en id=platform>

<meta charset=utf-8>
<title>OpenBSD/sun3</title>
<meta name="description" content="the OpenBSD/sun3 page">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="openbsd.css">
<link rel="canonical" href="https://www.openbsd.org/sun3.html">


<h2 id=OpenBSD>
<a href="index.html">
<i>Open</i><b>BSD</b></a>
sun3
</h2>
<hr>

<table><tr><td>
<p>
OpenBSD/sun3 used to run on the Motorola 68020-based Sun3 computers, except
for the 3/E flavour and the 3/50.

<p>
<strong>The OpenBSD/sun3 port was discontinued after the 2.9 release.</strong>
</table>

<hr>

<h3 id="history"><strong>History:</strong></h3>

<p>
The Sun3 port of OpenBSD was derived from the NetBSD/sun3 port, when the
sun3 and sun3x ports were still different entities. Noone showed much
interest in OpenBSD/sun3 for a while, although the code was mostly kept in
sync with NetBSD.

<p>
Eventually, Kenneth Stailey started working on the port, but since he was
living in the USA, he could not export a release he would have built, so he
lost interest working on this port.

<p>
Early 2000, Miod Vallat attempted to bring the port back in shape, making
the code compile again, and devising completely new installation media. The
port even shipped with complete X Window System client and utilities, although
there was no working X server.

<p>
The port lived for a few releases, but unfortunately hardware problems and
lack of time conspired to prevent catching up with NetBSD on code, and the
sun3 code was not ready for the switch from the old Mach virtual memory
system to
<a href="https://man.openbsd.org/uvm.9">uvm</a>,
and missed the 3.0 release, hoping that the code would be fixed in time
for the 3.1 release. Unfortunately, this has not been the case, and eventually
it was decided to remove the code from the tree.

<hr>

<h3 id="hardware"><strong>Supported hardware:</strong></h3>

<h4>Supported models</h4>

<ul>
  <li>3/60, 3/60LE
  <li>3/75, 3/140, 3/150, 3/160 and 3/180
  <li>3/110
  <li>3/260 and 3/280
</ul>

<p>
OpenBSD will not run on 3/160 family machines with only 2MB of memory,
and very hardly on 4MB machines whichever the model is.

<h4>Supported peripherals</h4>

<ul>
<li>On-board serial ports
<li>Sun type 3 keyboard and mouse
<li>On-board or VME video (bwtwo, cgtwo, cgfour)
<li>On-board or VME ethernet (intel, lance)
<li>On-board or VME sun-3 SCSI controller, currently with some limitations
</ul>
<hr>

<h3 id="install">
<strong>Getting and installing OpenBSD/sun3:</strong>
</h3>

<p>
The last supported OpenBSD/sun3 release was
<a href="29.html">OpenBSD 2.9</a>.