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

Annotation of www/36.html, Revision 1.43

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