fprintf format/argument mismatch
[unix-history] / usr / src / usr.sbin / config / SMM.doc / 1.t
CommitLineData
77f8fabf
KM
1.\" Copyright (c) 1983 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
57349e41 5.\" @(#)1.t 6.3 (Berkeley) %G%
77f8fabf 6.\"
57349e41
MK
7.\".ds RH Introduction
8.ne 2i
9.sp 3
10.NH
11INTRODUCTION
77f8fabf
KM
12.PP
13.I Config
57349e41 14is a tool used in building 4.3BSD system images (the UNIX kernel).
77f8fabf
KM
15It takes a file describing a system's tunable parameters and
16hardware support, and generates a collection
17of files which are then used to build a copy of UNIX appropriate
18to that configuration.
19.I Config
20simplifies system maintenance by isolating system dependencies
21in a single, easy to understand, file.
22.PP
23This document describes the content and
24format of system configuration
25files and the rules which must be followed when creating
26these files. Example configuration files are constructed
27and discussed.
28.PP
29Later sections suggest guidelines to be used in modifying
30system source and explain some of the inner workings of the
31autoconfiguration process. Appendix D summarizes the rules
32used in calculating the most important system data structures
33and indicates some inherent system data structure size
34limitations (and how to go about modifying them).