-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathsolbourne.html
81 lines (62 loc) · 1.93 KB
/
solbourne.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!doctype html>
<html lang=en id=platform>
<meta charset=utf-8>
<title>OpenBSD/solbourne</title>
<meta name="description" content="the OpenBSD/solbourne 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/solbourne.html">
<h2 id=OpenBSD>
<a href="index.html">
<i>Open</i><b>BSD</b></a>
solbourne
</h2>
<hr>
<table><tr><td>
<p>
OpenBSD/solbourne is an experimental port of OpenBSD to the Solbourne "IDT"
family of workstations, built upon the SPARC-compatible Panasonic <i>KAP</i>
processor.
</table>
<hr>
<h3 id="history"><strong>History:</strong></h3>
<p>
The KAP processor used in the IDT systems, albeit using an instruction
set similar to the SPARC processors, uses a completely different MMU.
Because of this, no free operating system considered running on these Solbourne
machines more than a few minutes...
<p>
At some point, an S4000 was donated by Mike Nicewonger to Miod Vallat, who then
had no excuse not to work on a port.
After a few years of procrastination, real work on a port eventually started in
march 2005, leading to an initial import in the OpenBSD tree exactly one month
later.
<hr>
<h3 id="status"><strong>Current status:</strong></h3>
<p>
Currently, only the S4000 system has been tested; but other systems should work,
although the L2 cache in the S4000DX systems is not supported.
<p>
Right now, the system boots single-user, but userland has issues.
<hr>
<h3 id="hardware"><strong>Supported hardware:</strong></h3>
<p>
<h4>Supported machines</h4>
<p>
<ul>
<li>S3000 <i>(untested)</i>
<li>S4000
<li>S4000DX <i>(untested)</i> (but the L2 cache is not supported yet)
</ul>
<p>
<h4>Supported devices</h4>
<ul>
<li><strong>Serial ports</strong>
<ul>
<li>ttya and ttyb on-board serial ports
</ul>
<li><strong>Ethernet adapters</strong>
<ul>
<li>on-board AMD Lance Ethernet
</ul>
</ul>