summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2000-07-31 12:39:09 +0000
committeralex <alex@FreeBSD.org>2000-07-31 12:39:09 +0000
commita540cd2f791f4840cb98782576218f907ef7b32a (patch)
treec09f8da85bcf46a06a6c79b911a621c9af9f1bf3 /README
parent0a765c451d2f74f6f54f6760fe3e6c69c45e41f2 (diff)
downloadFreeBSD-src-a540cd2f791f4840cb98782576218f907ef7b32a.zip
FreeBSD-src-a540cd2f791f4840cb98782576218f907ef7b32a.tar.gz
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
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 8 insertions, 5 deletions
diff --git a/README b/README
index cc770f9..97bc052 100644
--- a/README
+++ b/README
@@ -13,14 +13,17 @@ commonly used one being ``world'', which rebuilds and installs
everything in the FreeBSD system from the source tree except the
kernel, the kernel-modules and the contents of /etc. The
``buildkernel'' and ``installkernel'' targets build and install
-the kernel and the modules. Please see the top of the Makefile
-in this directory for more information on the standard build targets
-and compile-time flags.
+the kernel and the modules (see below). Please see the top of
+the Makefile in this directory for more information on the
+standard build targets and compile-time flags.
-Building a kernel with config(8) is a somewhat more involved process,
-documentation for which can be found at:
+Building a kernel is a somewhat more involved process, documentation
+for which can be found at:
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
+world before. More information is available in the handbook.
The sample kernel configuration files reside in the sys/i386/conf
sub-directory (assuming that you've installed the kernel sources), the
OpenPOWER on IntegriCloud