ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/README
Revision: 22
Committed: Mon May 22 04:05:53 2006 UTC (17 years, 11 months ago) by laffer1
File size: 2599 byte(s)
Log Message:
Removed referece to FreeBSD source syncing.

File Contents

# User Rev Content
1 laffer1 2 This is the top level of the FreeBSD source directory. This file
2     was last revised on:
3     $FreeBSD: src/README,v 1.22 2003/03/08 10:01:26 markm Exp $
4 laffer1 22 $Id: README,v 1.3 2006-05-22 04:05:53 laffer1 Exp $
5 laffer1 2
6     For copyright information, please see the file COPYRIGHT in this
7     directory (additional copyright information also exists for some
8     sources in this tree - please see the specific source directories for
9     more information).
10    
11     The Makefile in this directory supports a number of targets for
12     building components (or all) of the FreeBSD source tree, the most
13     commonly used one being ``world'', which rebuilds and installs
14     everything in the FreeBSD system from the source tree except the
15     kernel, the kernel-modules and the contents of /etc. The
16     ``buildkernel'' and ``installkernel'' targets build and install
17     the kernel and the modules (see below). Please see the top of
18     the Makefile in this directory for more information on the
19     standard build targets and compile-time flags.
20    
21     Building a kernel is a somewhat more involved process, documentation
22     for which can be found at:
23     http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
24     And in the config(8) man page.
25     Note: If you want to build and install the kernel with the
26     ``buildkernel'' and ``installkernel'' targets, you might need to build
27     world before. More information is available in the handbook.
28    
29     The sample kernel configuration files reside in the sys/<arch>/conf
30     sub-directory (assuming that you've installed the kernel sources), the
31     file named GENERIC being the one used to build your initial installation
32     kernel. The file NOTES contains entries and documentation for all possible
33     devices, not just those commonly used. It is the successor of the ancient
34     LINT file, but in contrast to LINT, it is not buildable as a kernel but a
35     pure reference and documentation file.
36    
37    
38     Source Roadmap:
39     ---------------
40     bin System/user commands.
41    
42     contrib Packages contributed by 3rd parties.
43    
44     crypto Cryptography stuff (see crypto/README).
45    
46     etc Template files for /etc.
47    
48     games Amusements.
49    
50     gnu Various commands and libraries under the GNU Public License.
51     Please see gnu/COPYING* for more information.
52    
53     include System include files.
54    
55     kerberos5 Kerberos5 (Heimdal) package.
56    
57     lib System libraries.
58    
59     libexec System daemons.
60    
61     release Release building Makefile & associated tools.
62    
63     sbin System commands.
64    
65     secure Cryptographic libraries and commands.
66    
67     share Shared resources.
68    
69     sys Kernel sources.
70    
71     tools Utilities for regression testing and miscellaneous tasks.
72    
73     usr.bin User commands.
74    
75     usr.sbin System administration commands.
76    

Properties

Name Value
cvs2svn:cvs-rev 1.3