* An ideal resource to understand the internals, line by line* Looks at architecture dependent code for PC version* Addresses process creation, timers, software and hardware interrupts, signals, tracing processes, and the virtual 8086 mode
The Linux Process Manager. The Internals of Scheduling, Interrupts and Signals
โ Scribed by John O'Gorman
- Book ID
- 127457454
- Publisher
- Wiley
- Year
- 2003
- Tongue
- English
- Weight
- 3 MB
- Category
- Library
- ISBN-13
- 9780470847718
No coin nor oath required. For personal study only.
โฆ Synopsis
The Linux Process Manager is a line-by-line explanation of the subset of the Linux source code kernel which deals with process management, covering:
-
process creation, scheduling and termination
-
synchronisation, including locks and semaphores
-
interrupts (hardware and software)
- signal handling
-
-
Complete in every way, this book describes every function and macro. All data structures used by the process manager are dealt with and their role in the overall picture explained along with the accompanying raw code.
This indispensable guide to the kernel subset is aimed at readers with some previous knowledge of operating system structure and terminology, as well as a minimum knowledge of the C programming language. The comprehensive index which lists every identifier, makes in-depth information instantly available to programmers, software engineers, system administrators and anyone who wants to modify the kernel, or wants to know about the implications of kernel configuration variables.
โฆ Subjects
Linux / Unix
๐ SIMILAR VOLUMES