mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 15:43:15 +00:00
19 lines
808 B
Plaintext
19 lines
808 B
Plaintext
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>
|