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

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

Revision 1.11, Sun Sep 15 10:52:15 1996 UTC (27 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.10: +8 -2 lines

fix more

<!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
<html>
<head>
<title>OpenBSD/arc</title>
<link rev=made href=mailto:www@openbsd.org>
<meta name="resource-type" content="document">
<meta name="description" content="the OpenBSD/arc page">
<meta name="keywords" content="openbsd,arc">
<meta name="distribution" content="global">
<meta name="copyright" content="This document copyright 1996 by OpenBSD, Inc.">
</head>

<body>

<h2>OpenBSD/arc</h2>

<hr>
<h3><strong>History and Status:</strong></h3>

<p>
The early history is not very clear. Apparently the first work was
done by CMU as part of their Mach project.  The initial hardware was
the DEC R2000/R3000-based Decstations.  This code was later used by
both the Sprite and BSD groups.  The 4.4BSD code, known as the `pmax'
port, was made freely available in mid '93.  It was merged into the
NetBSD tree by a variety of people, but has never been very stable,
reliable, or complete.  Compiler toolkit problems have plagued the
port because the standard a.out executable format is an imperfect
match to the MIPS architecture.
</p>

<p>
Per Fogelstr&ouml;m became familiar with the code after porting it to a
home-built IDT R3081 based board.  Subsequently he added R4400 support
when porting it to the MIPS R4400 Acer PICA board.  Willowglen
Singapore purchased a second PICA board for Theo de Raadt so that he
could improve the port for use as a development system for an internal
project.  Since then Theo and Per have had ethernet and a few other
small projects working.
</p>

<p>
The Acer PICA is a dead platform.  Acer no longer makes the machine,
but even worse the machines are very rare.  But the Acer PICA was just
one of a whole family of similar machines built by other companies
like MIPS, Deskstation, NEC, Olivetti.  These machines were known as
ARC machines, built according to the "Advanced RISC Computing" specification.
</p>

<p>
As a result, the code has been modified to make it more versatile, and
eventually it should support a larger whole range of ARC machines.
Hopefully a port will result that can run on the full range of MIPS
processors: R3000, R4000, R4400, R46x0, R5000, and R10000.
</p>

<p>
Currently the port supports the Acer Pica (150MHz R4400) and Deskstation
Tyne (133MHz R4600) machines.
</p>

<p>
The people working the most on OpenBSD/arc currently consists of
Per Fogelstr&ouml;m, Theo de Raadt, and a few others. Of course, others are
very welcome!
</p>

<p>
Recent developments:
<ul>
<li>ELF shared libraries throughout
<li>ELF executables that page in, unlike NetBSD where they are
    read into memory.
<li>Almost native build. Very soon all the utilities needed will be in the
    source tree.
<li>nlist() function that understands a.out, ELF, or ecoff binaries.
<li>The kvm utilities work.
<li>ISA bus support on the Pica.
<li>ISA and VLB support on the Tyne.
</ul>
</p>

<hr>
<p>
<a href=ftp.html>Snapshots are made available from time to time.</a>

<p>
Send mail to <a href=mailto:deraadt@theos.com>Theo de Raadt</a> and
<a href=mailto:pefo@openbsd.org>Per Fogelstr&ouml;m</a>.
</p>

<hr>
<a href=plat.html><img src=back.gif border=0 alt=OpenBSD></a> 
<a href=mailto:www@openbsd.org>www@openbsd.org</a>
<br>
<small>$OpenBSD: arc.html,v 1.11 1996/09/15 10:52:15 deraadt Exp $</small>

</body>
</html>