summaryrefslogtreecommitdiffstats
path: root/doc/tools/src2html1.4a/FreeBSD/kern.hdr
blob: f8ec13e4a1ce33f259b0780b83bc2361681295b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
The <tt>kern</tt> directory holds the core functionality of FreeBSD:
system startup, core system calls and syscall dispatching, process
management, scheduling, signals, file descriptors, top-level filesystem
code, interprocess communication and terminal handling.<p>

The 4.3BSD Internals book by Leffler, McKusick, Karels and Quarterman
covers <tt>kern</tt> in:

<dl>
<dt> <b>Chapter 2</b>, pp 19-42 <i>Overview of the Kernel</i>.
<dt> <b>Chapter 3</b>, pp 43-66 <i>Kernel Services</i>.
<dt> <b>Chapter 4</b>, pp 69-108 <i>Process Management</i>.
<dt> <b>Chapter 6</b>, pp 169-186 <i>I/O System Overview</i>.
<dt> <b>Chapter 9</b>, pp 259-278 <i>Terminal Handling</i>.
<dt> <b>Chapter 10</b>, pp 281-309 <i>Interprocess Communication</i>.
<dt> <b>Chapter 13</b>, pp 393-411 <i>System Startup</i>.
</dl>
<p>