=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/63.html,v retrieving revision 1.84 retrieving revision 1.85 diff -c -r1.84 -r1.85 *** www/63.html 2019/06/12 20:57:17 1.84 --- www/63.html 2019/06/13 05:33:57 1.85 *************** *** 905,910 **** --- 905,911 ---- # 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: *************** *** 915,920 **** --- 916,922 ---- # 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. *************** *** 935,940 **** --- 937,943 ---- # tar xvfz /tmp/ports.tar.gz +

Go read the ports page if you know nothing about ports at this point. This text is not a manual of how to use ports. *************** *** 953,958 **** --- 956,962 ---- # cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_3 +

[Of course, you must replace the server name here with a nearby anoncvs server.]