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

Annotation of www/36.html, Revision 1.67

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