summaryrefslogtreecommitdiffstats
path: root/doc/tools/src2html1.4a/FreeBSD/kern.hdr
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-02-14 03:29:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-02-14 03:29:01 +0000
commite84c52869baf3ba40890f37887e1e0893079bdf3 (patch)
tree5fdd1e37f4c753b42bc822c931ab82fb7a62e412 /doc/tools/src2html1.4a/FreeBSD/kern.hdr
parent2003-02-11 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e84c52869baf3ba40890f37887e1e0893079bdf3.tar.bz2
Merger from rtems-4-6-branch.
Diffstat (limited to 'doc/tools/src2html1.4a/FreeBSD/kern.hdr')
-rw-r--r--doc/tools/src2html1.4a/FreeBSD/kern.hdr18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/tools/src2html1.4a/FreeBSD/kern.hdr b/doc/tools/src2html1.4a/FreeBSD/kern.hdr
deleted file mode 100644
index f8ec13e4a1..0000000000
--- a/doc/tools/src2html1.4a/FreeBSD/kern.hdr
+++ /dev/null
@@ -1,18 +0,0 @@
-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>