株式会社極東書店トップ > 商品一覧 > The Art of Linux Kernel Design: Illustrating the Operating System Design Principle and Implementation.
商品詳細
The Art of Linux Kernel Design: Illustrating the Operating System Design Principle and Implementation.
・ISBN 978-1-138-41341-2 hard GB£ 210.00
¥66,528.- (税込) ※(※)価格はご注文時の参考価格となります。
納品価格につきましては書籍の入荷時点で確定となります。
版元の原価改定、外国為替の変動等により異なる場合がございますので、予めご了承下さい。
| 著者・編者 | Yang, Lixiang, |
|---|---|
| 出版社 | (CRC Press, UK) |
| 出版年月 | 2017 |
| ページ数 | 534 pp. |
| 言語 | ENG |
| ニュース番号 | <A00-49420> |
解説
Uses the Running Operation as the Main Thread
Difficulty in understanding an operating system (OS) lies not in the technical aspects, but in the complex relationships inside the operating systems. The Art of Linux Kernel Design: Illustrating the Operating System Design Principle and Implementation addresses this complexity. Written from the perspective of the designer of an operating system, this book tackles important issues and practical problems on how to understand an operating system completely and systematically. It removes the mystery, revealing operating system design guidelines, explaining the BIOS code directly related to the operating system, and simplifying the relationships and guiding ideology behind it all.
Based on the Source Code of a Real Multi-Process Operating System
Using the 0.11 edition source code as a representation of the Linux basic design, the book illustrates the real states of an operating system in actual operations. It provides a complete, systematic analysis of the operating system source code, as well as a direct and complete understanding of the real operating system run-time structure. The author includes run-time memory structure diagrams, and an accompanying essay to help readers grasp the dynamics behind Linux and similar software systems.
Identifies through diagrams the location of the key operating system data structures that lie in the memory
Indicates through diagrams the current operating status information which helps users understand the interrupt state, and left time slice of processes
Examines the relationship between process and memory, memory and file, file and process, and the kernel
Explores the essential association, preparation, and transition, which is the vital part of operating system
Develop a System of Your Own
This text offers an in-dep