Bell 32V development
[unix-history] / usr / src / standalone / README
CommitLineData
d52f1552
TL
1This directory contains all the source code needed to create the
2stand-alone utilites normally found in '/sys'.
3Originally, the source code for each utility was contained
4in one source file per utility. Most of the utilites remain that way
5and much code is duplicated in each of the utilites. Some of the
6utilites, because of changes and improvements, reference
7a few routines which are found in library 'ulib.a'.
8The newer utilities, and eventually all the utilities, are built
9from a relatively small source file and from several routines
10in 'ulib.a' and 'iolib.a'. The newer utilities also refernece
11the '.h' files in this directory.
12The '.h' files contain the 'define' statements necessary to
13define all the device register offsets, function codes, status
14and error code bits, etc. for the various devices.
15'ulib.a' contains the object code
16for all the non-i/o-related functions common to the
17utilities; 'iolib.a' contains the object code for i/o-related
18functions common to the utilities.
19'iosrc.a' contains the source code for the objects in 'iolib.a'.
20'src.a' contains the source for the objects in 'ulib.a'.