]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/doc/psd/05.sysman/1.0.t
Import libxo-0.7.2; add xo_options.7.
[FreeBSD/FreeBSD.git] / share / doc / psd / 05.sysman / 1.0.t
1 .\" Copyright (c) 1983, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. Neither the name of the University nor the names of its contributors
13 .\"    may be used to endorse or promote products derived from this software
14 .\"    without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\"     @(#)1.0.t       8.1 (Berkeley) 6/8/93
29 .\"
30 .ds ss 1
31 .sh "Kernel primitives
32 .PP
33 The facilities available to a UNIX user process are logically
34 divided into two parts: kernel facilities directly implemented by
35 UNIX code running in the operating system, and system facilities
36 implemented either by the system, or in cooperation with a
37 \fIserver process\fP.  These kernel facilities are described in
38 this section 1.
39 .PP
40 The facilities implemented in the kernel are those which define the
41 \fIUNIX virtual machine\fP in which each process runs.
42 Like many real machines, this virtual machine has memory management hardware,
43 an interrupt facility, timers and counters.  The UNIX
44 virtual machine also allows access to files and other objects through a set of
45 \fIdescriptors\fP.  Each descriptor resembles a device controller,
46 and supports a set of operations.  Like devices on real machines, some
47 of which are internal to the machine and some of which are external,
48 parts of the descriptor machinery are built-in to the operating system, while
49 other parts are often implemented in server processes on other machines.
50 The facilities provided through the descriptor machinery are described in
51 section 2.
52 .ds ss 2