Point out, that build/installkernel need a built world and that more

information can be found in the handbook.

Requested by:	sheldonh
Reviewed by:	sheldonh
This commit is contained in:
Alexander Langer 2000-07-31 12:39:09 +00:00
parent 6877e653a0
commit 0bdb599b91

13
README
View File

@ -13,14 +13,17 @@ commonly used one being ``world'', which rebuilds and installs
everything in the FreeBSD system from the source tree except the everything in the FreeBSD system from the source tree except the
kernel, the kernel-modules and the contents of /etc. The kernel, the kernel-modules and the contents of /etc. The
``buildkernel'' and ``installkernel'' targets build and install ``buildkernel'' and ``installkernel'' targets build and install
the kernel and the modules. Please see the top of the Makefile the kernel and the modules (see below). Please see the top of
in this directory for more information on the standard build targets the Makefile in this directory for more information on the
and compile-time flags. standard build targets and compile-time flags.
Building a kernel with config(8) is a somewhat more involved process, Building a kernel is a somewhat more involved process, documentation
documentation for which can be found at: 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. 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
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/i386/conf
sub-directory (assuming that you've installed the kernel sources), the sub-directory (assuming that you've installed the kernel sources), the