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

Annotation of www/vax.html, Revision 1.21

1.20      hugh        1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1.3       fn          2: <html>
1.1       deraadt     3: <head>
                      4: <title>OpenBSD/vax</title>
1.20      hugh        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/vax page">
                      8: <meta name="keywords" content="openbsd,vax">
                      9: <meta name="distribution" content="global">
1.20      hugh       10: <meta name="copyright" content="This document copyright 1996, 1997, 2001 by OpenBSD.">
1.3       fn         11: </head>
                     12:
1.10      johns      13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     14:
1.1       deraadt    15: <h2>OpenBSD/vax</h2>
                     16:
1.3       fn         17: <hr>
                     18: <h3><strong>History and Status:</strong></h3>
1.1       deraadt    19:
1.12      ericj      20: <p>
1.17      hugh       21: OpenBSD/vax began in early 2000 when architecture specific code was adapted
1.20      hugh       22: from NetBSD's very mature port to these systems, and smaller imports still
                     23: occur as useful changes happen in that OS. However, we are by no means wholly
1.17      hugh       24: derivative; most of the changes below have in fact been backported to NetBSD.
                     25: The result of all this work is an OS environment that is comfortable and
                     26: familiar to any OpenBSD user.
1.12      ericj      27: </p>
                     28:
                     29: <p>
1.17      hugh       30: <b>Significant changes contained in the post release snapshot:</b>
1.16      hugh       31: </p>
                     32: <ul>
                     33: <li>Support for 16 filesystems per drive. (work by hugh)
                     34: <li>Emulation of the EMODD instruction. (work by bjc)
                     35: <li>Support for KA53 (Cheetah) machines. (work by bjc & hugh)
1.17      hugh       36: <li>Interrupt signals no longer cause ksh subshells to core. (work by bjc)
1.16      hugh       37: </ul>
                     38:
                     39: <p>
1.18      hugh       40: OpenBSD runs on a wide variety of VAX hardware, but our
                     41: <a href="want.html#vax">inventory of systems</a>
                     42: is limited. We rely on your feedback to know what is supported, and what
                     43: needs work. After you finish installing and road testing your new system,
1.20      hugh       44: consider running "dmesg |mail dmesg@openbsd.org" to help us determine
                     45: what types of hardware people are using. The machines listed on this page
                     46: are known to be working as of the most recent snapshot.
1.17      hugh       47: </p>
                     48:
1.20      hugh       49: <table WIDTH="100%">
1.17      hugh       50: <tr VALIGN=top>
                     51:     <td WIDTH="50%">
                     52:        <p>
                     53:        <b>Tested systems:</b>
                     54:        </p>
                     55:
                     56:        <ul>
                     57:        <li>VAXstation/MicroVAX 2000
1.19      hugh       58:        <li>VAXstation 3100/{30,40} (<font color="#009900">SCSI</font>)
                     59:        <li>VAXstation 3100/{38,48} (<font color="#009900">SCSI</font>)
1.17      hugh       60:        <li>VAXstation 3100/76 (<font color="#009900">SCSI</font>)
                     61:        <li>VAXstation 4000/60 (<font color="#009900">SCSI</font>)
1.18      hugh       62:        <li>MicroVAX 3100/{10,20}{,e} (<font color="#009900">SCSI</font>)
                     63:        <li>MicroVAX 3100/80 (<font color="#009900">SCSI</font>)
                     64:        <li>MicroVAX 3100/90 (<font color="#009900">SCSI</font>)
1.17      hugh       65:        <li>MicroVAX 3300 (<font color="#009900">SCSI</font>)
                     66:        <li>VAX 4000/100 (<font color="#009900">SCSI</font>)
                     67:        <li>VAX 4000/105 (<font color="#009900">SCSI</font>)
                     68:        <li>VAX 4000/300
                     69:        </ul>
                     70:     </td>
                     71:     <td WIDTH="50%">
                     72:
                     73:        <p>
                     74:        <b>Projects being worked on:</b>
                     75:        </p>
                     76:
                     77:        <ul>
                     78:        <li>vaxstation 2000's hdc9224 (floppy/mfm hard disk controller)
                     79:        <li>qbus tk50/tk70 tape drives
                     80:        <li>shared libraries
                     81:         <li>support for new systems as we obtain them
                     82:        <li>graphics console once we find cables and a display...
                     83:        </ul>
1.12      ericj      84:
1.17      hugh       85:        <p>
                     86:        <b>Known problems:</b>
                     87:        </p>
                     88:
                     89:        <ul>
                     90:        <li>optimizer bugs in gcc
                     91:        <li>pmap issues
                     92:        </ul>
                     93:     </td>
                     94: </tr>
                     95: </table>
1.15      hugh       96:
                     97: <p>
1.20      hugh       98: In addition to formal releases, snapshots that reflect our current work
                     99: are available for download from the <a href=ftp.html>ftp mirrors</a>,
                    100: and a mailing has been set up at
                    101: <a href="mailto:vax@openbsd.org"> vax@openbsd.org</a>.
                    102: For information on subscribing, simply send a message body of "help"
                    103: to <a href="mailto:majordomo@OpenBSD.org">majordomo@OpenBSD.org</a>.
1.12      ericj     104: </p>
                    105:
1.13      ericj     106: <p>
1.20      hugh      107: The OpenBSD/vax port maintainers are
                    108: <a href="mailto:bjc@cvs.openbsd.org">Brandon Creighton</a>
                    109: and <a href="mailto:hugh@cvs.openbsd.org">Hugh Graham</a>.
1.13      ericj     110: </p>
                    111:
1.8       downsj    112: <br><br>
1.3       fn        113: <hr>
1.11      pauls     114: <a href=plat.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.20      hugh      115: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.3       fn        116: <br>
1.21    ! hugh      117: <small>$OpenBSD: vax.html,v 1.20 2001/02/23 23:27:10 hugh Exp $</small>
1.3       fn        118:
                    119: </body>
                    120: </html>