Deleted Added
full compact
README (93217) README (100446)
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 93217 2002-03-26 12:35:49Z ru $
3$FreeBSD: head/README 100446 2002-07-21 16:45:30Z wosch $
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 (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
20Building a kernel is a somewhat more involved process, documentation
21for which can be found at:
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 (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
20Building a kernel is a somewhat more involved process, documentation
21for which can be found at:
22 http://www.FreeBSD.org/handbook/kernelconfig.html
22 http://www.freebsd.org/doc/en_US.ISO8859-1/books/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 might need to build
26world before. More information is available in the handbook.
27
28The sample kernel configuration files reside in the sys/<arch>/conf
29sub-directory (assuming that you've installed the kernel sources), the
30file named GENERIC being the one used to build your initial installation

--- 43 unchanged lines hidden (view full) ---

74usr.bin User commands.
75
76usr.sbin System administration commands.
77
78
79For information on synchronizing your source tree with one or more of
80the FreeBSD Project's development branches, please see:
81
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 might need to build
26world before. More information is available in the handbook.
27
28The sample kernel configuration files reside in the sys/<arch>/conf
29sub-directory (assuming that you've installed the kernel sources), the
30file named GENERIC being the one used to build your initial installation

--- 43 unchanged lines hidden (view full) ---

74usr.bin User commands.
75
76usr.sbin System administration commands.
77
78
79For information on synchronizing your source tree with one or more of
80the FreeBSD Project's development branches, please see:
81
82 http://www.FreeBSD.org/handbook/synching.html
82 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html