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

Annotation of www/39.html, Revision 1.50

1.1       miod        1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
1.49      deraadt     4: <title>OpenBSD 3.9</title>
1.1       miod        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.9">
                      8: <meta name="keywords" content="openbsd,main">
                      9: <meta name="distribution" content="global">
                     10: <meta name="copyright" content="This document copyright 2006 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.18      deraadt    20: <a href="images/Blob.jpg">
1.49      deraadt    21: <img align="left" width="255" height="343" hspace="24"
1.18      deraadt    22: src="images/Blob.jpg" alt="OpenBSD 3.9 logo"></a>
1.49      deraadt    23: <h2><font color="#0000e0">OpenBSD 3.9</font></h2>
1.1       miod       24: <p>
                     25: Released May 1, 2006<br>
                     26: Copyright 1997-2006, Theo de Raadt.<br>
                     27: <font color="#e00000">ISBN 0-9731791-7-1</font>
                     28: <br>
1.43      espie      29: <a href="lyrics.html#39">3.9 Song: "Blob!"</a>
1.1       miod       30: <p>
                     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.9/</font> directory on
                     36:     one of the mirror sites.
                     37: <li>Briefly read the rest of this document.
1.46      deraadt    38: <li>Have a look at <a href="errata39.html">The 3.9 Errata page</a> for a list
1.1       miod       39:     of bugs and workarounds.
1.19      deraadt    40: <li>See a <a href="plus39.html">detailed log of changes</a> between the
1.1       miod       41:     3.8 and 3.9 releases.
                     42: </ul>
                     43: <br clear=all>
1.50    ! deraadt    44: <p>
1.49      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.1       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.9.
1.19      deraadt    58: For a comprehensive list, see the <a href="plus39.html">changelog</a> leading
1.1       miod       59: to 3.9.
                     60: <p>
                     61:
                     62: <ul>
                     63:
                     64: <li>Improved hardware support, including:
                     65: <ul>
1.44      steven     66: <li> <a href="macppc.html">Some</a> G5-based Apple
1.41      drahn      67: Macintosh machines, including W^X support (currently restricted to 32-bit mode).
1.1       miod       68: <li>Many more audio drivers in the <a href="macppc.html">OpenBSD/macppc</a>
                     69: port.
1.18      deraadt    70: <li>Support for many system sensors (temperature, voltage, fan speed)
                     71:     via the following subsystems:
                     72:     <ul>
                     73:     <li>Dell's Embedded Server Management
1.25      moritz     74:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=esm&amp;sektion=4&amp;arch=i386">esm</a>)
1.18      deraadt    75:     <li>Intelligent Platform Management Interface
                     76:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipmi&amp;sektion=4">ipmi</a>)
                     77:     <li>I2C/SMBus sensor subsystems found on most motherboards
                     78:     (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iic&amp;sektion=4">iic</a>)
                     79:     </ul>
1.1       miod       80: <li>Touchpad on recent Apple laptops
1.6       jcs        81: (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tpms&amp;sektion=4&amp;arch=macppc">tpms</a>).
1.1       miod       82: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&amp;sektion=4">nfe</a>,
1.2       deraadt    83: a binary blob free driver for the NVIDIA nForce Ethernet interface.
1.1       miod       84: <li>Opteron systems now have all their PCI buses detected.
1.12      jsg        85: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cardbus&amp;sektion=4">CardBus</a>
1.1       miod       86: and
1.5       jolan      87: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&amp;sektion=4">PCMCIA</a>
1.1       miod       88: support on <a href="amd64.html">OpenBSD/amd64</a>.
1.8       jsg        89: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ixgb&amp;sektion=4">ixgb</a>,
                     90: Intel PRO/10GbE Ethernet.
1.16      brad       91: <li>Support for new Intel i82571, i82572 and i82573 PCI Express based devices in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a> driver.
                     92: <li>Support for new Broadcom BCM5714, BCM5715 and BCM5903M based devices in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&amp;sektion=4">bge(4)</a> driver.
1.8       jsg        93: <li>Support for new Ralink RT2501 and RT2600 based devices in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ral&amp;sektion=4">ral</a>.
1.21      brad       94: <li>Support for ASIX AX88178 Gigabit and AX88772 10/100 based devices in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=axe&amp;sektion=4">axe(4)</a>.
1.8       jsg        95: <li>Support for devices incorporating GCT RF transceivers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtw&amp;sektion=4">rtw</a>.
1.10      uwe        96: <li>Zaurus remote control (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zrc&amp;sektion=4&amp;arch=zaurus">zrc</a>) support.
1.16      brad       97: <li>Initial Sound Blaster Audigy support in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=emu&amp;sektion=4">emu(4)</a> driver.
                     98: <li>The Level 1 LXT1001 Gigabit driver has been fixed and now works (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lge&amp;sektion=4">lge(4)</a>).
                     99: <li>More HP Smart ARRAY controllers recognized by the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ciss&amp;sektion=4">ciss(4)</a> driver.
1.19      deraadt   100: <li>Support the Intel i915 AGP.
1.22      brad      101: <li>Support for both older and newer IDE and SATA controllers in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pciide&amp;sektion=4">pciide(4)</a> driver, including:
                    102:   <ul>
                    103:   <li>ATI's IXP 200/300/400 IDE controllers
                    104:   <li>Broadcom's ServerWorks HT-1000 IDE controller
                    105:   <li>a few older Intel PIIX IDE controllers
                    106:   <li>Broadcom's ServerWorks K2 and HT-1000 SATA controllers
                    107:   <li>VIA's VT6410 and VT8251 SATA controllers
                    108:   <li>some newer NVIDIA SATA controllers
                    109:   </ul>
1.21      brad      110: <li>Added IBSS support to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwi&amp;sektion=4">iwi(4)</a> driver.
                    111: <li>Added bus_dma support to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=de&amp;sektion=4">de(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=san&amp;sektion=4">san(4)</a> drivers.
                    112: <li>A lot of fixes and improvements to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;sektion=4">uaudio(4)</a> audio driver.
1.24      brad      113: <li>Support for the SMC SMC91C1xx Ethernet chips in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sm&amp;sektion=4">sm(4)</a> driver as well as MII support.
1.40      martin    114: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=adb&amp;sektion=4">adb(4)</a> and framebuffer (<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=macfb&amp;sektion=4">macfb(4)</a>) drivers on <a href="mac68k.html">OpenBSD/mac68k</a>, plus switch to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wscons&amp;sektion=4">wscons(4)</a>.
1.1       miod      115: </ul>
                    116: <p>
                    117:
                    118: <li>New tools:
                    119: <ul>
                    120: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp-proxy&amp;sektion=8">ftp-proxy</a>
                    121: has been rewritten, and a tftp version,
                    122: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftp-proxy&amp;sektion=8">tftp-proxy</a>,
                    123: has been added.
                    124: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdiff&amp;sektion=1">sdiff</a>,
                    125: a side-by-side file comparison tool.
1.29      otto      126: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getent&amp;sektion=1">getent</a>,
                    127: a tool to get entries from the administrative databases.
1.1       miod      128: </ul>
                    129: <p>
                    130:
                    131: <li>New functionality:
                    132: <ul>
                    133: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ancontrol&amp;sektion=8">ancontrol</a>
1.4       miod      134: functionality has been completely merged into
1.1       miod      135: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&amp;sektion=8">ifconfig</a>.
1.35      sturm     136: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=apmd&amp;sektion=8&amp;arch=i386">apmd</a>
1.39      ray       137: can be used to increase or decrease CPU speed automatically,
                    138: depending on CPU usage and, if supported, battery status.
1.14      djm       139: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&amp;sektion=1">nc(1)</a> now supports HTTP Proxy authentication, making it very useful as a ssh ProxyCommand.
1.17      brad      140: <li>Userland <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ppp&amp;sektion=8">ppp(8)</a> has IPv6 support.
1.34      reyk      141: <li>A number of fixes and new functionality for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunk&amp;sektion=4">trunk(4)</a>:
                    142:   <ul>
                    143:   <li>New active/passive failover mode
                    144:   <li>Fixed multicast support, for
                    145:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&amp;sektion=4">carp(4)</a> and
                    146:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&amp;sektion=4">pfsync(4)</a>
                    147:       over trunk interfaces.
                    148:   <li>Interface capabilities depending on the trunk ports, for full-size
                    149:       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&amp;sektion=4">vlan(4)</a> MTUs.
                    150:   </ul>
                    151: <li>Improved functionality for
                    152:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&amp;sektion=8">ipsecctl(8)</a>.
1.42      claudio   153: <li>Added multicast routing to GENERIC.
                    154:     It is now possible to enable multicast routing in the kernel with the
                    155:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;sektion=8">sysctl(8)</a> option net.inet.ip.mforwarding=1.
                    156: <li>It is now possible to set a default
                    157:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&amp;sektion=4">vlan(4)</a> priority via
                    158:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&amp;sektion=8">ifconfig(8)</a>.
1.1       miod      159: </ul>
                    160: <p>
                    161:
                    162: <li>Assorted improvements and code cleanup:
                    163: <ul>
1.13      djm       164: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcap&amp;sektion=3">libpcap</a>
                    165:     has been updated with most of tcpdump.org's libpcap-0.9.4 API, without
                    166:     the clutter.
1.28      jsg       167: <li>System libraries on most architectures are now compiled with debugging symbols,
                    168:     which makes tools like <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&amp;sektion=1">gdb(1)</a>
                    169:     much more useable.
1.30      otto      170: <li>Header files have been rewritten to provide better C99 support.
1.28      jsg       171: <li>Linted versions of system libraries are now provided and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lint&amp;sektion=1">lint(1)</a> has been substantially overhauled to produce less false positives and find new classes of problems.
1.34      reyk      172: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ieee80211&amp;sektion=9">ieee80211(9)</a>
                    173:     wireless framework has been cleaned up and changed to use red-black
                    174:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tree&amp;sektion=3">tree(3)</a>s
                    175:     instead of hash tables.
1.31      otto      176: <li>The complete source tree has been audited for wrong usage of the
                    177: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=queue&amp;sektion=3">queue(3)</a>
                    178: macros and facilities have been added to detect misuse.
1.37      kjell     179: <li>The
                    180: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&amp;sektion=1"
                    181: >mg(1)</a> editor now includes an editable minibuffer, vastly improved
                    182: undo, completion buffers, and many other emacs-like improvements.
1.1       miod      183: </ul>
                    184: <p>
                    185:
1.34      reyk      186: <li>New functionality for
                    187:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hostapd&amp;sektion=8">hostapd(8)</a>,
                    188:     the Host Access Point Daemon:
                    189: <ul>
                    190: <li>Support for multiple wireless interfaces and per-interface event rules.
                    191: <li>New rate keyword for event rules, a requirement for using hostapd as a WIDS.
                    192: <li>Replaced hash tables with safer red-black
                    193:     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tree&amp;sektion=3">tree(3)</a>s.
                    194: <li>Improved multicast support and configuration options.
                    195: <li>Various bug fixes and improvements.
                    196: </ul>
                    197: <p>
                    198:
1.1       miod      199: <li>OpenSSH 4.3:
                    200: <ul>
                    201: <li>Generate protocol 2 RSA keys in
                    202: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-keygen&amp;sektion=1">ssh-keygen</a>
                    203: by default.
                    204: <li>Support for tunneling arbitrary network packets over a connection between
                    205: an OpenSSH client and server, as a true VPN.
                    206: <li>Many additional bug fixes, as described in the
                    207: <a href="http://www.openssh.com/txt/release-4.3">release announcement</a>.
                    208: </ul>
                    209: <p>
                    210:
1.32      claudio   211: <li>OpenBGPD 3.9:
                    212: <ul>
                    213: <li>Support for inbound and outbound soft reconfiguration.
                    214: <li>Added possibility to remove communities.
                    215: <li>Added new special community value "neighbor-as" which is expanded to
                    216: the remote-AS of the current neighbor.
                    217: <li>Support for a unprivileged bgpctl socket added, which can be used for
                    218: looking glass style applications.
                    219: <li>Even better IPv6 support.
                    220: </ul>
                    221: <p>
                    222:
1.36      norby     223: <li>OpenOSPFD 3.9:
                    224: <ul>
                    225: <li>Neighbor Finite State Machine has been greatly improved.
                    226: <li>Network redistribution has been reworked.
                    227: <li>CARP interfaces and their behaviour is now respected.
                    228: <li>LSA Retransmission has been greatly improved.
                    229: <li>Each area is now calculated individually when needed.
                    230: <li>OSPF packet reception performance has been improved.
                    231: <li>Neighbor uptimes are now displayed with "ospfctl show neighbor".
                    232: <li>RIB uptimes are now displayed with "ospfctl show rib".
                    233: </ul>
                    234: <p>
                    235:
1.3       espie     236: <li>Over 3200 ports, 3000 pre-built packages, improved package tools (updating
                    237: packages from the previous release is now possible).
1.1       miod      238: <p>
                    239:
                    240: <li>As usual, steady improvements in manual pages and other documentation.
                    241: <p>
                    242:
                    243: <li>The system includes the following major components from outside suppliers:
                    244: <ul>
                    245: <li>X.Org 6.9.0 (+ patches, and i386 contains XFree86 3.3.6 servers
                    246: (+ patches) for legacy chipsets not supported by X.Org)
                    247: <li>Gcc 2.95.3
                    248: (+ <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc-local&amp;sektion=1">patches</a>)
                    249: and 3.3.5
                    250: (+ <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc-local&amp;sektion=1">patches</a>)
                    251: <li>Perl 5.8.6 (+ patches)
                    252: <li>Apache 1.3.29, mod_ssl 2.8.16, DSO support (+ patches)
                    253: <li>OpenSSL 0.9.7g (+ patches)
                    254: <li>Groff 1.15
                    255: <li>Sendmail 8.13.4, with libmilter
                    256: <li>Bind 9.3.1 (+ patches)
                    257: <li>Lynx 2.8.5rel.4 with HTTPS and IPv6 support (+ patches)
                    258: <li>Sudo 1.6.8p9
                    259: <li>Ncurses 5.2
                    260: <li>Latest KAME IPv6
                    261: <li>Heimdal 0.7 (+ patches)
                    262: <li>Arla 0.35.7
                    263: <li>Binutils 2.15 (+ patches)
                    264: <li>Gdb 6.3
                    265: </ul>
                    266: <p>
                    267:
                    268: </ul>
                    269:
                    270: <a name="install"></a>
                    271: <hr>
                    272: <p>
                    273: <h3><font color="#0000e0">How to install</font></h3>
                    274: <p>
                    275: Following this are the instructions which you would have on a piece of
                    276: paper if you had purchased a CDROM set instead of doing an alternate
                    277: form of install.  The instructions for doing an FTP (or other style
                    278: of) install are very similar; the CDROM instructions are left intact
                    279: so that you can see how much easier it would have been if you had
                    280: purchased a CDROM instead.
                    281: <p>
                    282:
                    283: <hr>
                    284: Please refer to the following files on the three CDROMs or FTP mirror for
                    285: extensive details on how to install OpenBSD 3.9 on your machine:
                    286: <p>
                    287: <ul>
                    288: <li>CD1:3.9/i386/INSTALL.i386
                    289: <p>
                    290: <li>CD2:3.9/amd64/INSTALL.amd64
                    291: <li>CD2:3.9/macppc/INSTALL.macppc
                    292: <p>
                    293: <li>CD3:3.9/sparc/INSTALL.sparc
                    294: <li>CD3:3.9/sparc64/INSTALL.sparc64
                    295: <p>
                    296: <li>FTP:.../OpenBSD/3.9/alpha/INSTALL.alpha
                    297: <li>FTP:.../OpenBSD/3.9/cats/INSTALL.cats
                    298: <li>FTP:.../OpenBSD/3.9/hp300/INSTALL.hp300
                    299: <li>FTP:.../OpenBSD/3.9/hppa/INSTALL.hppa
                    300: <li>FTP:.../OpenBSD/3.9/luna88k/INSTALL.luna88k
                    301: <li>FTP:.../OpenBSD/3.9/mac68k/INSTALL.mac68k
                    302: <li>FTP:.../OpenBSD/3.9/mvme68k/INSTALL.mvme68k
                    303: <li>FTP:.../OpenBSD/3.9/mvme88k/INSTALL.mvme88k
                    304: <li>FTP:.../OpenBSD/3.9/sgi/INSTALL.sgi
                    305: <li>FTP:.../OpenBSD/3.9/vax/INSTALL.vax
                    306: <li>FTP:.../OpenBSD/3.9/zaurus/INSTALL.zaurus
                    307: </ul>
                    308: <hr>
                    309:
                    310: <p>
                    311: Quick installer information for people familiar with OpenBSD, and the
                    312: use of the "disklabel -E" command.  If you are at all confused when
                    313: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    314: <p>
                    315:
                    316: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    317: <ul>
                    318: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    319: release is on CD1. If your BIOS does not support booting from CD, you will need
                    320: to create a boot floppy to install from. To create a boot floppy write
                    321: <i>CD1:3.9/i386/floppy39.fs</i> to a floppy and boot via the floppy drive.
                    322:
                    323: <p>
                    324: Use <i>CD1:3.9/i386/floppyB39.fs</i> instead for greater SCSI controller
                    325: support, or <i>CD1:3.9/i386/floppyC39.fs</i> for better laptop support.
                    326:
                    327: <p>
                    328: If you can't boot from a CD or a floppy disk,
                    329: you can install across the network using PXE as described in
                    330: the included INSTALL.i386 document.
                    331:
                    332: <p>
                    333: If you are planning on dual booting OpenBSD with another OS, you will need to
                    334: read INSTALL.i386.
                    335:
                    336: <p>
                    337: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    338: at <i>CD1:3.9/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
1.44      steven    339: use the
                    340: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>
                    341: utility. The following is an example usage of
1.1       miod      342: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>,
                    343: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    344: &quot;rfd0a&quot;.
                    345:
                    346: <ul><pre>
                    347: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    348: </pre></ul>
                    349:
                    350: <p>
                    351: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    352: your install will most likely fail. For more information on creating a boot
                    353: floppy and installing OpenBSD/i386 please refer to
                    354: <a href="faq/faq4.html#MkFlop">FAQ 4.3.1</a>.
                    355: </ul>
                    356:
                    357: <p>
                    358: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    359: <ul>
                    360: The 3.9 release of OpenBSD/amd64 is located on CD2.
                    361: Boot from the CD to begin the install - you may need to adjust
                    362: your BIOS options first.
                    363: If you can't boot from the CD, you can create a boot floppy to install from.
                    364: To do this, write <i>CD2:3.9/amd64/floppy39.fs</i> to a floppy, then
                    365: boot from the floppy drive.
                    366:
                    367: <p>
                    368: If you can't boot from a CD or a floppy disk,
                    369: you can install across the network using PXE as described in the included
                    370: INSTALL.amd64 document.
                    371:
                    372: <p>
                    373: If you are planning to dual boot OpenBSD with another OS, you will need to
                    374: read INSTALL.amd64.
                    375: </ul>
                    376:
                    377: <p>
                    378: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    379: <ul>
                    380: Put CD2 in your CDROM drive and poweron your machine while holding down the
                    381: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    382:
                    383: <p>
                    384: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    385: /3.9/macppc/bsd.rd</i>
                    386: </ul>
                    387:
                    388: <p>
                    389: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    390: <ul>
                    391: The 3.9 release of OpenBSD/sparc is located on CD3. To boot off of this CD you
                    392: can use one of the two commands listed below, depending on the version of your
                    393: ROM.
                    394:
                    395: <ul><pre>
                    396: ok <strong>boot cdrom 3.9/sparc/bsd.rd</strong>
                    397: or
                    398: &gt; <strong>b sd(0,6,0)3.9/sparc/bsd.rd</strong>
                    399: </pre></ul>
                    400:
                    401: <p>
                    402: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    403: To do so you need to write <i>CD3:3.9/sparc/floppy39.fs</i> to a floppy.
                    404: For more information see <a href="faq/faq4.html#MkFlop">FAQ 4.3.1</a>.
                    405: To boot from the floppy use one of the two commands listed below,
                    406: depending on the version of your ROM.
                    407:
                    408: <ul><pre>
                    409: ok <strong>boot floppy</strong>
                    410: or
                    411: &gt; <strong>b fd()</strong>
                    412: </pre></ul>
                    413:
                    414: <p>
                    415: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    416: will most likely fail.
                    417:
                    418: <p>
                    419: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    420: setup a bootable tape, or install via network, as told in the
                    421: INSTALL.sparc file.
                    422: </ul>
                    423:
                    424: <p>
                    425: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    426: <ul>
                    427: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    428:
                    429: <p>
                    430: If this doesn't work, or if you don't have a CDROM drive, you can write
                    431: <i>CD3:3.9/sparc64/floppy39.fs</i> or <i>CD3:3.9/sparc64/floppyB39.fs</i>
                    432: (depending on your machine) to a floppy and boot it with <i>boot
                    433: floppy</i>. Refer to INSTALL.sparc64 for details.
                    434:
                    435: <p>
                    436: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    437: will most likely fail.
                    438:
                    439: <p>
                    440: You can also write <i>CD3:3.9/sparc64/miniroot39.fs</i> to the swap partition on
                    441: the disk and boot with <i>boot disk:b</i>.
                    442:
                    443: <p>
                    444: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    445: </ul>
                    446:
                    447: <p>
                    448: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    449: <ul>
                    450: <p>Write <i>FTP:3.9/alpha/floppy39.fs</i> or
                    451: <i>FTP:3.9/alpha/floppyB39.fs</i> (depending on your machine) to a diskette and
                    452: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    453:
                    454: <p>
                    455: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    456: will most likely fail.
                    457:
                    458: </ul>
                    459:
                    460: <p>
                    461: <h3><font color="#e00000">OpenBSD/cats:</font></h3>
                    462: <ul>
                    463: <p>
                    464: After updating the firmware to at least ABLE 1.95 if necessary, boot
                    465: <i>FTP:3.9/cats/bsd.rd</i> from an ABLE-supported device (such as a CD-ROM
                    466: or an existing FFS or EXT2FS partition).
                    467: </ul>
                    468:
                    469: <p>
                    470: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
                    471: <ul>
                    472: <p>
                    473: Boot over the network by following the instructions in INSTALL.hp300.
                    474: </ul>
                    475:
                    476: <p>
                    477: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    478: <ul>
                    479: <p>
                    480: Boot over the network by following the instructions in INSTALL.hppa or the
                    481: <a href="hppa.html#install">hppa platform page</a>.
                    482: </ul>
                    483:
                    484: <p>
                    485: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    486: <ul>
                    487: <p>
                    488: Copy bsd.rd to a Mach or UniOS partition, and boot it from the PROM.
                    489: Alternatively, you can create a bootable tape and boot from it. Refer to
                    490: the instructions in INSTALL.luna88k for more details.
                    491: </ul>
                    492:
                    493: <p>
                    494: <h3><font color="#e00000">OpenBSD/mac68k:</font></h3>
                    495: <ul>
                    496: <p>
                    497: Boot MacOS as normal and extract the Macside "BSD/Mac68k Booter" utility from
                    498: <i>FTP:3.9/mac68k/utils</i> onto your hard disk.  Configure the "BSD/Mac68k
                    499: Booter" with the location of your bsd.rd kernel and boot into the installer.
                    500: Refer to the instructions in INSTALL.mac68k for more details.
                    501: </ul>
                    502:
                    503: <p>
                    504: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    505: <ul>
                    506: <p>
                    507: You can create a bootable installation tape or boot over the network.<br>
                    508: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    509: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    510: for more details.
                    511: </ul>
                    512:
                    513: <p>
                    514: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    515: <ul>
                    516: <p>
                    517: You can create a bootable installation tape or boot over the network.<br>
                    518: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    519: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    520: for more details.
                    521: </ul>
                    522:
                    523: <p>
                    524: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    525: <ul>
                    526: <p>
                    527: Burn cd39.iso on a CD-R, put it in the CD drive of your machine and
                    528: select <i>Install System Software</i> from the System Maintenance menu.
                    529:
                    530: <p>
                    531: If your machine doesn't have a CD drive, you can
                    532: setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd".
                    533: Refer to the instructions in INSTALL.sgi for more details.
                    534: </ul>
                    535:
                    536: <p>
                    537: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    538: <ul>
                    539: Boot over the network via mopbooting as described in INSTALL.vax.
                    540: </ul>
                    541:
                    542: <p>
                    543: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    544: <ul>
                    545: <p>
                    546: Using the Linux built-in graphical ipkg installer, install the
                    547: openbsd39_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    548: for a few important details.
                    549: </ul>
                    550:
                    551: <p>
                    552: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    553: <ul>
                    554: src.tar.gz contains a source archive starting at /usr/src.  This file
                    555: contains everything you need except for the kernel sources, which are
                    556: in a separate archive.  To extract:
                    557: <p>
                    558: <ul><pre>
                    559: # <strong>mkdir -p /usr/src</strong>
                    560: # <strong>cd /usr/src</strong>
                    561: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    562: </pre></ul>
                    563: <p>
                    564: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    565: This file contains all the kernel sources you need to rebuild kernels.
                    566: To extract:
                    567: <p>
                    568: <ul><pre>
                    569: # <strong>mkdir -p /usr/src/sys</strong>
                    570: # <strong>cd /usr/src</strong>
                    571: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    572: </pre></ul>
                    573: <p>
                    574: Both of these trees are a regular CVS checkout.  Using these trees it
                    575: is possible to get a head-start on using the anoncvs servers as
                    576: described <a href="anoncvs.html">here</a>.
                    577: Using these files
                    578: results in a much faster initial CVS update than you could expect from
                    579: a fresh checkout of the full OpenBSD source tree.
                    580: <p>
                    581: </ul>
                    582:
                    583: <a name="upgrade"></a>
                    584: <hr>
                    585: <p>
                    586: <h3><font color="#0000e0">How to upgrade</font></h3>
                    587: <p>
                    588: If you already have an OpenBSD 3.8 system, and do not want to reinstall,
                    589: upgrade instructions and advice can be found in the
1.45      nick      590: <a href="faq/upgrade39.html">Upgrade Guide</a>.
1.1       miod      591:
                    592: <a name="ports"></a>
                    593: <hr>
                    594: <p>
                    595: <h3><font color="#0000e0">Ports Tree</font></h3>
                    596: <p>
                    597: A ports tree archive is also provided.  To extract:
                    598: <p>
                    599: <ul><pre>
                    600: # <strong>cd /usr</strong>
                    601: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    602: # <strong>cd ports</strong>
                    603: </pre></ul>
                    604: <p>
                    605: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
1.47      jasper    606: read the <a href="faq/faq15.html">ports</a> page
1.1       miod      607: if you know nothing about ports
                    608: at this point.  This text is not a manual of how to use ports.
                    609: Rather, it is a set of notes meant to kickstart the user on the
                    610: OpenBSD ports system.
                    611: <p>
                    612: The <i>ports/</i> directory represents a CVS (see the manpage for
                    613: <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">
                    614: cvs(1)</a> if
                    615: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    616: source tree, our ports tree is available via anoncvs.  So, in
                    617: order to keep current with it, you must make the <i>ports/</i> tree
                    618: available on a read-write medium and update the tree with a command
                    619: like:
                    620: <p>
                    621: <ul><pre>
1.23      deraadt   622: # <strong>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_3_9</strong>
1.1       miod      623: </pre></ul>
                    624: <p>
                    625: [Of course, you must replace the local directory and server name here
                    626: with the location of your ports collection and a nearby anoncvs
                    627: server.]
                    628: <p>
                    629: Note that most ports are available as packages through FTP. Updated
                    630: packages for the 3.9 release will be made available if problems arise.
                    631: <p>
                    632: If you're interested in seeing a port added, would like to help out, or just
                    633: would like to know more, the mailing list ports@openbsd.org is a good
                    634: place to know.
                    635: <p>
                    636:
                    637: </body>
                    638: </html>