aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-03-26 12:35:49 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-03-26 12:35:49 +0000
commitd74e4cbc8fc80bb2c814f58643c55fb9a6cb6391 (patch)
tree712b806ae5778db8ecb23da13f240d0c6ab7cff5 /README
parent7fd1ca3b0c131c1dde1e24b96b9a6539a6cceec1 (diff)
downloadsrc-d74e4cbc8fc80bb2c814f58643c55fb9a6cb6391.tar.gz
src-d74e4cbc8fc80bb2c814f58643c55fb9a6cb6391.zip
Spell "FreeBSD" correctly.
`buildworld' is no longer a strict prerequisite for `buildkernel' as of Makefile.inc1,v 1.184. Fix kernel configuration files path to look MI. Mention src/kerberos5.
Notes
Notes: svn path=/head/; revision=93217
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 9 insertions, 7 deletions
diff --git a/README b/README
index 5ead51747dcb..48d0fdb8063f 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