=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/39.html,v retrieving revision 1.68 retrieving revision 1.69 diff -c -r1.68 -r1.69 *** www/39.html 2019/05/27 22:55:18 1.68 --- www/39.html 2019/06/12 20:57:16 1.69 *************** *** 7,26 **** - -

OpenBSD --- 7,13 ---- *************** *** 61,67 ****

What's New

-

This is a partial list of new features and systems included in OpenBSD 3.9. For a comprehensive list, see the changelog leading --- 48,53 ---- *************** *** 280,286 ****

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 --- 266,271 ---- *************** *** 295,320 **** extensive details on how to install OpenBSD 3.9 on your machine:

    !
  • CD1:3.9/i386/INSTALL.i386

    !

  • CD2:3.9/amd64/INSTALL.amd64 !
  • CD2:3.9/macppc/INSTALL.macppc

    !

  • CD3:3.9/sparc/INSTALL.sparc !
  • CD3:3.9/sparc64/INSTALL.sparc64

    !

  • FTP:.../OpenBSD/3.9/alpha/INSTALL.alpha !
  • FTP:.../OpenBSD/3.9/cats/INSTALL.cats !
  • FTP:.../OpenBSD/3.9/hp300/INSTALL.hp300 !
  • FTP:.../OpenBSD/3.9/hppa/INSTALL.hppa !
  • FTP:.../OpenBSD/3.9/luna88k/INSTALL.luna88k !
  • FTP:.../OpenBSD/3.9/mac68k/INSTALL.mac68k !
  • FTP:.../OpenBSD/3.9/mvme68k/INSTALL.mvme68k !
  • FTP:.../OpenBSD/3.9/mvme88k/INSTALL.mvme88k !
  • FTP:.../OpenBSD/3.9/sgi/INSTALL.sgi !
  • FTP:.../OpenBSD/3.9/vax/INSTALL.vax !
  • FTP:.../OpenBSD/3.9/zaurus/INSTALL.zaurus

--- 280,323 ---- extensive details on how to install OpenBSD 3.9 on your machine:

+
+
*************** *** 356,362 **** "rfd0a".
! # dd if=<file> of=/dev/<device> bs=32k
  

--- 359,365 ---- "rfd0a".

! # dd if=<file> of=/dev/<device> bs=32k
  

*************** *** 454,461 ****

OpenBSD/alpha:

! Write FTP:3.9/alpha/floppy39.fs or ! FTP:3.9/alpha/floppyB39.fs (depending on your machine) to a diskette and enter boot dva0. Refer to INSTALL.alpha for more details.

--- 457,464 ----

OpenBSD/alpha:

! Write 3.9/alpha/floppy39.fs or ! 3.9/alpha/floppyB39.fs (depending on your machine) to a diskette and enter boot dva0. Refer to INSTALL.alpha for more details.

*************** *** 466,472 ****

After updating the firmware to at least ABLE 1.95 if necessary, boot ! FTP:3.9/cats/bsd.rd from an ABLE-supported device (such as a CD-ROM or an existing FFS or EXT2FS partition).

OpenBSD/hp300:

--- 469,475 ----

After updating the firmware to at least ABLE 1.95 if necessary, boot ! 3.9/cats/bsd.rd from an ABLE-supported device (such as a CD-ROM or an existing FFS or EXT2FS partition).

OpenBSD/hp300:

*************** *** 491,497 ****

Boot MacOS as normal and extract the Macside "BSD/Mac68k Booter" utility from ! FTP:3.9/mac68k/utils onto your hard disk. Configure the "BSD/Mac68k Booter" with the location of your bsd.rd kernel and boot into the installer. Refer to the instructions in INSTALL.mac68k for more details. --- 494,500 ----

Boot MacOS as normal and extract the Macside "BSD/Mac68k Booter" utility from ! 3.9/mac68k/utils onto your hard disk. Configure the "BSD/Mac68k Booter" with the location of your bsd.rd kernel and boot into the installer. Refer to the instructions in INSTALL.mac68k for more details. *************** *** 533,544 **** Using the Linux built-in graphical ipkg installer, install the openbsd39_arm.ipk package. Reboot, then run it. Read INSTALL.zaurus for a few important 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 --- 536,547 ---- Using the Linux built-in graphical ipkg installer, install the openbsd39_arm.ipk package. Reboot, then run it. Read INSTALL.zaurus for a few important 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 *************** *** 558,564 ****

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

--- 561,567 ----

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

*************** *** 568,576 **** 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. -

-

--- 571,577 ---- *************** *** 612,628 **** like:

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

[Of course, you must replace the local directory and server name here with the location of your ports collection and a nearby anoncvs server.]

! Note that most ports are available as packages through FTP. Updated packages for the 3.9 release will be made available if problems arise.

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.

--- 613,629 ---- like:

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

[Of course, you must replace the local directory and server name here with the location of your ports collection and a nearby anoncvs server.]

! Note that most ports are available as packages on our mirrors. Updated packages for the 3.9 release will be made available if problems arise.

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.