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

Diff for /www/33.html between version 1.55 and 1.56

version 1.55, 2019/06/01 23:12:46 version 1.56, 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/33.html">  <link rel="canonical" href="https://www.openbsd.org/33.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 62 
Line 49 
   
 <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.3.  This is a partial list of new features and systems included in OpenBSD 3.3.
 For a comprehensive list, see the <a href="plus33.html">changelog</a> leading  For a comprehensive list, see the <a href="plus33.html">changelog</a> leading
Line 199 
Line 185 
 extensive details on how to install OpenBSD 3.3 on your machine:  extensive details on how to install OpenBSD 3.3 on your machine:
 <p>  <p>
 <ul>  <ul>
 <li>    CD1:3.3/i386/INSTALL.i386  <li><a href="https://ftp.openbsd.org/pub/OpenBSD/3.3/i386/INSTALL.i386">
           .../OpenBSD/3.3/i386/INSTALL.i386 (on CD1)</a>
 <p>  <p>
 <li>    CD2:3.3/macppc/INSTALL.macppc  <li><a href="https://ftp.openbsd.org/pub/OpenBSD/3.3/macppc/INSTALL.macppc">
 <li>    CD2:3.3/vax/INSTALL.vax          .../OpenBSD/3.3/macppc/INSTALL.macppc (on CD2)</a>
   <li><a href="https://ftp.openbsd.org/pub/OpenBSD/3.3/vax/INSTALL.vax">
           .../OpenBSD/3.3/vax/INSTALL.vax (on CD2)</a>
 <p>  <p>
 <li>    CD3:3.3/sparc/INSTALL.sparc  <li><a href="https://ftp.openbsd.org/pub/OpenBSD/3.3/sparc/INSTALL.sparc">
 <li>    CD3:3.3/sparc64/INSTALL.sparc64          .../OpenBSD/3.3/sparc/INSTALL.sparc (on CD3)</a>
   <li><a href="https://ftp.openbsd.org/pub/OpenBSD/3.3/sparc64/INSTALL.sparc64">
           .../OpenBSD/3.3/sparc64/INSTALL.sparc64 (on CD3)</a>
 <p>  <p>
 <li>    FTP:.../OpenBSD/3.3/alpha/INSTALL.alpha  <li><a href="https://ftp.openbsd.org/pub/OpenBSD/3.3/alpha/INSTALL.alpha">
 <li>    FTP:.../OpenBSD/3.3/hp300/INSTALL.hp300          .../OpenBSD/3.3/alpha/INSTALL.alpha</a>
 <li>    FTP:.../OpenBSD/3.3/hppa/INSTALL.hppa  <li><a href="https://ftp.openbsd.org/pub/OpenBSD/3.3/hp300/INSTALL.hp300">
 <li>    FTP:.../OpenBSD/3.3/mac68k/INSTALL.mac68k          .../OpenBSD/3.3/hp300/INSTALL.hp300</a>
 <li>    FTP:.../OpenBSD/3.3/mvme68k/INSTALL.mvme68k  <li><a href="https://ftp.openbsd.org/pub/OpenBSD/3.3/hppa/INSTALL.hppa">
           .../OpenBSD/3.3/hppa/INSTALL.hppa</a>
   <li><a href="https://ftp.openbsd.org/pub/OpenBSD/3.3/mac68k/INSTALL.mac68k">
           .../OpenBSD/3.3/mac68k/INSTALL.mac68k</a>
   <li><a href="https://ftp.openbsd.org/pub/OpenBSD/3.3/mvme68k/INSTALL.mvme68k">
           .../OpenBSD/3.3/mvme68k/INSTALL.mvme68k</a>
 </ul>  </ul>
   </section>
   
 <hr>  <hr>
   
 <section id=quickinstall>  <section id=quickinstall>
Line 242 
Line 240 
 at <i>CD:/3.3/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.3/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 281 
Line 279 
 <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 313 
Line 311 
 <h3>OpenBSD/alpha:</h3>  <h3>OpenBSD/alpha:</h3>
   
 <p>  <p>
 Write <i>FTP:3.3/alpha/floppy33.fs</i> or  Write <i>3.3/alpha/floppy33.fs</i> or
 <i>FTP:3.3/alpha/floppyB33.fs</i> (depending on your machine) to a diskette and  <i>3.3/alpha/floppyB33.fs</i> (depending on your machine) to a diskette and
 enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.  enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
   
 <p>  <p>
Line 336 
Line 334 
 <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
 <i>FTP:3.3/mac68k/utils</i> onto your hard disk.  Run Mkfs to create your  <i>3.3/mac68k/utils</i> onto your hard disk.  Run Mkfs to create your
 filesystems on the A/UX partitions you just made.  Then, use the  filesystems on the A/UX partitions you just made.  Then, use the
 "BSD/Mac68k Installer" to copy all the sets in <i>FTP:3.3/mac68k/</i> onto your  "BSD/Mac68k Installer" to copy all the sets in <i>3.3/mac68k/</i> 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.
   
Line 349 
Line 347 
 The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>  The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
 and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k  and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
 for more details.  for more details.
   
 </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 374 
Line 372 
 <blockquote><pre>  <blockquote><pre>
 # <kbd>mkdir -p /usr/src/sys</kbd>  # <kbd>mkdir -p /usr/src/sys</kbd>
 # <kbd>cd /usr/src</kbd>  # <kbd>cd /usr/src</kbd>
 # <strong>tar xvfz /tmp/sys.tar.gz</strong>  # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>
 </pre></blockquote>  </pre></blockquote>
   
 <p>  <p>
Line 384 
Line 382 
 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 423 
Line 419 
 like:  like:
 <p>  <p>
 <blockquote><pre>  <blockquote><pre>
 # <strong>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_3_3</strong>  # <kbd>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_3_3</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.3 release will be made available if problems arise.  packages for the 3.3 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.55  
changed lines
  Added in v.1.56