The Linux Process Manager
|
Description
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. |
Other books on Linux
Building Embedded Linux Systems, Second Edition Fedora 8 and Red Hat Enterprise Linux Bible Learning the vi and Vim Editors Ubuntu Unleashed 2008 Edition: Covering 8.04 and 8.10 (4th Edition) (Unleashed) Beginning Ubuntu Linux, Third Edition (Beginning from Novice to Professional) Linux Command Line and Shell Scripting Bible Essential Linux Device Drivers (Prentice Hall Open Source Software Development Series) Linux Bible, 2008 Edition: Boot up to Ubuntu, Fedora, KNOPPIX, Debian, openSUSE, and 11 Other Distributions Fedora Unleashed, 2008 Edition (8th Edition) (Unleashed) Scalix: Linux Administrator's Guide X Power Tools Ubuntu 7.10 Linux Unleashed, 3rd Edition A Practical Guide to Ubuntu Linux(R) SUSE Linux Toolbox: 1000 Commands for openSUSE and SUSE Linux Enterprise Ubuntu Linux Toolbox: 1000 Commands for Ubuntu and Debian Power Users
|
|