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

Diff for /www/26.html between version 1.30 and 1.31

version 1.30, 2018/06/12 15:20:28 version 1.31, 2019/05/27 22:55:18
Line 1 
Line 1 
 <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">  <!doctype html>
 <html>  <html lang=en id=release>
 <head>  <meta charset=utf-8>
   
 <title>OpenBSD 2.6</title>  <title>OpenBSD 2.6</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">  
 <meta name="description" content="OpenBSD 2.6">  <meta name="description" content="OpenBSD 2.6">
 <meta name="copyright" content="This document copyright 1999-2001 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/26.html">  <link rel="canonical" href="https://www.openbsd.org/26.html">
 </head>  <style>
   #sourcecode h3, #ports h3, #new h3 {
           color: var(--red);
   }
   
 <body bgcolor="#ffffff" text="#000000" link="#24248e">  #release #quickinstall p {
           margin-left: 0;
   }
   </style>
   
 <h2>  <h2 id=OpenBSD>
 <a href="index.html">  <a href="index.html">
 <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>  <i>Open</i><b>BSD</b></a>
 <font color="#e00000">2.6</font>  2.6
 </h2>  </h2>
   
   <table>
   <tr>
   <td>
 <a href=images/fishbowl_sm.jpg>  <a href=images/fishbowl_sm.jpg>
 <img align=left hspace="24" src=images/fishbowl_sm.jpg></a>  <img src=images/fishbowl_sm.jpg alt="Fishbowl"></a>
 <p>  <td>
 Released December 1, 1999.<br>  Released December 1, 1999.<br>
 Copyright 1997-1999, Theo de Raadt.  Copyright 1997-1999, Theo de Raadt.
 <p>  <p>
Line 29 
Line 37 
 <li><strong>Order a CDROM from our <a href="https://openbsdstore.com">ordering system</a>.</strong>  <li><strong>Order a CDROM from our <a href="https://openbsdstore.com">ordering system</a>.</strong>
         If you want to try to get a bookstore local to you to carry it,          If you want to try to get a bookstore local to you to carry it,
         have them order<br>          have them order<br>
         <font color=#e00000>ISBN 0-9683637-4-1</font>.          <cite class=isbn>ISBN 0-9683637-4-1</cite>.
 -->  -->
 <li>See the information on <a href=ftp.html>The FTP page</a> for  <li>See the information on <a href=ftp.html>The FTP page</a> for
         a list of mirror machines          a list of mirror machines
 <li>Go to the <font color=#e00000>pub/OpenBSD/2.6/</font> directory on  <li>Go to the <code class=reldir>pub/OpenBSD/2.6/</code> directory on
         one of the mirror sites          one of the mirror sites
 <li>Have a look at <a href=errata26.html>The 2.6 Errata page</a> for a list  <li>Have a look at <a href=errata26.html>The 2.6 Errata page</a> for a list
 of bugs and workarounds.  of bugs and workarounds.
Line 42 
Line 50 
 All applicable copyrights and credits are in the src.tar.gz,  All applicable copyrights and credits are in the src.tar.gz,
 sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the  sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
 files fetched via ports.tar.gz.  files fetched via ports.tar.gz.
 <br clear="all">  </table>
   
 <hr>  <hr>
 <a name="install"></a>  
   <section id=install>
   <h3>How to install</h3>
   
 <p>  <p>
 <h3><font color=#0000e0>How to install</font></h3>  
 <p>  
 Following this are the instructions which you would have on a piece of  Following this are the instructions which you would have on a piece of
 paper if you had purchased a CDROM set instead of doing an alternate  paper if you had purchased a CDROM set instead of doing an alternate
 form of install.  The instructions for doing an ftp (or other style  form of install.  The instructions for doing an ftp (or other style
Line 60 
Line 69 
 Please refer to the following files on the two CDROMs for extensive  Please refer to the following files on the two CDROMs for extensive
 details on how to install OpenBSD 2.6 on your machine:  details on how to install OpenBSD 2.6 on your machine:
 <p>  <p>
 <dl>  <ul>
 <li>    CD1:2.6/i386/INSTALL.i386  <li>    CD1:2.6/i386/INSTALL.i386
 <li>    CD1:2.6/sparc/INSTALL.sparc  <li>    CD1:2.6/sparc/INSTALL.sparc
 <p>  </ul>
   <ul>
 <li>    CD2:2.6/alpha/INSTALL.alpha  <li>    CD2:2.6/alpha/INSTALL.alpha
 <li>    CD2:2.6/amiga/INSTALL.amiga  <li>    CD2:2.6/amiga/INSTALL.amiga
 <li>    CD2:2.6/mac68k/INSTALL.mac68k  <li>    CD2:2.6/mac68k/INSTALL.mac68k
 <li>    CD2:2.6/hp300/INSTALL.hp300  <li>    CD2:2.6/hp300/INSTALL.hp300
 <p>  </ul>
   <ul>
 <li>A pmax release is available on the ftp sites, but not on the CDs.  <li>A pmax release is available on the ftp sites, but not on the CDs.
 </dl>  </ul>
   
 <hr>  <hr>
   
   <section id=quickinstall>
 <p>  <p>
 Quick installer information for people familiar with OpenBSD, and the  Quick installer information for people familiar with OpenBSD, and the
 use of the new "disklabel -E" command.  If you are at all confused when  use of the new "disklabel -E" command.  If you are at all confused when
 installing OpenBSD, read the relevant INSTALL.* file as listed above!  installing OpenBSD, read the relevant INSTALL.* file as listed above!
 <p>  <p>
 <h3><font color=#e00000>i386:</font></h3>  <h3>i386:</h3>
 <p>  <p>
 Play with your BIOS options, and see if you can enable booting off a  Play with your BIOS options, and see if you can enable booting off a
 CD; try using CD1.  If not, write CD1:2.6/i386/floppy26.fs to a  CD; try using CD1.  If not, write CD1:2.6/i386/floppy26.fs to a
Line 90 
Line 104 
 be "floppy" or "rfd0c" or "rfd0a").  Use properly formatted perfect  be "floppy" or "rfd0c" or "rfd0a").  Use properly formatted perfect
 floppies with NO BAD BLOCKS or you will lose.  floppies with NO BAD BLOCKS or you will lose.
 <p>  <p>
 <h3><font color=#e00000>sparc:</font></h3>  <h3>sparc:</h3>
 <p>  <p>
 To boot off CD1, type "boot cdrom 2.6/sparc/bsd.rd", or  To boot off CD1, type "boot cdrom 2.6/sparc/bsd.rd", or
 "b sd(0,6,0)2.6/sparc/bsd.rd" depending on your ROM version.  "b sd(0,6,0)2.6/sparc/bsd.rd" depending on your ROM version.
Line 103 
Line 117 
 the "kc.fs" floppy.  This time, when the floppy is ejected simply  the "kc.fs" floppy.  This time, when the floppy is ejected simply
 re-insert "kc.fs" again and answer a different set of questions.  re-insert "kc.fs" again and answer a different set of questions.
 <p>  <p>
 <h3><font color=#e00000>amiga:</font></h3>  <h3>amiga:</h3>
 <p>  <p>
 Create BSD partitions according to INSTALL.amiga's preparation section.  Create BSD partitions according to INSTALL.amiga's preparation section.
 Mount the CD2 under AmigaOS as device CD0: Next, execute the following  Mount the CD2 under AmigaOS as device CD0: Next, execute the following
 CLI command: "CD0:2.6/amiga/utils/loadbsd CD0:2.6/amiga/bsd.rd".  CLI command: "CD0:2.6/amiga/utils/loadbsd CD0:2.6/amiga/bsd.rd".
 <p>  <p>
 <h3><font color=#e00000>hp300:</font></h3>  <h3>hp300:</h3>
 <p>  <p>
 You can boot over the network by following the instructions in  You can boot over the network by following the instructions in
 INSTALL.hp300.  INSTALL.hp300.
 <p>  <p>
 <h3><font color=#e00000>alpha:</font></h3>  <h3>alpha:</h3>
 <p>  <p>
 Your alpha must use SRM firmware (not ARC).  If you have a CDROM, you  Your alpha must use SRM firmware (not ARC).  If you have a CDROM, you
 can try "boot -fi 2.6/alpha/bsd.rd dkaX" (use "show device" to find your  can try "boot -fi 2.6/alpha/bsd.rd dkaX" (use "show device" to find your
Line 122 
Line 136 
 floppy and boot that by typing "boot dva0".  If this fails, you can place  floppy and boot that by typing "boot dva0".  If this fails, you can place
 bsd.rd on some other device and boot it, or use the provided simpleroot.  bsd.rd on some other device and boot it, or use the provided simpleroot.
 <p>  <p>
 <h3><font color=#e00000>mac68k:</font></h3>  <h3>mac68k:</h3>
 <p>  <p>
 Boot MacOS as normal and partition your disk with the appropriate A/UX  Boot MacOS as normal and partition your disk with the appropriate A/UX
 configurations.  Then, extract the Macside utilities from  configurations.  Then, extract the Macside utilities from
Line 131 
Line 145 
 BSD/Mac68k Installer to copy all the sets in CD1:2.6/mac68k/ onto your  BSD/Mac68k Installer to copy all the sets in CD1:2.6/mac68k/ onto your
 partitions.  Finally, you will be ready to configure the BSD/Mac68k  partitions.  Finally, you will be ready to configure the BSD/Mac68k
 Booter with the location of your kernel and boot the system.  Booter with the location of your kernel and boot the system.
   </section>
   
   <section id=sourcecode>
   <h3>Notes about the source code:</h3>
 <p>  <p>
 <h3><font color=#e00000>Notes about the source code:</font></h3>  
 <p>  
 src.tar.gz contains a source archive starting at /usr/src.  This file  src.tar.gz contains a source archive starting at /usr/src.  This file
 contains everything you need except for the kernel sources, which are  contains everything you need except for the kernel sources, which are
 in a separate archive.  To extract:  in a separate archive.  To extract:
Line 160 
Line 176 
 Using these files  Using these files
 results in a much faster initial CVS update than you could expect from  results in a much faster initial CVS update than you could expect from
 a fresh checkout of the full OpenBSD source tree.  a fresh checkout of the full OpenBSD source tree.
 <p>  </section>
   </section>
   
 <hr>  <hr>
   
   <section id=ports>
   <h3>PORTS TREE</h3>
 <p>  <p>
 <h3><font color=#e00000>PORTS TREE</font></h3>  
 <p>  
 A ports tree archive is also provided.  To extract:  A ports tree archive is also provided.  To extract:
 <p>  <p>
 <pre>  <pre>
Line 213 
Line 232 
 interested in seeing a port added, would like to help out, or just  interested in seeing a port added, would like to help out, or just
 would like to know more, the mailing list ports@openbsd.org is a good  would like to know more, the mailing list ports@openbsd.org is a good
 place to know.  place to know.
   </section>
   
 <hr>  <hr>
 <a name=new></a>  
   <section id=new>
   <h3>What's New</h3>
   
 <p>  <p>
 <h3><font color=#e00000>What's New</font></h3>  
 <p>  
 This is a partial list of new features and systems included in OpenBSD 2.6.  This is a partial list of new features and systems included in OpenBSD 2.6.
 For a comprehensive list, see the <a href=plus26.html>changelog</a> leading  For a comprehensive list, see the <a href=plus26.html>changelog</a> leading
 to 2.6.  to 2.6.
Line 266 
Line 287 
 <li>ATAPISCSI devices, including CD-R and CD-RWs  <li>ATAPISCSI devices, including CD-R and CD-RWs
 </ul>  </ul>
 </ul>  </ul>
 <p>  </section>
   
 </body>  
 </html>  

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31