Зарегистрироваться
Восстановить пароль
FAQ по входу

Bovet Daniel Pierre, Cesati Marco. Understanding the Linux Kernel

  • Файл формата pdf
  • размером 5,35 МБ
Bovet Daniel Pierre, Cesati Marco. Understanding the Linux Kernel
3rd edition. — O’Reilly, 2006. — 944 p. — ISBN13: 978-0-596-00565-8.
Целевая аудитория: опытные разработчики и системные администраторы.
Эта книга не о том, как установить Linux или один из его популярных дистрибутивов и какими командами управлять различными процессами в этой ОС. Книга уходит глубже и рассказывает о том, как выглядит Linux изнутри, как работает адресация памяти, системные вызовы, обработка исключений и многое другое, что поможет вам понять принцип создания и работы операционных систем.
В книге рассматриваются следующие темы:
✔ синхронизация ядра;
✔ управление памятью;
✔ виртуальная файловая система;
✔ архитектура ввода-вывода;
✔ кэширование и многое другое.
Преимущества:
➕ качественный материал по теме;
➕ обзор на основы работы ОС.
Недостатки:
➖ не замечено.
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 what order. It manages limited memory so well that hundreds of processes can share the system efficiently, and expertly organizes data transfers so that the CPU isn't kept waiting any longer than necessary for the relatively slow disks.
The third edition of Understanding the Linux Kernel takes you on a guided tour of the most significant data structures, algorithms, and programming tricks used in the kernel. Probing beyond superficial features, the authors offer valuable insights to people who want to know how things really work inside their machine. Important Intel-specific features are discussed. Relevant segments of code are dissected line by line. But the book covers more than just the functioning of the code; it explains the theoretical underpinnings of why Linux does things the way it does.
  • Чтобы скачать этот файл зарегистрируйтесь и/или войдите на сайт используя форму сверху.
  • Регистрация