Lines Matching +full:existing +full:- +full:parts
35 well as the pertinent parts of the system autoconfiguration process.
41 This section is broken into four parts:
45 how to add non-standard system facilities to 4.4BSD,
51 If you wish to make site-specific modifications to the system
69 We try to isolate our site-dependent code in individual files
70 which may be configured with pseudo-device specifications.
72 Indicate machine-specific code with ``#ifdef vax'' (or other machine,
75 machines with similar architectures\- you may someday find
79 Adding non-standard system facilities
83 data base files for non-standard system facilities.
106 \fIdir/source.c\fP \fItype\fP \fIoption-list\fP \fImodifiers\fP
112 \fIvaxuba/foo.c\fP \fBoptional\fP foo \fBdevice-driver\fP
131 .IR device-driver ,
134 .B \-i
144 .I profiling-routine
151 \fIsys/subr_mcount.c\fP \fBoptional\fP \fBprofiling-routine\fP
155 .I profiling-routine
159 .B \-pg
163 .I config-dependent
182 /sys/sys machine-independent system source files
184 /sys/net network-protocol-independent, but network-related code
188 /sys/vax VAX-specific mainline code
195 Existing block and character device drivers for the VAX
199 and named so as not to conflict with existing devices.
209 files in the conf directory contain a line for each C source or binary-only
222 study an entry for an existing driver.