Explains the inner mechanisms of Linux from process scheduling to memory management and file systems
Linux kernel development
β Scribed by Robert Love
- Book ID
- 127457419
- Publisher
- Novell Press
- Year
- 2005
- Tongue
- English
- Weight
- 1 MB
- Edition
- 2
- Category
- Library
- ISBN
- 0672327201
No coin nor oath required. For personal study only.
β¦ Synopsis
The Linux kernel is one of the most important and far-reaching open-source projects. That is why Novell Press is excited to bring you the second edition of Linux Kernel Development, Robert Love's widely acclaimed insider's look at the Linux kernel. This authoritative, practical guide helps developers better understand the Linux kernel through updated coverage of all the major subsystems as well as new features associated with the Linux 2.6 kernel. You'll be able to take an in-depth look at Linux kernel from both a theoretical and an applied perspective as you cover a wide range of topics, including algorithms, system call interface, paging strategies and kernel synchronization. Get the top information right from the source in Linux Kernel Development.
β¦ Subjects
Linux / Unix
π SIMILAR VOLUMES
High Quality Content by WIKIPEDIA articles! The Linux Kernel API is an application programming interface providing a uniform method for device drivers and other low-level software written for the Linux kernel to access system resources and services. An application programming interface (API) is an i
In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in
To thoroughly understand what makes Linux tick and why it's so efficient, you need to delve deep into the heart of the operating system - into the Linux kernel itself. The kernel is Linux - in the case of the Linux operating system, it's the only bit of software to which the term "Linux" applies. Th
Understanding the Linux Kernel is intended to be read by those who are happy to check points off against the source code. The first thing you learn is how Linux, released from commercial constraints, is able to take advantage of the best ideas from other systems, implemented in wonderfully flexible