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

Annotation of www/64.html, Revision 1.21

1.1       benno       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
1.3       jcs         4: <title>OpenBSD 6.4</title>
1.1       benno       5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      6: <meta name="description" content="OpenBSD 6.4">
                      7: <meta name="copyright" content="This document copyright 2018 by OpenBSD.">
                      8: <meta name="viewport" content="width=device-width, initial-scale=1">
                      9: <link rel="stylesheet" type="text/css" href="openbsd.css">
                     10: <link rel="canonical" href="https://www.openbsd.org/64.html">
                     11: </head>
                     12:
                     13: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     14:
                     15: <h2>
                     16: <a href="index.html">
                     17: <i><font color="#0000ff">Open</font></i><font color="#000084">BSD</font></a>
                     18: <font color="#e00000">6.4</font>
                     19: </h2>
                     20:
                     21: <a href="images/todo.gif">
                     22: <img align="left" width="227" height="343" hspace="24" src="images/todo.gif"></a>
                     23: Released Nov 1, 2018<br>
                     24: Copyright 1997-2018, Theo de Raadt.<br>
                     25: <br>
                     26: <br>
                     27: 6.4 Song: Maybe...
                     28:
                     29: <br>
                     30: <ul>
                     31: <li>See the information on <a href="ftp.html">the FTP page</a> for
                     32:     a list of mirror machines.
                     33: <li>Go to the <font color="#e00000">pub/OpenBSD/6.4/</font> directory on
                     34:     one of the mirror sites.
                     35: <li>Have a look at <a href="errata64.html">the 6.4 errata page</a> for a list
                     36:     of bugs and workarounds.
                     37: <li>See a <a href="plus64.html">detailed log of changes</a> between the
                     38:     6.3 and 6.4 releases.
                     39: <p>
                     40: <li><a href="https://man.openbsd.org/signify.1">signify(1)</a>
                     41:     pubkeys for this release:<br>
                     42: <pre>
                     43: base: RWQq6XmS4eDAcQW4KsT5Ka0KwTQp2JMOP9V/DR4HTVOL5Bc0D7LeuPwA
                     44: fw:   RWRoBbjnosJ/39llpve1XaNIrrQND4knG+jSBeIUYU8x4WNkxz6a2K97
                     45: pkg:  RWRF5TTY+LoN/51QD5kM2hKDtMTzycQBBPmPYhyQEb1+4pff/H6fh/kA
                     46: </pre>
                     47: <p>
                     48: All applicable copyrights and credits are in the src.tar.gz,
                     49: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
                     50: files fetched via ports.tar.gz.
                     51: </ul>
                     52: <br clear=all>
                     53:
                     54: <hr>
                     55:
                     56: <h3 id="new"><font color="#0000e0">What's New</font></h3>
                     57:
                     58: This is a partial list of new features and systems included in OpenBSD 6.4.
                     59: <!-- XXX worth keeping this line? -->For a comprehensive list, see the <a href="plus64.html">changelog</a> leading
                     60: to 6.4.
                     61:
                     62: <ul>
                     63:
                     64: <li>Improved hardware support, including:
                     65:     <ul>
1.3       jcs        66:     <li>New <a href="https://man.openbsd.org/umt.4">umt(4)</a> driver
                     67:        for USB Windows Precision Touchpad devices.
1.13      visa       68:     <li>New <a href="https://man.openbsd.org/octcrypto.4">octcrypto(4)</a>
                     69:        driver for hardware-accelerated cryptography on octeon.
1.3       jcs        70:     <li>Support for some HID-over-I<sup>2</sup>C touchscreen devices in
                     71:        <a href="https://man.openbsd.org/imt.4">imt(4)</a>.
1.21    ! schwarze   72:     <li>PIE support for the m88k platform.
1.1       benno      73:     </ul>
                     74:
                     75: <p>
                     76: <li><a href="https://man.openbsd.org/amd64/vmm.4">vmm(4)</a>/
                     77:     <a href="https://man.openbsd.org/amd64/vmd.8">vmd(8)</a> improvements:
                     78:     <ul>
                     79:     <li>Support for qcow2 disk images.
                     80:     </ul>
                     81: <p>
                     82:
                     83: <li>IEEE 802.11 wireless stack improvements:
                     84:     <ul>
                     85:     <li>With the new 'auto-join' feature, the kernel manages automatic switching
                     86:        between different wifi networks.
                     87:     </ul>
                     88: <p>
                     89:
                     90: <li>Generic network stack improvements:
                     91:     <ul>
                     92:     <li>The bridge(4) runs without KERNEL_LOCK().
                     93:     </ul>
                     94: <p>
                     95:
                     96: <li>Installer improvements:
                     97:     <ul>
                     98:     <li>
                     99:     </ul>
                    100: <p>
                    101:
                    102: <li>Routing daemons and other userland network improvements:
                    103:     <ul>
                    104:     <li><a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a> can now
                    105:         redistribute routes depending on carp(4) interface states.
1.2       benno     106:     <li><a href="https://man.openbsd.org/ospf6d.8">ospf6d(8)</a> is
                    107:         now pledged.
                    108:     <li>Prevent ospfd(8) and ospf6d(8) to be started more than once
                    109:         (in the same routing domain).
1.11      florian   110:     <li><a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a> is now fully
                    111:         pledged.
                    112:     <li><a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a> is informed by
                    113:         the kernel when Duplicate Address Detection (DAD) fails and generates
                    114:         different addresses when possible.
                    115:     <li>When <a href="https://man.openbsd.org/slaacd.8">slaacd(8)</a> detects
                    116:         roaming between networks it deprecates all configured IPs. IPs from
                    117:         newly advertised prefixes will the preferred.
                    118:     <li>A new daemon, <a href="https://man.openbsd.org/rad.8">rad(8)</a> sends
                    119:         IPv6 Router Advertisement messages and replaces the old rtadvd(8)
                    120:         daemon from KAME.
1.16      schwarze  121:     <li>The anachronistic
                    122:       <a href="https://man.openbsd.org/OpenBSD-6.3/networks.5">networks(5)</a>
                    123:       configuration file is no longer supported.
1.17      kn        124:     <li>More robust <a href="https://man.openbsd.org/pfctl.8">pfctl(8)</a>
                    125:         parsing routines and corner case fixes around table and anchor
                    126:         handling.
                    127:     <li><a href="https://man.openbsd.org/route.8">route(8)</a> now errors out
                    128:         on bad <tt>-netmask/-prefixlen</tt> usage instead of configuring
                    129:         ambigious routes.
1.1       benno     130:     </ul>
                    131: <p>
                    132:
                    133: <li>Security improvements:
                    134:     <ul>
1.20      schwarze  135:     <li>New <a href="https://man.openbsd.org/unveil.2">unveil(2)</a>
                    136:         system call to restrict file system access of the calling
                    137:         process to the specified files and directories.  It is most
                    138:         powerful when properly combined with privilege separation
                    139:         and <a href="https://man.openbsd.org/pledge.2">pledge(2)</a>.
1.18      schwarze  140:     <li>New "retguard" security mechanism on amd64 and arm64:
                    141:         use per-function random cookies to protect access to function
                    142:         return instructions, making them harder to use in ROP gadgets.
1.21    ! schwarze  143:     <li>Simultaneous multithreading (SMT) is now disabled by default
        !           144:         and can be enabled with the new <code>hw.smt</code>
        !           145:         <a href="https://man.openbsd.org/sysctl.2">sysctl(2)</a> variable.
        !           146:     <li>Audio recording is now disabled by default and can be enabled
        !           147:         with the new <code>kern.audio.record</code>
        !           148:         <a href="https://man.openbsd.org/sysctl.2">sysctl(2)</a> variable.
1.1       benno     149:     </ul>
                    150: <p>
                    151:
                    152: <li><a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> improvements:
                    153:     <ul>
                    154:       <li>Fast prefix-sets
1.5       job       155:       <li>Support for BGP Origin Validation <a href="https://tools.ietf.org/html/rfc6811">
1.21    ! schwarze  156:       RFC 6811</a> through the <code>roa-set</code> directive.
1.2       benno     157:       <li>Some syntax cleanups; newlines are optional inside expansion
                    158:       lists (previously newlines needed to be escaped), but in neighbor,
                    159:       group and rdomain blocks multiple statements have to be on new lines.
                    160:       <li>Make the event loop more reponsive while softreconfig is running.
1.4       job       161:       <li>Reduce the amount of work done during a configuration reload.
1.2       benno     162:       <li>Make config reload not block other event handling in the
                    163:       route decision engine.
                    164:       <li>Better support and bugfixes for multiple bgpd processes
                    165:       running in different rdomains
                    166:       <li>The config option 'announce (all|self|none|default-route)'
                    167:       has been deprecated and superseded by filter configuration.
1.1       benno     168:     </ul>
                    169: <p>
                    170:
                    171: <li>Assorted improvements:
                    172:     <ul>
1.3       jcs       173:     <li><a href="https://man.openbsd.org/rasops.4">rasops(4)</a>-backed
                    174:         framebuffer consoles such as
                    175:         <a href="https://man.openbsd.org/inteldrm.4">inteldrm(4)</a> and
                    176:         <a href="https://man.openbsd.org/efifb.4">efifb(4)</a> now support
                    177:         scrollback.
1.7       anton     178:     <li><a href="https://man.openbsd.org/rebound.8">rebound(8)</a>
                    179:         gained support for permanent A records, similiar to
                    180:         <tt>local-data</tt>
                    181:         supported by
                    182:         <a href="https://man.openbsd.org/unbound.8">unbound(8)</a>.
                    183:     <li>New
                    184:         <a href="https://man.openbsd.org/kcov.4">kcov(4)</a>
                    185:         driver used for collection of code coverage inside the kernel.
                    186:         It's used in an ongoing effort to fuzz the kernel.
1.16      schwarze  187:     <li><a href="https://man.openbsd.org/uid_from_user.3">uid_from_user(3)</a>
                    188:         and
                    189:         <a href="https://man.openbsd.org/gid_from_group.3">gid_from_group(3)</a>
                    190:         were added to the C library and are now used in several programs,
                    191:         to speed up repeated lookups.
1.21    ! schwarze  192:     <li>New semaphore implementation making
        !           193:         <a href="https://man.openbsd.org/sem_post.3">sem_post(3)</a>
        !           194:         async-safe.
        !           195:     <li><a href="https://man.openbsd.org/pcap_set_immediate_mode.3"
        !           196:         >pcap_set_immediate_mode(3)</a> was imported from mainline libpcap,
        !           197:         allowing programs to process packets as soon as they arrive.
1.16      schwarze  198:     <li><a href="https://man.openbsd.org/ksh.1">ksh(1)</a> now supports
                    199:         64 bit integers on all architectures.
1.7       anton     200:     <li>A bug in
                    201:         <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>
                    202:         related to variable expansion of read-only varibles has been fixed.
1.14      schwarze  203:     <li><a href="https://man.openbsd.org/lam.1">lam(1)</a>
                    204:         now provides UTF-8 support.
1.1       benno     205:     </ul>
                    206: <p>
                    207:
                    208: <li>OpenSMTPD x.x.x
                    209:     <ul>
1.19      schwarze  210:     <li>Incompatible change to the
                    211:         <a href="https://man.openbsd.org/smtpd.conf.5">smtpd.conf(5)</a>
                    212:         grammar: separate envelope matching, which happens during the
                    213:         SMTP dialogue while receiving a message and merely results
                    214:         in assigning an action name, from delivery actions, which do
                    215:         not take effect until the queue runner makes a delivery attempt.
                    216:         This gets rid of several different roadblocks in OpenSMTPD
                    217:         development.
                    218:     <li> ...
1.1       benno     219:     </ul>
                    220: <p>
                    221:
                    222: <li>OpenSSH 7.8
                    223:     <ul>
                    224:     <li>New/changed features:
                    225:       <ul>
                    226:       <li>
                    227:       </ul>
                    228:     </ul>
                    229: <p>
                    230:
                    231: <li>LibreSSL 2.x.x
                    232:    <ul>
                    233:    <li>
1.14      schwarze  234:    </ul>
                    235: <p>
                    236:
                    237: <li>Mandoc 1.14.4
                    238:    <ul>
                    239:    <li>In HTML output, many
                    240:      <a href="https://man.openbsd.org/mdoc.7">mdoc(7)</a> macros
                    241:      now use more fitting HTML elements.
                    242:    <li>In HTML output, almost all "style" attributes and a number of
                    243:      redundant "class" attributes were removed.
                    244:    <li>Baby steps towards responsive design: use a @media query in
                    245:      mandoc.css, use the HTML meta viewport element, and remove all
                    246:      hard-coded widths and heights from the generated HTML code.
                    247:    <li>Many style improvements in
                    248:      <a href="https://man.openbsd.org/mandoc.css">mandoc.css</a>.
                    249:    <li>More than 15 new low level
                    250:      <a href="https://man.openbsd.org/roff.7">roff(7)</a>
                    251:      and GNU man-ext features.
                    252:      Mandoc can now format the manuals of the groff port.
1.1       benno     253:    </ul>
                    254: <p>
                    255:
                    256: <li>Ports and packages:
                    257:     <ul>
                    258:       <li>
                    259:     </ul>
                    260:     <dl>
                    261:     <dt>Many pre-built packages for each architecture:
                    262:     </dl>
                    263:     <!-- number of FTP packages minus SHA256, SHA256.sig, index.txt -->
                    264:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    265:     <tr>
                    266:     <td valign="top" width="25%">
                    267:     <ul>
                    268:       <li>aarch64:
                    269:       <li>alpha:
                    270:       <li>amd64:
                    271:     </ul></td><td valign=top width="25%"><ul>
                    272:       <li>arm:
                    273:       <li>i386:
                    274:       <li>mips64:
                    275:     </ul></td><td valign=top width="25%"><ul>
                    276:       <li>mips64el:
                    277:       <li>powerpc:
                    278:       <li>sh:
                    279:     </ul></td><td valign=top width="25%"><ul>
                    280:       <li>sparc64:
                    281:     </ul></td></tr></table>
                    282:     <p>
                    283:
                    284:     <dl>
1.15      schwarze  285:     <dt>Some highlights:
1.1       benno     286:     </dl>
                    287:     <table border=0 cellspacing=0 cellpadding=2 width="95%">
                    288:     <tr>
                    289:     <td valign="top" width="50%"><ul>
                    290:        <li>AFL 2.52b
                    291:        <li>CMake 3.10.2
1.6       kirby     292:        <li>Chromium 69.0.3497.100
                    293:        <li>Emacs 21.4 and 26.1
1.1       benno     294:        <li>GCC 4.9.4
                    295:        <li>GHC 8.2.2
                    296:        <li>Gimp 2.8.22
1.15      schwarze  297:        <li>GNOME 3.28.2
1.6       kirby     298:        <li>Go 1.11
1.1       benno     299:        <li>Groff 1.22.3
1.6       kirby     300:        <li>JDK 8u172
1.1       benno     301:        <li>KDE 3.5.10 and 4.14.3 (plus KDE4 core updates)
1.6       kirby     302:        <li>LLVM/Clang 6.0.1
                    303:        <li>LibreOffice 6.1.1.2
                    304:        <li>Lua 5.1.5, 5.2.4 and 5.3.5
                    305:        <li>MariaDB 10.0.36
1.12      thfr      306:        <li>Mono 5.12.0.226
1.6       kirby     307:        <li>Mozilla Firefox 60.2.1esr and 62.0.2
                    308:        <li>Mozilla Thunderbird 52.9.1
1.1       benno     309:     </ul></td><td valign=top width="50%"><ul>
1.6       kirby     310:        <li>Mutt 1.10.1 and NeoMutt 20180716
                    311:        <li>Node.js 8.12.0
1.1       benno     312:        <li>Ocaml 4.03.0
1.6       kirby     313:        <li>OpenLDAP 2.3.43 and 2.4.46
                    314:        <li>PHP 5.6.38, 7.0.32, 7.1.22 and 7.2.10
                    315:        <li>Postfix 3.3.1 and 3.4-20180904
                    316:        <li>PostgreSQL 10.5
                    317:        <li>Python 2.7.15 and 3.6.6
                    318:        <li>R 3.5.1
                    319:        <li>Ruby 2.3.7, 2.4.4 and 2.5.1
                    320:        <li>Rust 1.29.1
                    321:        <li>Sendmail 8.16.0.29
                    322:        <li>SQLite3 3.24.0
                    323:        <li>Sudo 1.8.25
1.1       benno     324:        <li>Tcl/Tk 8.5.19 and 8.6.8
                    325:        <li>TeX Live 2017
1.10      sthen     326:        <li>Vim 8.1.438
1.1       benno     327:        <li>Xfce 4.12
                    328:     </ul></td></tr></table>
                    329: <p>
                    330:
                    331: <li>As usual, steady improvements in manual pages and other documentation.
                    332: <p>
                    333:
1.15      schwarze  334: <li>The system includes the following major components from outside suppliers:
1.1       benno     335:     <ul>
                    336:     <li>Xenocara (based on X.Org 7.7 with xserver 1.19.6 + patches,
1.8       matthieu  337:       freetype 2.9.1, fontconfig 2.12.4, Mesa 13.0.6, xterm 331,
1.1       benno     338:       xkeyboard-config 2.20 and more)
1.8       matthieu  339:     <li>LLVM/Clang 6.0.0 (+ patches)
1.1       benno     340:     <li>GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)
                    341:     <li>Perl 5.24.3 (+ patches)
1.9       florian   342:     <li>NSD 4.1.25
1.8       matthieu  343:     <li>Unbound 1.8.0
1.1       benno     344:     <li>Ncurses 5.7
                    345:     <li>Binutils 2.17 (+ patches)
                    346:     <li>Gdb 6.3 (+ patches)
                    347:     <li>Awk Aug 10, 2011 version
1.8       matthieu  348:     <li>Expat 2.2.6
1.1       benno     349:     </ul>
                    350: </ul>
                    351:
                    352: <hr>
                    353:
                    354: <h3 id="install"><font color="#0000e0">How to install</font></h3>
                    355:
                    356: Please refer to the following files on the mirror site for
                    357: extensive details on how to install OpenBSD 6.4 on your machine:
                    358:
                    359: <ul>
                    360: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/alpha/INSTALL.alpha">
                    361:        .../OpenBSD/6.4/alpha/INSTALL.alpha</a>
                    362: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/amd64/INSTALL.amd64">
                    363:        .../OpenBSD/6.4/amd64/INSTALL.amd64</a>
                    364: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/arm64/INSTALL.arm64">
                    365:        .../OpenBSD/6.4/arm64/INSTALL.arm64</a>
                    366: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/armv7/INSTALL.armv7">
                    367:        .../OpenBSD/6.4/armv7/INSTALL.armv7</a>
                    368: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/hppa/INSTALL.hppa">
                    369:        .../OpenBSD/6.4/hppa/INSTALL.hppa</a>
                    370: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/i386/INSTALL.i386">
                    371:        .../OpenBSD/6.4/i386/INSTALL.i386</a>
                    372: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/landisk/INSTALL.landisk">
                    373:        .../OpenBSD/6.4/landisk/INSTALL.landisk</a>
                    374: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/loongson/INSTALL.loongson">
                    375:        .../OpenBSD/6.4/loongson/INSTALL.loongson</a>
                    376: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/luna88k/INSTALL.luna88k">
                    377:        .../OpenBSD/6.4/luna88k/INSTALL.luna88k</a>
                    378: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/macppc/INSTALL.macppc">
                    379:        .../OpenBSD/6.4/macppc/INSTALL.macppc</a>
                    380: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/octeon/INSTALL.octeon">
                    381:        .../OpenBSD/6.4/octeon/INSTALL.octeon</a>
                    382: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/sgi/INSTALL.sgi">
                    383:        .../OpenBSD/6.4/sgi/INSTALL.sgi</a>
                    384: <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/sparc64/INSTALL.sparc64">
                    385:        .../OpenBSD/6.4/sparc64/INSTALL.sparc64</a>
                    386: </ul>
                    387:
                    388: <hr>
                    389:
                    390: <p>
                    391: Quick installer information for people familiar with OpenBSD, and the use of
                    392: the "<a href="https://man.openbsd.org/disklabel.8">disklabel</a> -E" command.
                    393: If you are at all confused when installing OpenBSD, read the relevant
                    394: INSTALL.* file as listed above!
                    395:
                    396: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    397:
                    398: <ul style="list-style-type: none">
                    399: <li>
                    400: Write <i>floppy64.fs</i> or <i>floppyB64.fs</i> (depending on your machine)
                    401: to a diskette and enter <i>boot dva0</i>.
                    402: Refer to INSTALL.alpha for more details.
                    403: <p>
                    404: <li>
                    405: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    406: will most likely fail.
                    407: </ul>
                    408:
                    409: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    410:
                    411: <ul style="list-style-type: none">
                    412: <li>
                    413: If your machine can boot from CD, you can write <i>install64.iso</i> or
                    414: <i>cd64.iso</i> to a CD and boot from it.
                    415: You may need to adjust your BIOS options first.
                    416: <p>
                    417: <li>
                    418: If your machine can boot from USB, you can write <i>install64.fs</i> or
                    419: <i>miniroot64.fs</i> to a USB stick and boot from it.
                    420: <p>
                    421: <li>
                    422: If you can't boot from a CD, floppy disk, or USB,
                    423: you can install across the network using PXE as described in the included
                    424: INSTALL.amd64 document.
                    425: <p>
                    426: <li>
                    427: If you are planning to dual boot OpenBSD with another OS, you will need to
                    428: read INSTALL.amd64.
                    429: </ul>
                    430:
                    431: <h3><font color="#e00000">OpenBSD/arm64:</font></h3>
                    432:
                    433: <ul style="list-style-type: none">
                    434: <li>
                    435: Write <i>miniroot64.fs</i> to a disk and boot from it after connecting
                    436: to the serial console.  Refer to INSTALL.arm64 for more details.
                    437: <p>
                    438: </ul>
                    439:
                    440: <h3><font color="#e00000">OpenBSD/armv7:</font></h3>
                    441:
                    442: <ul style="list-style-type: none">
                    443: <li>
                    444: Write a system specific miniroot to an SD card and boot from it after connecting
                    445: to the serial console.  Refer to INSTALL.armv7 for more details.
                    446: <p>
                    447: </ul>
                    448:
                    449: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
                    450:
                    451: <ul style="list-style-type: none">
                    452: <li>
                    453: Boot over the network by following the instructions in INSTALL.hppa or the
                    454: <a href="hppa.html#install">hppa platform page</a>.
                    455: </ul>
                    456:
                    457: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    458:
                    459: <ul style="list-style-type: none">
                    460: <li>
                    461: If your machine can boot from CD, you can write <i>install64.iso</i> or
                    462: <i>cd64.iso</i> to a CD and boot from it.
                    463: You may need to adjust your BIOS options first.
                    464: <p>
                    465: <li>
                    466: If your machine can boot from USB, you can write <i>install64.fs</i> or
                    467: <i>miniroot64.fs</i> to a USB stick and boot from it.
                    468: <p>
                    469: <li>
                    470: If you can't boot from a CD, floppy disk, or USB,
                    471: you can install across the network using PXE as described in
                    472: the included INSTALL.i386 document.
                    473: <p>
                    474: <li>
                    475: If you are planning on dual booting OpenBSD with another OS, you will need to
                    476: read INSTALL.i386.
                    477: </ul>
                    478:
                    479: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
                    480:
                    481: <ul style="list-style-type: none">
                    482: <li>
                    483: Write <i>miniroot64.fs</i> to the start of the CF
                    484: or disk, and boot normally.
                    485: </ul>
                    486:
                    487: <h3><font color="#e00000">OpenBSD/loongson:</font></h3>
                    488:
                    489: <ul style="list-style-type: none">
                    490: <li>
                    491: Write <i>miniroot64.fs</i> to a USB stick and boot bsd.rd from it
                    492: or boot bsd.rd via tftp.
                    493: Refer to the instructions in INSTALL.loongson for more details.
                    494: </ul>
                    495:
                    496: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    497:
                    498: <ul style="list-style-type: none">
                    499: <li>
                    500: Copy `boot' and `bsd.rd' to a Mach or UniOS partition, and boot the bootloader
                    501: from the PROM, and then bsd.rd from the bootloader.
                    502: Refer to the instructions in INSTALL.luna88k for more details.
                    503: </ul>
                    504:
                    505: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    506:
                    507: <ul style="list-style-type: none">
                    508: <li>
                    509: Burn the image from a mirror site to a CDROM, and power on your machine
                    510: while holding down the <i>C</i> key until the display turns on and
                    511: shows <i>OpenBSD/macppc boot</i>.
                    512: <p>
                    513: <li>
                    514: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    515: /6.4/macppc/bsd.rd</i>
                    516: </ul>
                    517:
                    518: <h3><font color="#e00000">OpenBSD/octeon:</font></h3>
                    519:
                    520: <ul style="list-style-type: none">
                    521: <li>
                    522: After connecting a serial port, boot bsd.rd over the network via DHCP/tftp.
                    523: Refer to the instructions in INSTALL.octeon for more details.
                    524: </ul>
                    525:
                    526: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    527:
                    528: <ul style="list-style-type: none">
                    529: <li>
                    530: To install, burn cd64.iso on a CD-R, put it in the CD drive of your
                    531: machine and select <i>Install System Software</i> from the System Maintenance
                    532: menu. Indigo/Indy/Indigo2 (R4000) systems will not boot automatically from
                    533: CD-ROM, and need a proper invocation from the PROM prompt.
                    534: Refer to the instructions in INSTALL.sgi for more details.
                    535:
                    536: <p>
                    537: <li>
                    538: If your machine doesn't have a CD drive, you can setup a DHCP/tftp network
                    539: server, and boot using "bootp()/bsd.rd.IP##" using the kernel matching your
                    540: system type. Refer to the instructions in INSTALL.sgi for more details.
                    541: </ul>
                    542:
                    543: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    544:
                    545: <ul style="list-style-type: none">
                    546: <li>
                    547: Burn the image from a mirror site to a CDROM, boot from it, and type
                    548: <i>boot cdrom</i>.
                    549: <p>
                    550: <li>
                    551: If this doesn't work, or if you don't have a CDROM drive, you can write
                    552: <i>floppy64.fs</i> or <i>floppyB64.fs</i>
                    553: (depending on your machine) to a floppy and boot it with <i>boot
                    554: floppy</i>. Refer to INSTALL.sparc64 for details.
                    555: <p>
                    556: <li>
                    557: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    558: will most likely fail.
                    559: <p>
                    560: <li>
                    561: You can also write <i>miniroot64.fs</i> to the swap partition on
                    562: the disk and boot with <i>boot disk:b</i>.
                    563: <p>
                    564: <li>
                    565: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    566: </ul>
                    567:
                    568: <hr>
                    569:
                    570: <h3 id="upgrade"><font color="#0000e0">How to upgrade</font></h3>
                    571:
                    572: If you already have an OpenBSD 6.3 system, and do not want to reinstall,
                    573: upgrade instructions and advice can be found in the
                    574: <a href="faq/upgrade64.html">Upgrade Guide</a>.
                    575: <p>
                    576:
                    577: <hr>
                    578:
                    579: <h3 id="sourcecode"><font color="#0000e0">Notes about the source code</font></h3>
                    580:
                    581: <tt>src.tar.gz</tt> contains a source archive starting at <tt>/usr/src</tt>.
                    582: This file contains everything you need except for the kernel sources,
                    583: which are in a separate archive.
                    584: To extract:
                    585:
                    586: <blockquote><pre>
                    587: # <b>mkdir -p /usr/src</b>
                    588: # <b>cd /usr/src</b>
                    589: # <b>tar xvfz /tmp/src.tar.gz</b>
                    590: </pre></blockquote>
                    591:
                    592: <tt>sys.tar.gz</tt> contains a source archive starting at <tt>/usr/src/sys</tt>.
                    593: This file contains all the kernel sources you need to rebuild kernels.
                    594: To extract:
                    595:
                    596: <blockquote><pre>
                    597: # <b>mkdir -p /usr/src/sys</b>
                    598: # <b>cd /usr/src</b>
                    599: # <b>tar xvfz /tmp/sys.tar.gz</b>
                    600: </pre></blockquote>
                    601:
                    602: Both of these trees are a regular CVS checkout.  Using these trees it
                    603: is possible to get a head-start on using the anoncvs servers as
                    604: described <a href="anoncvs.html">here</a>.
                    605: Using these files
                    606: results in a much faster initial CVS update than you could expect from
                    607: a fresh checkout of the full OpenBSD source tree.
                    608: <p>
                    609:
                    610: <hr>
                    611:
                    612: <h3 id="ports"><font color="#0000e0">Ports Tree</font></h3>
                    613:
                    614: A ports tree archive is also provided.  To extract:
                    615:
                    616: <blockquote><pre>
                    617: # <b>cd /usr</b>
                    618: # <b>tar xvfz /tmp/ports.tar.gz</b>
                    619: </pre></blockquote>
                    620:
                    621: Go read the <a href="faq/ports/index.html">ports</a> page
                    622: if you know nothing about ports
                    623: at this point.  This text is not a manual of how to use ports.
                    624: Rather, it is a set of notes meant to kickstart the user on the
                    625: OpenBSD ports system.
                    626: <p>
                    627: The <i>ports/</i> directory represents a CVS checkout of our ports.
                    628: As with our complete source tree, our ports tree is available via
                    629: <a href="anoncvs.html">AnonCVS</a>.
                    630: So, in order to keep up to date with the -stable branch, you must make
                    631: the <i>ports/</i> tree available on a read-write medium and update the tree
                    632: with a command like:
                    633:
                    634: <blockquote><pre>
                    635: # <b>cd /usr/ports</b>
                    636: # <b>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_4</b>
                    637: </pre></blockquote>
                    638:
                    639: [Of course, you must replace the server name here with a nearby anoncvs
                    640: server.]
                    641: <p>
                    642: Note that most ports are available as packages on our mirrors. Updated
                    643: ports for the 6.4 release will be made available if problems arise.
                    644: <p>
                    645: If you're interested in seeing a port added, would like to help out, or just
                    646: would like to know more, the mailing list
                    647: <a href="mail.html">ports@openbsd.org</a> is a good place to know.
                    648: <p>
                    649: </body>
                    650: </html>