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

Diff for /www/32.html between version 1.48 and 1.49

version 1.48, 2019/05/27 22:55:18 version 1.49, 2019/06/12 20:57:16
Line 7 
Line 7 
 <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/32.html">  <link rel="canonical" href="https://www.openbsd.org/32.html">
 <style>  
 #sourcecode h3 {  
         color: var(--red);  
 }  
   
 #sourcecode p {  
         margin-left: 2.75em;  
 }  
   
 #sourcecode blockquote {  
         margin-left: 4.5em;  
 }  
 </style>  
   
 <h2 id=OpenBSD>  <h2 id=OpenBSD>
 <a href="index.html">  <a href="index.html">
 <i>Open</i><b>BSD</b></a>  <i>Open</i><b>BSD</b></a>
Line 60 
Line 47 
   
 <section id=new>  <section id=new>
 <h3>What's New</h3>  <h3>What's New</h3>
   
 <p>  <p>
 This is a partial list of new features and systems included in OpenBSD 3.2.  This is a partial list of new features and systems included in OpenBSD 3.2.
 For a comprehensive list, see the <a href="plus32.html">changelog</a> leading  For a comprehensive list, see the <a href="plus32.html">changelog</a> leading
Line 160 
Line 146 
   
 <section id=install>  <section id=install>
 <h3>How to install</h3>  <h3>How to install</h3>
   
 <p>  <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
Line 175 
Line 160 
 details on how to install OpenBSD 3.2 on your machine:  details on how to install OpenBSD 3.2 on your machine:
 <p>  <p>
 <ul>  <ul>
 <li>    CD1:3.2/i386/INSTALL.i386  <li><a href="https://ftp.openbsd.org/pub/OpenBSD/3.2/i386/INSTALL.i386">
 <li>    CD1:3.2/alpha/INSTALL.alpha          .../OpenBSD/3.2/i386/INSTALL.i386 (on CD1)</a>
   <li><a href="https://ftp.openbsd.org/pub/OpenBSD/3.2/alpha/INSTALL.alpha">
           .../OpenBSD/3.2/alpha/INSTALL.alpha (on CD1)</a>
 <p>  <p>
 <li>    CD2:3.2/macppc/INSTALL.macppc  <li><a href="https://ftp.openbsd.org/pub/OpenBSD/3.2/macppc/INSTALL.macppc">
 <li>    CD2:3.2/vax/INSTALL.vax          .../OpenBSD/3.2/macppc/INSTALL.macppc (on CD2)</a>
   <li><a href="https://ftp.openbsd.org/pub/OpenBSD/3.2/vax/INSTALL.vax">
           .../OpenBSD/3.2/vax/INSTALL.vax (on CD2)</a>
 <p>  <p>
 <li>    CD3:3.2/sparc/INSTALL.sparc  <li><a href="https://ftp.openbsd.org/pub/OpenBSD/3.2/sparc/INSTALL.sparc">
 <li>    CD3:3.2/sparc64/INSTALL.sparc64          .../OpenBSD/3.2/sparc/INSTALL.sparc (on CD3)</a>
   <li><a href="https://ftp.openbsd.org/pub/OpenBSD/3.2/sparc64/INSTALL.sparc64">
           .../OpenBSD/3.2/sparc64/INSTALL.sparc64 (on CD3)</a>
 </ul>  </ul>
   </section>
   
 <hr>  <hr>
   
 <section id=quickinstall>  <section id=quickinstall>
Line 213 
Line 206 
 at <i>CD:/3.2/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS, use the <a href="https://man.openbsd.org/dd.1">dd(1)</a> utility. The following is an example usage of <a href="https://man.openbsd.org/dd.1">dd(1)</a>, where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or &quot;rfd0a&quot;.  at <i>CD:/3.2/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS, use the <a href="https://man.openbsd.org/dd.1">dd(1)</a> utility. The following is an example usage of <a href="https://man.openbsd.org/dd.1">dd(1)</a>, where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or &quot;rfd0a&quot;.
   
 <blockquote><pre>  <blockquote><pre>
 # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>  # <kbd>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</kbd>
 </pre></blockquote>  </pre></blockquote>
   
 <p>  <p>
Line 266 
Line 259 
 <blockquote><pre>  <blockquote><pre>
 > <kbd>boot floppy</kbd>  > <kbd>boot floppy</kbd>
 or  or
 > <strong>boot fd()</strong>  > <kbd>boot fd()</kbd>
 </pre></blockquote>  </pre></blockquote>
   
 <p>  <p>
Line 294 
Line 287 
   
 <p>  <p>
 If nothing works, you can boot over the network as described in INSTALL.sparc64  If nothing works, you can boot over the network as described in INSTALL.sparc64
   
 </section>  </section>
   
 <section id=sourcecode>  <hr>
 <h3>Notes about the source code:</h3>  
   
   <section id=sourcecode>
   <h3>Notes about the source code</h3>
 <p>  <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
Line 325 
Line 318 
 <p>  <p>
 Both of these trees are a regular CVS checkout.  Using these trees it  Both of these trees are a regular CVS checkout.  Using these trees it
 is possible to get a head-start on using the anoncvs servers as  is possible to get a head-start on using the anoncvs servers as
 described at <a href="anoncvs.html">http://www.OpenBSD.org/anoncvs.html</a>.  described <a href="anoncvs.html">here</a>.
 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.
   
 </section>  </section>
 </section>  
   
 <hr>  <hr>
   
Line 368 
Line 359 
 like:  like:
 <p>  <p>
 <blockquote><pre>  <blockquote><pre>
 # <strong>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_3_2</strong>  # <kbd>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_3_2</kbd>
 </pre></blockquote>  </pre></blockquote>
 <p>  <p>
 [Of course, you must replace the local directory and server name here  [Of course, you must replace the local directory and server name here
 with the location of your ports collection and a nearby anoncvs  with the location of your ports collection and a nearby anoncvs
 server.]  server.]
 <p>  <p>
 Note that most ports are available as packages through ftp. Updated  Note that most ports are available as packages on our mirrors. Updated
 packages for the 3.2 release will be made available if problems arise.  packages for the 3.2 release will be made available if problems arise.
 <p>  <p>
 If you're interested in seeing a port added, would like to help out, or just  If you're 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
 place to know.  <a href="mail.html">ports@openbsd.org</a> is a good place to know.
 </section>  </section>

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49