Deleted Added
full compact
README (64047) README (64057)
1This is the top level of the FreeBSD source directory. This file
2was last revised on:
1This is the top level of the FreeBSD source directory. This file
2was last revised on:
3$FreeBSD: head/README 64047 2000-07-31 09:22:50Z alex $
3$FreeBSD: head/README 64057 2000-07-31 12:39:09Z alex $
4
5For copyright information, please see the file COPYRIGHT in this
6directory (additional copyright information also exists for some
7sources in this tree - please see the specific source directories for
8more information).
9
10The Makefile in this directory supports a number of targets for
11building components (or all) of the FreeBSD source tree, the most
12commonly used one being ``world'', which rebuilds and installs
13everything in the FreeBSD system from the source tree except the
14kernel, the kernel-modules and the contents of /etc. The
15``buildkernel'' and ``installkernel'' targets build and install
4
5For copyright information, please see the file COPYRIGHT in this
6directory (additional copyright information also exists for some
7sources in this tree - please see the specific source directories for
8more information).
9
10The Makefile in this directory supports a number of targets for
11building components (or all) of the FreeBSD source tree, the most
12commonly used one being ``world'', which rebuilds and installs
13everything in the FreeBSD system from the source tree except the
14kernel, the kernel-modules and the contents of /etc. The
15``buildkernel'' and ``installkernel'' targets build and install
16the kernel and the modules. Please see the top of the Makefile
17in this directory for more information on the standard build targets
18and compile-time flags.
16the kernel and the modules (see below). Please see the top of
17the Makefile in this directory for more information on the
18standard build targets and compile-time flags.
19
19
20Building a kernel with config(8) is a somewhat more involved process,
21documentation for which can be found at:
20Building a kernel is a somewhat more involved process, documentation
21for which can be found at:
22 http://www.freebsd.org/handbook/kernelconfig.html
23And in the config(8) man page.
22 http://www.freebsd.org/handbook/kernelconfig.html
23And in the config(8) man page.
24Note: If you want to build and install the kernel with the
25``buildkernel'' and ``installkernel'' targets, you have to build
26world before. More information is available in the handbook.
24
25The sample kernel configuration files reside in the sys/i386/conf
26sub-directory (assuming that you've installed the kernel sources), the
27file named GENERIC being the one used to build your initial installation
28kernel. The file NOTES contains entries and documentation for all possible
29devices, not just those commonly used. It is the successor of the ancient
30LINT file, but in contrast to LINT, it is not buildable as a kernel but a
31pure reference and documentation file.

--- 46 unchanged lines hidden ---
27
28The sample kernel configuration files reside in the sys/i386/conf
29sub-directory (assuming that you've installed the kernel sources), the
30file named GENERIC being the one used to build your initial installation
31kernel. The file NOTES contains entries and documentation for all possible
32devices, not just those commonly used. It is the successor of the ancient
33LINT file, but in contrast to LINT, it is not buildable as a kernel but a
34pure reference and documentation file.

--- 46 unchanged lines hidden ---