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

Annotation of www/36.html, Revision 1.58

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
1.42      deraadt     4: <title>OpenBSD 3.6</title>
1.1       deraadt     5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      6: <meta name="description" content="OpenBSD 3.6">
                      7: <meta name="copyright" content="This document copyright 2004 by OpenBSD.">
1.53      tb          8: <meta name="viewport" content="width=device-width, initial-scale=1">
                      9: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.56      tb         10: <link rel="canonical" href="https://www.openbsd.org/36.html">
1.1       deraadt    11: </head>
                     12:
                     13: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     14:
1.53      tb         15: <h2>
1.1       deraadt    16: <a href="index.html">
1.53      tb         17: <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
                     18: <font color="#e00000">3.6</font>
                     19: </h2>
1.1       deraadt    20:
1.7       deraadt    21: <a href="images/Ponderosa.jpg">
1.42      deraadt    22: <img align="left" width="255" height="343" hspace="24"
1.7       deraadt    23: src="images/Ponderosa.jpg" alt="OpenBSD 3.6 logo"></a>
1.1       deraadt    24: <p>
1.33      deraadt    25: Released November 1, 2004<br>
1.1       deraadt    26: Copyright 1997-2004, Theo de Raadt.<br>
                     27: <font color="#e00000">ISBN 0-9731791-4-7</font>
1.35      deraadt    28: <br>
1.50      deraadt    29: 3.6 Song: <a href="lyrics.html#36">"Pond-erosa Puff (live)"</a>
1.1       deraadt    30: <p>
1.2       miod       31: <ul>
1.58    ! tj         32: <!--
1.47      deraadt    33: <li>Order a CDROM from our <a href="https://openbsdstore.com">ordering system</a>.
1.58    ! tj         34: -->
1.2       miod       35: <li>See the information on <a href="ftp.html">The FTP page</a> for
                     36:     a list of mirror machines.
                     37: <li>Go to the <font color="#e00000">pub/OpenBSD/3.6/</font> directory on
                     38:     one of the mirror sites.
1.36      deraadt    39: <li>Have a look at <a href="errata36.html">The 3.6 Errata page</a> for a list
1.2       miod       40:     of bugs and workarounds.
1.32      miod       41: <li>See a <a href="plus36.html">detailed log of changes</a> between the
1.2       miod       42:     3.5 and 3.6 releases.
                     43: </ul>
1.54      tb         44: <p>
1.53      tb         45: All applicable copyrights and credits are in the src.tar.gz,
                     46: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
                     47: files fetched via ports.tar.gz.
                     48: <br clear="all">
1.2       miod       49:
1.53      tb         50: <hr>
1.2       miod       51: <a name="new"></a>
                     52: <p>
                     53: <h3><font color="#0000e0">What's New</font></h3>
                     54: <p>
                     55: This is a partial list of new features and systems included in OpenBSD 3.6.
1.32      miod       56: For a comprehensive list, see the <a href="plus36.html">changelog</a> leading
1.2       miod       57: to 3.6.
                     58: <p>
                     59:
                     60: <ul>
                     61:
1.6       miod       62: <li>New platform:
1.2       miod       63: <ul>
                     64: <li><a href="luna88k.html">OpenBSD/luna88k</a><br>
                     65: Expanding the mvme88k porting effort by supporting Omron's line of
                     66: 88100-based workstations.
                     67: </ul>
                     68: <p>
                     69:
1.6       miod       70: <li>SMP support on <a href="i386.html">OpenBSD/i386</a> and <a
1.2       miod       71: href="amd64.html">OpenBSD/amd64</a> platforms.
                     72: <p>
                     73:
1.6       miod       74: <li>New functionality:
1.2       miod       75: <ul>
1.21      henning    76: <li>A cleaned up DHCP
1.57      tb         77: <a href="https://man.openbsd.org/?query=dhcpd&amp;sektion=8">server</a>
1.2       miod       78: and
1.57      tb         79: <a href="https://man.openbsd.org/?query=dhclient&amp;sektion=8">client</a>
1.21      henning    80: implementation, now featuring privilege separation and safe defaults.
                     81: <li>A new
1.57      tb         82: <a href="https://man.openbsd.org/?query=ntpd&amp;sektion=8">NTP
1.21      henning    83: daemon</a> written from scratch, which ought to fit the needs of most NTP users.
1.57      tb         84: <li><a href="https://man.openbsd.org/?query=pfctl&amp;sektion=8">pfctl(8)</a>
1.23      jolan      85: now provides a <i>rules optimizer</i> to help improve filtering speed.
1.11      otto       86: <li>The packet filter,
1.57      tb         87: <a href="https://man.openbsd.org/?query=pf&amp;sektion=4">pf(4)</a>,
1.11      otto       88: now supports nested anchors.
1.57      tb         89: <li><a href="https://man.openbsd.org/?query=tcpdrop&amp;sektion=8">tcpdrop(8)</a>,
1.13      jaredy     90: a command to drop TCP connections.
1.19      saad       91: <li>The NMBCLUSTERS option has been eliminated, replaced by a sysctl
                     92: with higher default values on many platforms.
1.4       otto       93: <li>Added support for cksum (three flavours), md4, sha256, sha384 and sha512 to
1.57      tb         94: the <a href="https://man.openbsd.org/?query=md5&amp;sektion=1">md5(1)</a>
1.4       otto       95: command.
                     96: <li>Memory file systems created by the
1.57      tb         97: <a href="https://man.openbsd.org/?query=mount_mfs&amp;sektion=8">mount_mfs(8)</a>
1.4       otto       98: command now can be populated immediately after creation.
1.13      jaredy     99: <li>New
1.57      tb        100: <a href="https://man.openbsd.org/?query=hotplugd&amp;sektion=8&amp;arch=i386">hotplugd(8)</a>
1.17      grange    101: daemon and
1.57      tb        102: <a href="https://man.openbsd.org/?query=hotplug&amp;sektion=4">hotplug(4)</a>
1.17      grange    103: device that watch for newly attached devices.
1.57      tb        104: <li><a href="https://man.openbsd.org/?query=isakmpd&amp;sektion=8">isakmpd(8)</a> now supports NAT-traversal and Dead Peer Detection (RFC 3706).
                    105: <li><a href="https://man.openbsd.org/?query=strtonum&amp;sektion=3">strtonum(3)</a>,
1.24      jolan     106: a simple, robust and therefore safe function to convert strings to numbers, has
1.12      otto      107: been added.
                    108: <li>On the <a href="sparc.html">OpenBSD/sparc</a> platform, StackGhost buffer
                    109: overflow exploit protection has been added.
1.14      jaredy    110: <li>A generic IEEE 802.11 framework has been added.
1.2       miod      111: </ul>
                    112: <p>
                    113:
                    114: <li>Improved hardware support, including:
                    115: <ul>
                    116: <li>Sangoma T1 and E1 cards
1.57      tb        117: (<a href="https://man.openbsd.org/?query=san&amp;sektion=4">san(4)</a>).
1.2       miod      118: <li>Jumbo frames are now working reliably on
1.57      tb        119: <a href="https://man.openbsd.org/?query=em&amp;sektion=4">em(4)</a>,
                    120: <a href="https://man.openbsd.org/?query=sk&amp;sektion=4">sk(4)</a>,
1.2       miod      121: and
1.57      tb        122: <a href="https://man.openbsd.org/?query=ti&amp;sektion=4">ti(4)</a>
1.2       miod      123: adapters.
                    124: <li>USB 2.0
1.57      tb        125: (<a href="https://man.openbsd.org/?query=ehci&amp;sektion=4">ehci(4)</a>)
1.2       miod      126: controllers.
                    127: <li>AIC79xx-based Ultra320 SCSI adapters, such as the Adaptec 29320 and
                    128: 39320
1.57      tb        129: (<a href="https://man.openbsd.org/?query=ahd&amp;sektion=4">ahd(4)</a>).
1.13      jaredy    130: <li>The i386 and amd64 CD bootloader code no longer emulates a floppy which improves the chances
                    131: of booting on newer machines.
1.57      tb        132: <li>New <a href="https://man.openbsd.org/?query=atw&amp;sektion=4">atw(4)</a>
1.13      jaredy    133: driver for ADMtek ADM8211 802.11b wireless adapters.
1.57      tb        134: <li>New <a href="https://man.openbsd.org/?query=axe&amp;sektion=4">axe(4)</a>
1.19      saad      135: driver for ASIX Electronics AX88172 USB Ethernet adapters.
1.57      tb        136: <li>New <a href="https://man.openbsd.org/?query=cdce&amp;sektion=4">cdce(4)</a>
1.13      jaredy    137: driver for Ethernet over USB bridges.
1.57      tb        138: <li>New <a href="https://man.openbsd.org/?query=ichpcib&amp;sektion=4&amp;arch=i386">ichpcib(4)</a>
1.13      jaredy    139: driver for Intel ICHx/ICHx-M LPC PCI-ISA bridges.
1.57      tb        140: <li>New <a href="https://man.openbsd.org/?query=gscpcib&amp;sektion=4&amp;arch=i386">gscpcib(4)</a>
1.13      jaredy    141: driver for National Semiconductor Geode SC1100 PCI-ISA bridges.
1.57      tb        142: <li>New <a href="https://man.openbsd.org/?query=iic&amp;sektion=4">iic(4)</a>
1.13      jaredy    143: driver for Inter IC (I2C) master/slave buses.
1.57      tb        144: <li>New <a href="https://man.openbsd.org/?query=lmtemp&amp;sektion=4">lmtemp(4)</a>
1.13      jaredy    145: driver for National Semiconductor LM75/LM77 temperature sensors.
1.57      tb        146: <li>New <a href="https://man.openbsd.org/?query=gscsio&amp;sektion=4">gscsio(4)</a>
1.13      jaredy    147: driver for National Semiconductor Geode SC1100 Super I/O chips.
1.57      tb        148: <li>New <a href="https://man.openbsd.org/?query=gpio&amp;sektion=4">gpio(4)</a>
1.13      jaredy    149: driver and accompanying
1.57      tb        150: <a href="https://man.openbsd.org/?query=gpioctl&amp;sektion=8&amp;arch=i386">gpioctl(8)</a>
1.13      jaredy    151: utility for supporting General Purpose Input/Output.
1.57      tb        152: <li>New <a href="https://man.openbsd.org/?query=mediabay&amp;sektion=4&amp;arch=macppc">mediabay(4)</a>
1.13      jaredy    153: macppc driver for the ATA33 HD controller over removable CD.
1.57      tb        154: <li>New <a href="https://man.openbsd.org/?query=re&amp;sektion=4&amp;arch=i386">re(4)</a>
1.28      jsg       155: driver for Realtek 8169/8169S/8110S PCI Ethernet adapters.
1.13      jaredy    156: <li>hw.setperf sysctl hooks for PowerNow in AMD K6 and K7 processors.
1.2       miod      157: </ul>
                    158: <p>
                    159:
1.57      tb        160: <li>New functionality for <a href="https://man.openbsd.org/?query=bgpd&amp;sektion=8&amp">bgpd(8)</a>,
1.23      jolan     161: the Border Gateway Protocol Daemon:
1.16      otto      162: <ul>
                    163: <li>Kernel memory management improvements now allow the full global
                    164: routing table to be kept in memory without customizing or tuning.
1.57      tb        165: <li>Support for adding received prefixes to a <a href="https://man.openbsd.org/?query=pf&amp;sektion=4&amp">pf(4)</a> table.
1.19      saad      166: <li>Support for IPsec, both manually keyed and using IKE.
1.23      jolan     167: <li>Support for setting BGP communities (RFC1997) on incoming and outbound
                    168: UPDATES.
1.25      henning   169: <li>Support for NOPEER community (RFC3765).
1.16      otto      170: <li>Partial support for RFC2858 Multiprotocol Capabilities, currently only
                    171: IPv4-unicast is announced.
                    172: <li>Support for Route Reflection (RFC2796).
                    173: <li>Support for dynamic network announcements.
                    174: <li>Support for Route Refresh Capability (RFC2918).
                    175: </ul>
                    176: <p>
                    177:
1.6       miod      178: <li>Improved NFS performance and reliability.
1.5       otto      179: <p>
1.2       miod      180:
1.6       miod      181: <li>Shared libraries and gcc 3.3.2 on the <a href="hppa.html">OpenBSD/hppa</a>
                    182: port.
1.5       otto      183: <p>
1.2       miod      184:
1.14      jaredy    185: <li>Privilege separation or revocation for the following programs:
                    186: <ul>
1.57      tb        187: <li><a href="https://man.openbsd.org/?query=afsd&amp;sektion=8">afsd(8)</a>
                    188: <li><a href="https://man.openbsd.org/?query=mopd&amp;sektion=8">mopd(8)</a>
                    189: <li><a href="https://man.openbsd.org/?query=pppoe&amp;sektion=8">pppoe(8)</a>
                    190: <li><a href="https://man.openbsd.org/?query=rbootd&amp;sektion=8">rbootd(8)</a>
                    191: <li><a href="https://man.openbsd.org/?query=dhcrelay&amp;sektion=8">dhcrelay(8)</a>,
                    192: <a href="https://man.openbsd.org/?query=dhclient&amp;sektion=8">dhclient(8)</a>,
1.14      jaredy    193: and
1.57      tb        194: <a href="https://man.openbsd.org/?query=dhcpd&amp;sektion=8">dhcpd(8)</a>
1.14      jaredy    195: </ul>
                    196: <p>
                    197:
1.6       miod      198: <li>Over 2700 ports, 2500 pre-built packages.
1.2       miod      199: <p>
                    200:
                    201: <li>Many improvements for security and reliability (look for the red
1.32      miod      202: print in the <a href="plus36.html">complete changelog</a>).
1.2       miod      203: <p>
                    204:
1.9       pedro     205: <li>As usual, many improvements in manual pages and other documentation.
1.2       miod      206: <p>
                    207:
                    208: <li>OpenSSH 3.9:
                    209: <ul>
1.6       miod      210: <li>
1.57      tb        211: <a href="https://man.openbsd.org/?query=sshd&amp;sektion=8">sshd(8)</a>
1.6       miod      212: now re-executes itself on accepting a new connection. This security
1.53      tb        213: measure ensures that all execute-time randomizations are reapplied for each
1.2       miod      214: connection rather than once, for the master process' lifetime. This includes
1.53      tb        215: mmap and malloc mappings, shared library addressing, shared library mapping
1.2       miod      216: order, ProPolice and StackGhost cookies on architectures that support
                    217: such things.
                    218: <li>Selected environment variables can now be passed between the
                    219: client and the server.
1.53      tb        220: <li>Session multiplexing: a single ssh connection can now carry
1.2       miod      221: multiple login/command/file transfer sessions.
                    222: </ul>
                    223: <p>
                    224:
                    225: <li>The system includes the following major components from outside suppliers:
                    226: <ul>
1.27      otto      227: <li>XFree86 4.4.0 unencumbered (+ patches, and i386 contains 3.3.6 servers
                    228: (+ patches) for legacy chipsets not supported by 4.4)
1.2       miod      229: <li>Gcc 2.95.3
1.57      tb        230: (+ <a href="https://man.openbsd.org/?query=gcc-local&amp;sektion=1">patches</a>)
1.2       miod      231: and 3.3.2
1.57      tb        232: (+ <a href="https://man.openbsd.org/?query=gcc-local&amp;sektion=1">patches</a>)
1.2       miod      233: <li>Perl 5.8.5 (+ patches)
                    234: <li>Apache 1.3.29, mod_ssl 2.8.16, DSO support (+ patches)
                    235: <li>OpenSSL 0.9.7d (+ patches)
                    236: <li>Groff 1.15
                    237: <li>Sendmail 8.13.0, with libmilter
                    238: <li>Bind 9.2.3 (+ patches)
                    239: <li>Lynx 2.8.5rel.2 with HTTPS and IPv6 support (+ patches)
                    240: <li>Sudo 1.6.7p5
                    241: <li>Ncurses 5.2
                    242: <li>Latest KAME IPv6
                    243: <li>Heimdal 0.6rc1 (+ patches)
                    244: <li>Arla 0.35.7
1.18      brad      245: <li>Binutils 2.14
1.2       miod      246: <li>Gdb 6.1
                    247: </ul>
                    248: <p>
                    249:
                    250: </ul>
                    251:
                    252: <a name="install"></a>
                    253: <hr>
                    254: <p>
                    255: <h3><font color="#0000e0">How to install</font></h3>
                    256: <p>
                    257: Following this are the instructions which you would have on a piece of
                    258: paper if you had purchased a CDROM set instead of doing an alternate
                    259: form of install.  The instructions for doing an ftp (or other style
                    260: of) install are very similar; the CDROM instructions are left intact
                    261: so that you can see how much easier it would have been if you had
                    262: purchased a CDROM instead.
                    263: <p>
                    264:
                    265: <hr>
                    266: Please refer to the following files on the three CDROMs or ftp mirror for
                    267: extensive details on how to install OpenBSD 3.6 on your machine:
                    268: <p>
                    269: <ul>
                    270: <li>CD1:3.6/i386/INSTALL.i386
                    271: <li>CD1:3.6/vax/INSTALL.vax
                    272: <p>
                    273: <li>CD2:3.6/amd64/INSTALL.amd64
                    274: <li>CD2:3.6/macppc/INSTALL.macppc
                    275: <p>
                    276: <li>CD3:3.6/sparc/INSTALL.sparc
                    277: <li>CD3:3.6/sparc64/INSTALL.sparc64
                    278: <p>
                    279: <li>FTP:.../OpenBSD/3.6/alpha/INSTALL.alpha
                    280: <li>FTP:.../OpenBSD/3.6/cats/INSTALL.cats
                    281: <li>FTP:.../OpenBSD/3.6/hp300/INSTALL.hp300
                    282: <li>FTP:.../OpenBSD/3.6/hppa/INSTALL.hppa
                    283: <li>FTP:.../OpenBSD/3.6/luna88k/INSTALL.luna88k
                    284: <li>FTP:.../OpenBSD/3.6/mac68k/INSTALL.mac68k
                    285: <li>FTP:.../OpenBSD/3.6/mvme68k/INSTALL.mvme68k
                    286: <li>FTP:.../OpenBSD/3.6/mvme88k/INSTALL.mvme88k
                    287: </ul>
                    288: <hr>
                    289:
                    290: <p>
                    291: Quick installer information for people familiar with OpenBSD, and the
                    292: use of the "disklabel -E" command.  If you are at all confused when
                    293: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    294: <p>
                    295:
                    296: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    297: <ul>
                    298: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    299: release is on CD1. If your BIOS does not support booting from CD, you will need
                    300: to create a boot floppy to install from. To create a boot floppy write
                    301: <i>CD1:3.6/i386/floppy36.fs</i> to a floppy and boot via the floppy drive.
                    302:
                    303: <p>
                    304: Use <i>CD1:3.6/i386/floppyB36.fs</i> instead for greater scsi controller
                    305: support, or <i>CD1:3.6/i386/floppyC36.fs</i> for better laptop support.
                    306:
                    307: <p>
                    308: If you can't boot from a CD or a floppy disk,
                    309: you can install across the network using PXE as described in
                    310: the included INSTALL.i386 document.
                    311:
                    312: <p>
                    313: If you are planning on dual booting OpenBSD with another OS, you will need to
                    314: read INSTALL.i386.
                    315:
                    316: <p>
                    317: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    318: at <i>CD1:3.6/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
1.57      tb        319: use the <a href="https://man.openbsd.org/?query=
1.2       miod      320: dd&amp;sektion=1">dd(1)</a> utility. The following is an example usage of
1.57      tb        321: <a href="https://man.openbsd.org/?query=dd&amp;sektion=1">dd(1)
1.2       miod      322: </a>, where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    323: &quot;rfd0a&quot;.
                    324:
                    325: <ul><pre>
                    326: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    327: </pre></ul>
                    328:
                    329: <p>
                    330: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    331: your install will most likely fail. For more information on creating a boot
                    332: floppy and installing OpenBSD/i386 please refer to
1.55      tj        333: <a href="faq/faq4.html#MkFlop">this page</a>.
1.2       miod      334: </ul>
                    335:
                    336: <p>
                    337: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    338: <ul>
                    339: Boot over the network via mopbooting as described in INSTALL.vax.
                    340: </ul>
                    341:
                    342: <p>
                    343: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    344: <ul>
                    345: The 3.6 release of OpenBSD/amd64 is located on CD2.
                    346: Boot from the CD to begin the install - you may need to adjust
                    347: your BIOS options first.
                    348: If you can't boot from the CD, you can create a boot floppy to install from.
                    349: To do this, write <i>CD2:3.6/amd64/floppy36.fs</i> to a floppy, then
                    350: boot from the floppy drive.
                    351:
                    352: <p>
                    353: If you can't boot from a CD or a floppy disk,
                    354: you can install across the network using PXE as described in the included
                    355: INSTALL.amd64 document.
                    356:
                    357: <p>
                    358: If you are planning to dual boot OpenBSD with another OS, you will need to
                    359: read INSTALL.amd64.
                    360: </ul>
                    361:
                    362: <p>
                    363: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    364: <ul>
                    365: Put the CD2 in your CDROM drive and poweron your machine while holding down the
                    366: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    367:
                    368: <p>
                    369: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    370: /3.6/macppc/bsd.rd</i>
                    371: </ul>
                    372:
                    373: <p>
                    374: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    375: <ul>
                    376: The 3.6 release of OpenBSD/sparc is located on CD3. To boot off of this CD you
                    377: can use one of the two commands listed below, depending on the version of your
                    378: ROM.
                    379:
                    380: <ul><pre>
                    381: ok <strong>boot cdrom 3.6/sparc/bsd.rd</strong>
                    382: or
                    383: &gt; <strong>b sd(0,6,0)3.6/sparc/bsd.rd</strong>
                    384: </pre></ul>
                    385:
                    386: <p>
1.19      saad      387: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
1.2       miod      388: To do so you need to write <i>CD3:3.6/sparc/floppy36.fs</i> to a floppy.
1.55      tj        389: For more information see <a href="faq/faq4.html#MkFlop">this page</a>. To boot from
1.2       miod      390: the floppy use one of the two commands listed below, depending on the version of
                    391: your ROM.
                    392:
                    393: <ul><pre>
                    394: ok <strong>boot floppy</strong>
                    395: or
1.37      miod      396: &gt; <strong>boot fd()</strong>
1.2       miod      397: </pre></ul>
                    398:
                    399: <p>
                    400: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    401: will most likely fail.
                    402:
                    403: <p>
1.19      saad      404: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
1.2       miod      405: setup a bootable tape, or install via network, as told in the
                    406: INSTALL.sparc file.
                    407: </ul>
                    408:
                    409: <p>
                    410: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    411: <ul>
                    412: Put the CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    413:
                    414: <p>
                    415: If this doesn't work, or if you don't have a CDROM drive, you can write
                    416: <i>CD3:3.6/sparc64/floppy36.fs</i> to a floppy and boot it with <i>boot
                    417: floppy</i>.<br>
                    418: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    419: will most likely fail.
                    420:
                    421: <p>
                    422: You can also write <i>CD3:3.6/sparc64/miniroot36.fs</i> to the swap partition on
                    423: the disk and boot with <i>boot disk:b</i>.
                    424:
                    425: <p>
                    426: If nothing works, you can boot over the network as described in INSTALL.sparc64
                    427: </ul>
                    428:
                    429: <p>
                    430: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    431: <ul>
                    432: <p>Write <i>FTP:3.6/alpha/floppy36.fs</i> or
                    433: <i>FTP:3.6/alpha/floppyB36.fs</i> (depending on your machine) to a diskette and
                    434: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    435:
                    436: <p>
                    437: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    438: will most likely fail.
                    439:
                    440: </ul>
                    441:
                    442: <p>
                    443: <h3><font color="#e00000">OpenBSD/cats:</font></h3>
                    444: <ul>
                    445: <p>
                    446: After updating the firmware to at least ABLE 1.95 if necessary, boot
                    447: <i>FTP:3.6/cats/bsd.rd</i> from an ABLE-supported device (such as a CD-ROM
                    448: or an existing FFS or EXT2FS partition).
                    449: </ul>
                    450:
                    451: <p>
                    452: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
                    453: <ul>
                    454: <p>
                    455: Boot over the network by following the instructions in INSTALL.hp300.
                    456: </ul>
                    457:
                    458: <p>
                    459: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    460: <ul>
                    461: <p>
                    462: Boot over the network by following the instructions in INSTALL.hppa or the
1.38      nick      463: <a href="hppa.html#install">hppa platform page</a>.
1.2       miod      464: </ul>
                    465:
                    466: <p>
                    467: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    468: <ul>
                    469: <p>
                    470: Copy bsd.rd to a Mach or UniOS partition, and boot it from the PROM.
                    471: Alternatively, you can create a bootable tape and boot from it. Refer to
                    472: the instructions in INSTALL.luna88k for more details.
                    473: </ul>
                    474:
                    475: <p>
                    476: <h3><font color="#e00000">OpenBSD/mac68k:</font></h3>
                    477: <ul>
                    478: <p>
                    479: Boot MacOS as normal and partition your disk with the appropriate A/UX
                    480: configurations.  Then, extract the Macside utilities from
                    481: <i>FTP:3.6/mac68k/utils</i> onto your hard disk.  Run Mkfs to create your
                    482: filesystems on the A/UX partitions you just made.  Then, use the
                    483: "BSD/Mac68k Installer" to copy all the sets in <i>FTP:3.6/mac68k/</i> onto your
                    484: partitions.  Finally, you will be ready to configure the "BSD/Mac68k
                    485: Booter" with the location of your kernel and boot the system.
                    486: </ul>
                    487:
                    488: <p>
                    489: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    490: <ul>
                    491: <p>
                    492: You can create a bootable installation tape or boot over the network.<br>
                    493: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    494: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    495: for more details.
                    496: </ul>
                    497:
                    498: <p>
                    499: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    500: <ul>
                    501: <p>
                    502: You can create a bootable installation tape or boot over the network.<br>
                    503: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    504: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    505: for more details.
                    506: </ul>
                    507:
                    508: <p>
                    509: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    510: <ul>
                    511: src.tar.gz contains a source archive starting at /usr/src.  This file
                    512: contains everything you need except for the kernel sources, which are
                    513: in a separate archive.  To extract:
                    514: <p>
                    515: <ul><pre>
                    516: # <strong>mkdir -p /usr/src</strong>
                    517: # <strong>cd /usr/src</strong>
                    518: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    519: </pre></ul>
                    520: <p>
                    521: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    522: This file contains all the kernel sources you need to rebuild kernels.
                    523: To extract:
                    524: <p>
                    525: <ul><pre>
                    526: # <strong>mkdir -p /usr/src/sys</strong>
                    527: # <strong>cd /usr/src</strong>
                    528: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    529: </pre></ul>
                    530: <p>
                    531: Both of these trees are a regular CVS checkout.  Using these trees it
                    532: is possible to get a head-start on using the anoncvs servers as
                    533: described <a href="anoncvs.html">here</a>.
                    534: Using these files
                    535: results in a much faster initial CVS update than you could expect from
                    536: a fresh checkout of the full OpenBSD source tree.
                    537: <p>
                    538: </ul>
1.34      miod      539:
                    540: <a name="upgrade"></a>
                    541: <hr>
                    542: <p>
                    543: <h3><font color="#0000e0">How to upgrade</font></h3>
                    544: <p>
                    545: If you already have an OpenBSD 3.5 system, and do not want to reinstall,
                    546: upgrade instructions and advice can be found in the
                    547: <a href="faq/upgrade36.html">Upgrade Guide</a>.
                    548:
1.2       miod      549: <a name="ports"></a>
                    550: <hr>
                    551: <p>
                    552: <h3><font color="#0000e0">Ports Tree</font></h3>
                    553: <p>
                    554: A ports tree archive is also provided.  To extract:
                    555: <p>
                    556: <ul><pre>
                    557: # <strong>cd /usr</strong>
                    558: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    559: # <strong>cd ports</strong>
                    560: </pre></ul>
                    561: <p>
                    562: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
1.40      jasper    563: read the <a href="faq/faq15.html">ports</a> page
1.2       miod      564: if you know nothing about ports
                    565: at this point.  This text is not a manual of how to use ports.
                    566: Rather, it is a set of notes meant to kickstart the user on the
                    567: OpenBSD ports system.
                    568: <p>
                    569: The <i>ports/</i> directory represents a CVS (see the manpage for
1.57      tb        570: <a href="https://man.openbsd.org/?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">
1.2       miod      571: cvs(1)</a> if
                    572: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    573: source tree, our ports tree is available via anoncvs.  So, in
                    574: order to keep current with it, you must make the <i>ports/</i> tree
                    575: available on a read-write medium and update the tree with a command
                    576: like:
                    577: <p>
                    578: <ul><pre>
1.39      deraadt   579: # <strong>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_3_6</strong>
1.2       miod      580: </pre></ul>
                    581: <p>
                    582: [Of course, you must replace the local directory and server name here
                    583: with the location of your ports collection and a nearby anoncvs
                    584: server.]
                    585: <p>
                    586: Note that most ports are available as packages through ftp. Updated
                    587: packages for the 3.6 release will be made available if problems arise.
                    588: <p>
                    589: If you're interested in seeing a port added, would like to help out, or just
                    590: would like to know more, the mailing list ports@openbsd.org is a good
                    591: place to know.
                    592: <p>
1.1       deraadt   593:
                    594: </body>
                    595: </html>