mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
New files
This commit is contained in:
18
doc/tools/src2html1.4a/FreeBSD/kern.hdr
Normal file
18
doc/tools/src2html1.4a/FreeBSD/kern.hdr
Normal file
@@ -0,0 +1,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>
|
||||
Reference in New Issue
Block a user