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

Annotation of www/26.html, Revision 1.26

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
1.17      deraadt     4: <title>OpenBSD 2.6</title>
1.26    ! tb          5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
        !             6: <meta name="description" content="OpenBSD 2.6">
1.9       jufi        7: <meta name="copyright" content="This document copyright 1999-2001 by OpenBSD.">
1.26    ! tb          8: <meta name="viewport" content="width=device-width, initial-scale=1">
        !             9: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.24      sthen      10: <link rel="canonical" href="http://www.openbsd.org/26.html">
1.1       deraadt    11: </head>
                     12:
1.13      david      13: <body bgcolor="#ffffff" text="#000000" link="#24248e">
1.1       deraadt    14:
1.26    ! tb         15: <h2>
        !            16: <a href="index.html">
        !            17: <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
        !            18: <font color="#e00000">2.6</font>
        !            19: </h2>
1.1       deraadt    20:
1.17      deraadt    21: <a href=images/fishbowl_sm.jpg>
                     22: <img align=left hspace="24" src=images/fishbowl_sm.jpg></a>
1.1       deraadt    23: <p>
                     24: Released December 1, 1999.<br>
                     25: Copyright 1997-1999, Theo de Raadt.
                     26: <p>
                     27: <ul>
1.23      deraadt    28: <li><strong>Order a CDROM from our <a href="https://openbsdstore.com">ordering system</a>.</strong>
1.1       deraadt    29:        If you want to try to get a bookstore local to you to carry it,
                     30:        have them order<br>
                     31:        <font color=#e00000>ISBN 0-9683637-4-1</font>.
                     32: <li>See the information on <a href=ftp.html>The FTP page</a> for
                     33:        a list of mirror machines
                     34: <li>Go to the <font color=#e00000>pub/OpenBSD/2.6/</font> directory on
                     35:        one of the mirror sites
1.6       deraadt    36: <li>Have a look at <a href=errata26.html>The 2.6 Errata page</a> for a list
1.1       deraadt    37: of bugs and workarounds.
                     38: </ul>
1.26    ! tb         39: All applicable copyrights and credits are in the src.tar.gz,
        !            40: sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
        !            41: files fetched via ports.tar.gz.
        !            42: <br clear="all">
1.1       deraadt    43:
1.17      deraadt    44: <hr>
1.26    ! tb         45: <a name="install"></a>
1.17      deraadt    46: <p>
                     47: <h3><font color=#0000e0>How to install</font></h3>
1.1       deraadt    48: <p>
                     49: Following this are the instructions which you would have on a piece of
1.17      deraadt    50: paper if you had purchased a CDROM set instead of doing an alternate
                     51: form of install.  The instructions for doing an ftp (or other style
                     52: of) install are very similar; the CDROM instructions are left intact
                     53: so that you can see how much easier it would have been if you had
                     54: purchased a CDROM instead.
1.1       deraadt    55: <p>
                     56: <hr>
1.8       jsyn       57: Please refer to the following files on the two CDROMs for extensive
1.1       deraadt    58: details on how to install OpenBSD 2.6 on your machine:
                     59: <p>
                     60: <dl>
                     61: <li>   CD1:2.6/i386/INSTALL.i386
                     62: <li>   CD1:2.6/sparc/INSTALL.sparc
                     63: <p>
                     64: <li>   CD2:2.6/alpha/INSTALL.alpha
                     65: <li>   CD2:2.6/amiga/INSTALL.amiga
                     66: <li>   CD2:2.6/mac68k/INSTALL.mac68k
                     67: <li>   CD2:2.6/hp300/INSTALL.hp300
                     68: <p>
                     69: <li>A pmax release is available on the ftp sites, but not on the CDs.
                     70: </dl>
                     71: <hr>
                     72: <p>
                     73: Quick installer information for people familiar with OpenBSD, and the
                     74: use of the new "disklabel -E" command.  If you are at all confused when
                     75: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                     76: <p>
                     77: <h3><font color=#e00000>i386:</font></h3>
                     78: <p>
                     79: Play with your BIOS options, and see if you can enable booting off a
                     80: CD; try using CD1.  If not, write CD1:2.6/i386/floppy26.fs to a
                     81: floppy, then boot that.  If you are mixing OpenBSD with another
                     82: operating system, you will surely need to read the INSTALL.i386
                     83: document.
                     84: <p>
                     85: To make a floppy under MS-DOS, use /2.6/tools/rawrite.exe.  Under
1.5       wvdputte   86: Unix, use "dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k" (where device could
1.1       deraadt    87: be "floppy" or "rfd0c" or "rfd0a").  Use properly formatted perfect
                     88: floppies with NO BAD BLOCKS or you will lose.
                     89: <p>
                     90: <h3><font color=#e00000>sparc:</font></h3>
                     91: <p>
                     92: To boot off CD1, type "boot cdrom 2.6/sparc/bsd.rd", or
                     93: "b sd(0,6,0)2.6/sparc/bsd.rd" depending on your ROM version.
                     94: Alternatively, write CD1:2.6/sparc/floppy26.fs to a floppy and boot it
                     95: using "boot fd()" or "boot floppy" depending on your ROM version.
                     96: Finally, a third alternative is to write CD1:2.6/sparc/kc.fs and
                     97: CD1:2.6/sparc/inst.fs to two separate floppies.  Then insert "kc.fs",
                     98: and boot as described above.  As soon as the floppy drive ejects a
                     99: floppy, insert "inst.fs".  Answer a bunch of questions.  Reboot from
                    100: the "kc.fs" floppy.  This time, when the floppy is ejected simply
                    101: re-insert "kc.fs" again and answer a different set of questions.
                    102: <p>
                    103: <h3><font color=#e00000>amiga:</font></h3>
                    104: <p>
                    105: Create BSD partitions according to INSTALL.amiga's preparation section.
                    106: Mount the CD2 under AmigaOS as device CD0: Next, execute the following
                    107: CLI command: "CD0:2.6/amiga/utils/loadbsd CD0:2.6/amiga/bsd.rd".
                    108: <p>
                    109: <h3><font color=#e00000>hp300:</font></h3>
                    110: <p>
                    111: You can boot over the network by following the instructions in
                    112: INSTALL.hp300.
                    113: <p>
                    114: <h3><font color=#e00000>alpha:</font></h3>
                    115: <p>
                    116: Your alpha must use SRM firmware (not ARC).  If you have a CDROM, you
                    117: can try "boot -fi 2.6/alpha/bsd.rd dkaX" (use "show device" to find your
                    118: CDROM drive identifier). Otherwise, write CD2:2.6/alpha/floppy.fs to a
                    119: floppy and boot that by typing "boot dva0".  If this fails, you can place
                    120: bsd.rd on some other device and boot it, or use the provided simpleroot.
                    121: <p>
                    122: <h3><font color=#e00000>mac68k:</font></h3>
                    123: <p>
                    124: Boot MacOS as normal and partition your disk with the appropriate A/UX
                    125: configurations.  Then, extract the Macside utilities from
                    126: CD1:2.6/mac68k/utils onto your hard disk.  Run Mkfs to create your
                    127: filesystems on the A/UX partitions you just made.  Then, use the
                    128: BSD/Mac68k Installer to copy all the sets in CD1:2.6/mac68k/ onto your
                    129: partitions.  Finally, you will be ready to configure the BSD/Mac68k
                    130: Booter with the location of your kernel and boot the system.
                    131: <p>
                    132: <h3><font color=#e00000>Notes about the source code:</font></h3>
                    133: <p>
                    134: src.tar.gz contains a source archive starting at /usr/src.  This file
                    135: contains everything you need except for the kernel sources, which are
                    136: in a separate archive.  To extract:
                    137: <p>
                    138: <pre>
                    139: # mkdir -p /usr/src
                    140: # cd /usr/src
                    141: # tar xvfz /tmp/src.tar.gz
                    142: </pre>
                    143: <p>
                    144: srcsys.tar.gz contains a source archive starting at /usr/src/sys.
                    145: This file contains all the kernel sources you need to rebuild kernels.
                    146: To extract:
                    147: <p>
                    148: <pre>
                    149: # mkdir -p /usr/src/sys
                    150: # cd /usr/src
                    151: # tar xvfz /tmp/srcsys.tar.gz
                    152: </pre>
                    153: <p>
                    154: Both of these trees are a regular CVS checkout.  Using these trees it
                    155: is possible to get a head-start on using the anoncvs servers as
                    156: described at <a href=anoncvs.html>http://www.OpenBSD.org/anoncvs.html</a>.
                    157: Using these files
                    158: results in a much faster initial CVS update than you could expect from
                    159: a fresh checkout of the full OpenBSD source tree.
                    160: <p>
                    161: <hr>
                    162: <p>
                    163: <h3><font color=#e00000>PORTS TREE</font></h3>
                    164: <p>
                    165: A ports tree archive is also provided.  To extract:
                    166: <p>
                    167: <pre>
                    168: # cd /usr
                    169: # tar xvfz /tmp/ports.tar.gz
                    170: # cd ports
                    171: # ls
                    172: ...
                    173: </pre>
                    174: <p>
                    175: The ports/ subdirectory is a checkout of the OpenBSD ports tree.  Go
1.15      jasper    176: read <a href=faq/faq15.html>http://www.OpenBSD.org/faq/faq15.html</a>
1.1       deraadt   177: if you know nothing about ports
                    178: at this point.  This text is not a manual of how to use ports.
                    179: Rather, it is a set of notes meant to kickstart the user on the
                    180: OpenBSD ports system.
                    181: <p>
                    182: Certainly, the OpenBSD ports system is not complete.  This is because
                    183: the full integration of ports into the OpenBSD environment is still a
                    184: young project as of this release.  We believe the ports that are
                    185: provided here are stable, but it is most important to realize that
                    186: ports will continue to grow a great deal in functionality in the
                    187: future.
                    188: <p>
                    189: As we said, ports will be growing a lot in the future.  The ports/
                    190: directory represents a CVS (see the manpage for cvs(1) if you aren't
                    191: familiar with CVS) checkout of our ports.  As with our complete source
                    192: tree, our ports tree is available via anoncvs.  So, in
                    193: order to keep current with it, you must make the ports/ tree
                    194: available on a read-write medium and update the tree with a command
                    195: like:
                    196: <p>
                    197: <pre>
1.14      deraadt   198: # cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd
1.1       deraadt   199: </pre>
                    200: <p>
                    201: [Of course, you must replace the local directory and server name here
                    202: with the location of your ports collection and a nearby anoncvs
                    203: server.]
                    204: <p>
                    205: Again, it is important to see the webpage for specific instructions as
                    206: this is a new service which hasn't yet been ironed out
                    207: completely.
                    208: <p>
                    209: Finally, despite ports' youth, help is never far.  If you're
                    210: interested in seeing a port added, would like to help out, or just
                    211: would like to know more, the mailing list ports@openbsd.org is a good
                    212: place to know.
1.2       louis     213:
                    214: <hr>
                    215: <a name=new></a>
                    216: <p>
1.17      deraadt   217: <h3><font color=#e00000>What's New</font></h3>
1.2       louis     218: <p>
1.26    ! tb        219: This is a partial list of new features and systems included in OpenBSD 2.6.
        !           220: For a comprehensive list, see the <a href=plus26.html>changelog</a> leading
1.2       louis     221: to 2.6.
                    222: <p>
                    223:
                    224: <ul>
                    225: <li>The most interesting addition is OpenSSH (http://www.OpenSSH.com/).
                    226: This is a free and reusable SSH suite based on an early release by Tatu
                    227: Ylonen (1.2.12). That release was the last with a free license. OpenSSH
                    228: was brought up to current standards and uses the OpenSSL library. It is
                    229: free for all except USA commercial users (RSA patent in USA). OpenSSH was
                    230: developed by OpenBSD and has been ported to FreeBSD and Linux.
                    231:
                    232: <li>A clever trick allows us to distribute the same CD-ROM (USA and the
                    233: rest of the world) and maintain full strength crypto without violating the
                    234: RSA patent in the USA.
                    235:
                    236: <li>Extensive changes to the documentation, notably the man pages and the
                    237: Web FAQ. The manual pages now include useful examples to supplement the
                    238: explanations. By keeping the documentation set concise and in two
                    239: well-known locations, we hope to avoid the explosion of "How-To" docs that
                    240: forces users to search endlessly for information.
                    241:
                    242: <li>More complete collection of "ports". Ports is the method to use when
                    243: importing and building freeware applications from the network
                    244: (applications, mailers, browsers, etc.). The user needs only to cd to the
                    245: relevant directory and type "make install" to start a process that will
                    246: fetch the sources, patch them for OpenBSD, compile and install the
                    247: package. Most ports are also available as pre-built packages.
                    248:
1.26    ! tb        249: <li>Includes:
1.2       louis     250: <ul>
                    251: <li>XFree86 3.3.5
                    252: <li>gcc 2.95
1.4       louis     253: <li>Apache 1.3.9 + Mod_ssl 2.4.5 + OpenSSL 0.9.4, and DSO support
1.2       louis     254: </ul>
                    255:
                    256: <li>Many improvements for security and reliability (look for the red
                    257: print in the complete list).
                    258:
                    259: <li>New hardware devices supported, notably in the PC (i386) architecture.
1.4       louis     260: <ul>
                    261: <li>PCI IDE and DMA support
                    262: <li>USB (universal serial bus)
                    263: <li>ATAPISCSI devices, including CD-R and CD-RWs
                    264: </ul>
1.2       louis     265: </ul>
                    266: <p>
                    267:
                    268: </body>
                    269: </html>