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.
This commit is contained in:
Ruslan Ermilov 2002-03-26 12:35:49 +00:00
parent 7fd1ca3b0c
commit d74e4cbc8f

16
README
View File

@ -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