=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/33.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- www/33.html 2019/06/01 23:12:46 1.55 +++ www/33.html 2019/06/12 20:57:16 1.56 @@ -7,20 +7,7 @@ - -

OpenBSD @@ -62,7 +49,6 @@

What's New

-

This is a partial list of new features and systems included in OpenBSD 3.3. For a comprehensive list, see the changelog leading @@ -199,20 +185,32 @@ extensive details on how to install OpenBSD 3.3 on your machine:

+
+
@@ -242,7 +240,7 @@ at CD:/3.3/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".
-# dd if=<file> of=/dev/<device> bs=32k
+# dd if=<file> of=/dev/<device> bs=32k
 

@@ -281,7 +279,7 @@

 > boot floppy
 or
-> boot fd()
+> boot fd()
 

@@ -313,8 +311,8 @@

OpenBSD/alpha:

-Write FTP:3.3/alpha/floppy33.fs or -FTP:3.3/alpha/floppyB33.fs (depending on your machine) to a diskette and +Write 3.3/alpha/floppy33.fs or +3.3/alpha/floppyB33.fs (depending on your machine) to a diskette and enter boot dva0. Refer to INSTALL.alpha for more details.

@@ -336,9 +334,9 @@

Boot MacOS as normal and partition your disk with the appropriate A/UX configurations. Then, extract the Macside utilities from -FTP:3.3/mac68k/utils onto your hard disk. Run Mkfs to create your +3.3/mac68k/utils onto your hard disk. Run Mkfs to create your filesystems on the A/UX partitions you just made. Then, use the -"BSD/Mac68k Installer" to copy all the sets in FTP:3.3/mac68k/ onto your +"BSD/Mac68k Installer" to copy all the sets in 3.3/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. @@ -349,12 +347,12 @@ 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. -

-
-

Notes about the source code:

+
+
+

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 @@ -374,7 +372,7 @@

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

@@ -384,9 +382,7 @@ 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. -

-

@@ -423,17 +419,17 @@ like:

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

[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 +Note that most ports are available as packages on our mirrors. Updated packages for the 3.3 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. +would like to know more, the mailing list +ports@openbsd.org is a good place to know.