=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/36.html,v retrieving revision 1.59 retrieving revision 1.60 diff -c -r1.59 -r1.60 *** www/36.html 2019/04/24 15:54:53 1.59 --- www/36.html 2019/05/27 22:55:18 1.60 *************** *** 1,30 **** ! ! ! OpenBSD 3.6 - - ! ! !

! OpenBSD ! 3.6

! OpenBSD 3.6 logo !

Released November 1, 2004
Copyright 1997-2004, Theo de Raadt.
! ISBN 0-9731791-4-7
3.6 Song: "Pond-erosa Puff (live)"
--- 1,42 ---- ! ! ! ! OpenBSD 3.6 ! ! !

! OpenBSD ! 3.6

+ + +
! Ponderosa ! Released November 1, 2004
Copyright 1997-2004, Theo de Raadt.
! ISBN 0-9731791-4-7
3.6 Song: "Pond-erosa Puff (live)"
*************** *** 32,38 ****
  • See the information on The FTP page for a list of mirror machines. !
  • Go to the pub/OpenBSD/3.6/ directory on one of the mirror sites.
  • Have a look at The 3.6 Errata page for a list of bugs and workarounds. --- 44,50 ----
    • See the information on The FTP page for a list of mirror machines. !
    • Go to the pub/OpenBSD/3.6/ directory on one of the mirror sites.
    • Have a look at The 3.6 Errata page for a list of bugs and workarounds. *************** *** 43,55 **** All applicable copyrights and credits are in the src.tar.gz, sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the files fetched via ports.tar.gz. !

      !

      -

      What's New

      -

      This is a partial list of new features and systems included in OpenBSD 3.6. For a comprehensive list, see the changelog leading to 3.6. --- 55,68 ---- All applicable copyrights and credits are in the src.tar.gz, sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the files fetched via ports.tar.gz. !


! !
!

What's New

!

This is a partial list of new features and systems included in OpenBSD 3.6. For a comprehensive list, see the changelog leading to 3.6. *************** *** 72,106 ****

  • New functionality:

  • + +
    +

    How to install

    +

    Following this are the instructions which you would have on a piece of paper if you had purchased a CDROM set instead of doing an alternate form of install. The instructions for doing an ftp (or other style *************** *** 285,298 ****


    Quick installer information for people familiar with OpenBSD, and the use of the "disklabel -E" command. If you are at all confused when installing OpenBSD, read the relevant INSTALL.* file as listed above! -

    !

    OpenBSD/i386:

    !
    +
    +

    Quick installer information for people familiar with OpenBSD, and the use of the "disklabel -E" command. If you are at all confused when installing OpenBSD, read the relevant INSTALL.* file as listed above! !

    OpenBSD/i386:

    ! !

    Play with your BIOS options to enable booting from a CD. The OpenBSD/i386 release is on CD1. If your BIOS does not support booting from CD, you will need to create a boot floppy to install from. To create a boot floppy write *************** *** 314,345 ****

    To make a boot floppy under MS-DOS, use the "rawrite" utility located at CD1:3.6/tools/rawrite.exe. To make the boot floppy under a Unix OS, ! use the dd(1) utility. The following is an example usage of ! dd(1) , where the device could be "floppy", "rfd0c", or "rfd0a". !

    Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or your install will most likely fail. For more information on creating a boot floppy and installing OpenBSD/i386 please refer to this page. -

    -

    OpenBSD/vax:

    -

    -

    OpenBSD/amd64:

    -

    -

    OpenBSD/macppc:

    -

    -

    OpenBSD/sparc:

    -

    -

    OpenBSD/sparc64:

    -

    !

    OpenBSD/alpha:

    !

    -

    OpenBSD/cats:

    -

    -

    OpenBSD/hp300:

    -

    -

    OpenBSD/hppa:

    -

    -

    OpenBSD/luna88k:

    -

    -

    OpenBSD/mac68k:

    -

    -

    OpenBSD/mvme68k:

    -

    -

    OpenBSD/mvme88k:

    -

    -

    Notes about the source code:

    - !

    -

    How to upgrade

    -

    If you already have an OpenBSD 3.5 system, and do not want to reinstall, upgrade instructions and advice can be found in the Upgrade Guide. -


    -

    Ports Tree

    -

    A ports tree archive is also provided. To extract:

    !

    The ports/ subdirectory is a checkout of the OpenBSD ports tree. Go read the ports page --- 481,563 ---- "BSD/Mac68k Installer" to copy all the sets in FTP:3.6/mac68k/ onto your partitions. Finally, you will be ready to configure the "BSD/Mac68k Booter" with the location of your kernel and boot the system. +

    OpenBSD/mvme68k:

    +

    You can create a bootable installation tape or boot over the network.
    The network boot requires a MVME68K BUG version that supports the NIOT and NBO debugger commands. Follow the instructions in INSTALL.mvme68k for more details. +

    OpenBSD/mvme88k:

    +

    You can create a bootable installation tape or boot over the network.
    The network boot requires a MVME88K BUG version that supports the NIOT and NBO debugger commands. Follow the instructions in INSTALL.mvme88k for more details. +

    + +
    +

    Notes about the source code:

    +

    src.tar.gz contains a source archive starting at /usr/src. This file contains everything you need except for the kernel sources, which are in a separate archive. To extract: + +

    + # mkdir -p /usr/src
    + # cd /usr/src
    + # tar xvfz /tmp/src.tar.gz
    + 
    +

    sys.tar.gz contains a source archive starting at /usr/src/sys. This file contains all the kernel sources you need to rebuild kernels. To extract: + +

    + # mkdir -p /usr/src/sys
    + # cd /usr/src
    + # tar xvfz /tmp/sys.tar.gz
    + 
    +

    Both of these trees are a regular CVS checkout. Using these trees it is possible to get a head-start on using the anoncvs servers as described here. Using these files results in a much faster initial CVS update than you could expect from a fresh checkout of the full OpenBSD source tree. !

    !
    !
    + +
    +

    How to upgrade

    If you already have an OpenBSD 3.5 system, and do not want to reinstall, upgrade instructions and advice can be found in the Upgrade Guide. +


    + +
    +

    Ports Tree

    A ports tree archive is also provided. To extract:

    !

    ! # cd /usr
    ! # tar xvfz /tmp/ports.tar.gz
    ! # cd ports
    ! 

    The ports/ subdirectory is a checkout of the OpenBSD ports tree. Go read the ports page *************** *** 565,571 **** OpenBSD ports system.

    The ports/ directory represents a CVS (see the manpage for ! cvs(1) if you aren't familiar with CVS) checkout of our ports. As with our complete source tree, our ports tree is available via anoncvs. So, in --- 567,573 ---- OpenBSD ports system.

    The ports/ directory represents a CVS (see the manpage for ! cvs(1) if you aren't familiar with CVS) checkout of our ports. As with our complete source tree, our ports tree is available via anoncvs. So, in *************** *** 573,581 **** available on a read-write medium and update the tree with a command like:

    !

    [Of course, you must replace the local directory and server name here with the location of your ports collection and a nearby anoncvs --- 575,583 ---- available on a read-write medium and update the tree with a command like:

    !

    ! # cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_3_6
    ! 

    [Of course, you must replace the local directory and server name here with the location of your ports collection and a nearby anoncvs *************** *** 587,593 **** If you're interested in seeing a port added, would like to help out, or just would like to know more, the mailing list ports@openbsd.org is a good place to know. !

    ! ! ! --- 589,592 ---- If you're interested in seeing a port added, would like to help out, or just would like to know more, the mailing list ports@openbsd.org is a good place to know. !