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

Diff for /www/22.html between version 1.37 and 1.38

version 1.37, 2016/08/15 02:22:05 version 1.38, 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.2</title>  <title>OpenBSD 2.2</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">  
 <meta name="description" content="OpenBSD 2.2">  <meta name="description" content="OpenBSD 2.2">
 <meta name="copyright" content="This document copyright 1996-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/22.html">  <link rel="canonical" href="https://www.openbsd.org/22.html">
 </head>  <style>
   #sourcecode h3, #ports h3 {
           color: var(--red);
   }
   
 <body bgcolor="#ffffff" text="#000000" link="#23238E">  #release #OpenBSD + table td {
           vertical-align: middle;
   }
   
 <h2>  #release #quickinstall p {
           margin-left: 0;
   }
   </style>
   
   <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.2</font>  2.2
 </h2>  </h2>
   
   <table>
   <tr>
   <td>
 <a href=images/openbsd22_cover.gif>  <a href=images/openbsd22_cover.gif>
 <img align=left src=images/cd22-s.gif height=90 width=90 hspace=20 vspace=60></a>  <img src=images/cd22-s.gif alt="CD 2.2"></a>
 <p>  <td>
 Released sometime around December 1, 1997.<br>  Released sometime around December 1, 1997.<br>
 Copyright 1997, Theo de Raadt.<br>  Copyright 1997, Theo de Raadt.<br>
 <font color=#e00000>ISBN 0-9683637-0-9</font>.  <cite class=isbn>ISBN 0-9683637-0-9</cite>.
 <p>  <p>
 <ul>  <ul>
 <li><strong>Order a CDROM from our ordering system.</strong>  <li><strong>Order a CDROM from our ordering system.</strong>
 <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.2/</font> directory on  <li>Go to the <code class=reldir>pub/OpenBSD/2.2/</code> directory on
         one of the mirror sites          one of the mirror sites
 <li>Have a look at <a href=errata22.html>The 2.2 Errata page</a> for a list of bugs  <li>Have a look at <a href=errata22.html>The 2.2 Errata page</a> for a list of bugs
 and workarounds.  and workarounds.
Line 38 
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 if you had purchased a CDROM set  Following this are the instructions if you had purchased a CDROM set
 instead of attempting to do  instead of attempting to do
 an alternate form of install.  The instructions for doing an ftp (or  an alternate form of install.  The instructions for doing an ftp (or
Line 56 
Line 69 
 Please refer to the following files on the two CDROM's for extensive  Please refer to the following files on the two CDROM's for extensive
 details on how to install OpenBSD 2.2 on your machine:  details on how to install OpenBSD 2.2 on your machine:
 <p>  <p>
 <dl>  <ul>
 <li>    CD1:2.2/i386/INSTALL.i386  <li>    CD1:2.2/i386/INSTALL.i386
 <li>    CD1:2.2/arc/INSTALL.arc  <li>    CD1:2.2/arc/INSTALL.arc
 <li>    CD1:2.2/mac68k/INSTALL.mac68k  <li>    CD1:2.2/mac68k/INSTALL.mac68k
 <li>    CD1:2.2/pmax/INSTALL.pmax  <li>    CD1:2.2/pmax/INSTALL.pmax
 <li>    CD1:2.2/sparc/INSTALL.sparc  <li>    CD1:2.2/sparc/INSTALL.sparc
 <li>    CD1:2.2/mvme68k/INSTALL.mvme68k  <li>    CD1:2.2/mvme68k/INSTALL.mvme68k
 <p>  </ul>
   <ul>
 <li>    CD2:2.2/amiga/INSTALL.amiga  <li>    CD2:2.2/amiga/INSTALL.amiga
 <li>    CD2:2.2/hp300/INSTALL.hp300  <li>    CD2:2.2/hp300/INSTALL.hp300
 <li>    CD2:2.2/alpha/INSTALL.alpha  <li>    CD2:2.2/alpha/INSTALL.alpha
 </dl>  </ul>
   </section>
   
 <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.2/i386/floppy22.fs to a  CD; try using CD1.  If not, write CD1:2.2/i386/floppy22.fs to a
Line 87 
Line 105 
 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>ARC:</font></h3>  <h3>ARC:</h3>
 <p>  <p>
 Using CD1, tell the BOOT ROM to load the file CD1:\2.2\arc\bsd.rd.  If  Using CD1, tell the BOOT ROM to load the file CD1:\2.2\arc\bsd.rd.  If
 that does not work, create a MS-DOS filesystem using your vendor's arc  that does not work, create a MS-DOS filesystem using your vendor's arc
 setup program, copy CD1:2.2/arc/bsd.rd to there and attempt to boot  setup program, copy CD1:2.2/arc/bsd.rd to there and attempt to boot
 it.  it.
 <p>  <p>
 <h3><font color=#e00000>SPARC:</font></h3>  <h3>SPARC:</h3>
 <p>  <p>
 To boot off CD1, type "boot cdrom 2.2/sparc/bsd.rd", or  To boot off CD1, type "boot cdrom 2.2/sparc/bsd.rd", or
 "b sd(0,6,0)2.2/sparc/bsd.rd" depending on your ROM version.  "b sd(0,6,0)2.2/sparc/bsd.rd" depending on your ROM version.
Line 107 
Line 125 
 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>PMAX:</font></h3>  <h3>PMAX:</h3>
 <p>  <p>
 Write the simpleroot22.fs onto the start of the disk using dd on another  Write the simpleroot22.fs onto the start of the disk using dd on another
 machine.  After moving the disk drive, use "boot -f rz(0,0,0)/bsd"  machine.  After moving the disk drive, use "boot -f rz(0,0,0)/bsd"
 (2100/3100) or "boot 5/rz0a/bsd" (5000).  Alternatively, install via  (2100/3100) or "boot 5/rz0a/bsd" (5000).  Alternatively, install via
 network as described in detail in INSTALL.pmax.  network as described in detail in INSTALL.pmax.
 <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.2/amiga/utils/loadbsd CD0:2.2/amiga/bsd.rd".  CLI command: "CD0:2.2/amiga/utils/loadbsd CD0:2.2/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.2/alpha/bsd.rd dkaX" (use "show device" to find your  can try "boot -fi 2.2/alpha/bsd.rd dkaX" (use "show device" to find your
Line 133 
Line 151 
 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 143 
Line 161 
 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.
 <p>  <p>
 <h3><font color=#e00000>MVME68K:</font></h3>  <h3>MVME68K:</h3>
 <p>  <p>
 Theo has no real idea.  In the rush to get everything else done, the  Theo has no real idea.  In the rush to get everything else done, the
 install stuff for the mvme68k was never completed.  Enough pieces are  install stuff for the mvme68k was never completed.  Enough pieces are
 included so that a really skilled person could find a way to install  included so that a really skilled person could find a way to install
 it; perhaps using netbooting.  Good luck!  it; perhaps using netbooting.  Good luck!
   </section>
   
 <hr>  <hr>
   
   <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 179 
Line 200 
 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>
   
 <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 232 
Line 255 
 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>
 </body>  
 </html>  

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38