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

Diff for /www/plat.html between version 1.147 and 1.148

version 1.147, 2017/12/07 19:00:12 version 1.148, 2019/05/27 22:55:21
Line 1 
Line 1 
 <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"  <!doctype html>
         "http://www.w3.org/TR/html4/loose.dtd">  <html lang=en>
 <html>  <meta charset=utf-8>
 <head>  
 <title>OpenBSD: Platforms</title>  <title>OpenBSD: Platforms</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">  
 <meta name="copyright" content="This document copyright 1996-2016 by OpenBSD.">  
 <meta name="viewport" content="width=device-width, initial-scale=1">  <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">  <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://www.openbsd.org/plat.html">  <link rel="canonical" href="https://www.openbsd.org/plat.html">
 </head>  
   
 <body bgcolor="#ffffff" text="#000000" link="#23238e">  <style>
   h3 {
           color: var(--red);
   }
   
 <h2>  table {
           border-spacing: 0;
   }
   
   td {
           padding: 0;
   }
   </style>
   
   <h2 id=OpenBSD>
 <a href="index.html">  <a href="index.html">
 <i><font color="#0000ff">Open</font></i><font color="#000084">BSD</font></a>  <i>Open</i><b>BSD</b></a>
 <font color="#e00000">Platforms</font>  Platforms
 </h2>  </h2>
   
 <hr>  <hr>
   
 <table border="0" cellspacing="0" cellpadding="0">  <table>
 <tr>  <tr>
 <td colspan="2">  <td colspan="2">
 <h3><font color="#e00000">Supported platforms</font></h3>  <h3>Supported platforms</h3>
 <p>  <p>
 OpenBSD is officially supported on the following platforms.  OpenBSD is officially supported on the following platforms.
 Official support means that the release install media is known  Official support means that the release install media is known
Line 96 
Line 106 
 <!--  <!--
 <tr>  <tr>
 <td colspan="2">  <td colspan="2">
 <h3><font color="#e00000">Stagnant ports</font></h3>  <h3>Stagnant ports</h3>
 <p>  <p>
 The following platforms have been supported in the past, but releases  The following platforms have been supported in the past, but releases
 are not being built for them at the moment.  are not being built for them at the moment.
Line 108 
Line 118 
   
 <tr>  <tr>
 <td colspan="2">  <td colspan="2">
 <h3><font color="#e00000">Current porting efforts</font></h3>  <h3>Current porting efforts</h3>
 <p>  <p>
 The following ports are not officially supported, and are not on par with  The following ports are not officially supported, and are not on par with
 supported platforms, but they are being worked on and may hopefully  supported platforms, but they are being worked on and may hopefully
Line 127 
Line 137 
   
 <tr>  <tr>
 <td colspan="2">  <td colspan="2">
 <h3><font color="#e00000">Discontinued ports</font></h3>  <h3>Discontinued ports</h3>
 <p>  <p>
 The following platforms were supported in the past, but have been  The following platforms were supported in the past, but have been
 discontinued for various reasons.  discontinued for various reasons.
Line 194 
Line 204 
 </tr>  </tr>
 <tr>  <tr>
 <td><a href="solbourne.html"><b>solbourne</b></a></td>  <td><a href="solbourne.html"><b>solbourne</b></a></td>
 <td>Solbourne ``IDT'' <i>Sparc-like</i> S3000, S4000 and S4000DX systems</td>  <td>Solbourne "IDT" <i>Sparc-like</i> S3000, S4000 and S4000DX systems</td>
 </tr>  </tr>
 <tr>  <tr>
 <td><a href="sparc.html"><b>sparc</b></a></td>  <td><a href="sparc.html"><b>sparc</b></a></td>
Line 214 
Line 224 
   
 <tr><td colspan="2">&nbsp;</td></tr>  <tr><td colspan="2">&nbsp;</td></tr>
 </table>  </table>
   
 </html>  

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.148