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

Diff for /www/vax.html between version 1.24 and 1.25

version 1.24, 2001/10/01 13:22:07 version 1.25, 2001/10/01 21:35:21
Line 19 
Line 19 
   
 <p>  <p>
 OpenBSD/vax began in early 2000 when architecture specific code was adapted  OpenBSD/vax began in early 2000 when architecture specific code was adapted
 from NetBSD's very mature port to these systems, and smaller imports still  from NetBSD's very mature port to these systems. Smaller imports still
 occur as useful changes happen in that OS. However, we are by no means wholly  occur as useful changes happen in that OS, but not wholly derivative, changes
 derivative; most of the changes below have in fact been backported to NetBSD.  in our port are often backported to NetBSD. The result of all this work is
 The result of all this work is an OS environment that is comfortable and  an Operating System that is stable and familiar to any OpenBSD user.
 familiar to any OpenBSD user.  
 </p>  </p>
   
 <p>  <p>
   <b>Significant changes between 2.9 and 3.0:</b>
   </p>
   <ul>
   <li>Support for a couple more machines added.
   <li>Event counters attached to most devices. (from NetBSD)
   <li>More addressing modes added to the emulation system. (work by Jim Uhl)
   </ul>
   
   <p>
 <b>Significant changes between 2.8 and 2.9:</b>  <b>Significant changes between 2.8 and 2.9:</b>
 </p>  </p>
 <ul>  <ul>
Line 39 
Line 47 
 <p>  <p>
 OpenBSD runs on a wide variety of VAX hardware, but our  OpenBSD runs on a wide variety of VAX hardware, but our
 <a href="want.html#vax">inventory of systems</a>  <a href="want.html#vax">inventory of systems</a>
 is limited. We may actually run on your hardware even if it's not listed  is limited. OpenBSD/vax may actually run on your hardware even if it's not
 here.  We rely on your feedback to know what is supported, and what  listed here, so we rely on your testing and feedback to keep this list up to
 needs work. After you finish installing and road testing your new system,  date.  After you finish installing and road testing your new system, consider
 consider running "dmesg |mail dmesg@openbsd.org" to help us determine  running "dmesg |mail dmesg@openbsd.org" to help us determine what types of
 what types of hardware people are using. The machines listed on this page  hardware people are using.
 are known to be working as of the most recent release.  
 </p>  </p>
   
 <table WIDTH="100%">  <table WIDTH="100%">
Line 70 
Line 77 
         <li>VAX 4000/300          <li>VAX 4000/300
         </ul>          </ul>
     </td>      </td>
     <td WIDTH="50%">  
   
       <td WIDTH="50%">
         <p>          <p>
         <b>Projects being worked on:</b>          <b>Projects being worked on:</b>
         </p>          </p>
Line 79 
Line 86 
         <ul>          <ul>
         <li>vaxstation 2000's hdc9224 (floppy/mfm hard disk controller)          <li>vaxstation 2000's hdc9224 (floppy/mfm hard disk controller)
         <li>qbus tk50/tk70 tape drives          <li>qbus tk50/tk70 tape drives
         <li>shared libraries? good idea?          <li>shared libraries? eventually...
         <li>support for new systems as we obtain them          <li>support for new systems as we obtain them
         <li>graphics console support  
         <li>support for LCG or SPGFX framebuffers (if we can find programming info)  
         </ul>          </ul>
   
           <p>
           <b>Documentation we're looking for:</b>
           </p>
   
           <ul>
           <li>Programming info for LCG or SPGFX framebuffers
           <li>Software references for DSSI or MSCP
           <li>Any edition VARM
           </ul>
   
         <p>          <p>
         <b>Known problems:</b>          <b>Known problems:</b>
         </p>          </p>
   
         <ul>          <ul>
         <li>optimizer bugs in gcc          <li>toolchain issues - overzealous gcc optimizer
         <li>pmap - addressing limits          <li>pmap - addressing limits
         </ul>          </ul>
     </td>      </td>

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25