summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 9 insertions, 7 deletions
diff --git a/README b/README
index 5ead517..48d0fdb 100644
--- a/README
+++ b/README
@@ -19,13 +19,13 @@ standard build targets and compile-time flags.
Building a kernel is a somewhat more involved process, documentation
for which can be found at:
- http://www.freebsd.org/handbook/kernelconfig.html
+ http://www.FreeBSD.org/handbook/kernelconfig.html
And in the config(8) man page.
Note: If you want to build and install the kernel with the
-``buildkernel'' and ``installkernel'' targets, you have to build
+``buildkernel'' and ``installkernel'' targets, you might need to build
world before. More information is available in the handbook.
-The sample kernel configuration files reside in the sys/i386/conf
+The sample kernel configuration files reside in the sys/<arch>/conf
sub-directory (assuming that you've installed the kernel sources), the
file named GENERIC being the one used to build your initial installation
kernel. The file NOTES contains entries and documentation for all possible
@@ -36,13 +36,13 @@ pure reference and documentation file.
Source Roadmap:
---------------
-bin System/User commands.
+bin System/user commands.
contrib Packages contributed by 3rd parties.
crypto Cryptography stuff (see crypto/README).
-etc Template files for /etc
+etc Template files for /etc.
games Amusements.
@@ -51,7 +51,9 @@ gnu Various commands and libraries under the GNU Public License.
include System include files.
-kerberosIV Kerberos package.
+kerberos5 Kerberos5 (Heimdal) package.
+
+kerberosIV KerberosIV (eBones) package.
lib System libraries.
@@ -77,4 +79,4 @@ usr.sbin System administration commands.
For information on synchronizing your source tree with one or more of
the FreeBSD Project's development branches, please see:
- http://www.freebsd.org/handbook/synching.html
+ http://www.FreeBSD.org/handbook/synching.html
OpenPOWER on IntegriCloud