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

Annotation of www/36.html, Revision 1.44

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