Linux Kernels Internals (2nd Edition)
معرفی کتاب «Linux Kernels Internals (2nd Edition)» نوشتهٔ Michael Beck, Harald Bohme, Mirko Dziadzka, Ulrich Kunitz, Robert Magnus, Dirk Verworner، منتشرشده توسط نشر Addison-Wesley Professional در سال 1998. این کتاب در فرمت pdf، زبان انگلیسی ارائه شده است.
THERE ARE 2 PDFs for this ebook, and both have the same description and the same quality, even though the files are binary diff.I found the explanations in this book to be very clear, giving enough detail for a good head start into Linux internals. The book briefly explains the OS concepts, such as semaphores, virtual memory, etc., followed by an overview of how each is implemented in Linux, and code snippets. Most of the code snippets are simplified for readability, which I found useful because the hacks can be distracting (scary, too) for a beginner. Detailed and up-to-date information can best be obtained from source code itself.The book assumes some familiarity with Unix concepts, as it mentions such buzzwords as POSIX, BSD, and SVR4 in the context of the discussions, but one could safely ignore them, and just concentrate on the Linux part.The book briefly covers adding new system calls, compilinag and debugging the kernel, and even shows how to write a simple device driver - these are hard to find in one place.Overall, I found this book to be very useful for my self-paced study (the best so far), and I only wish they had a newer edition. I found the explanations in this book to be very clear, giving enough detail for a good head start into Linux internals. The book briefly explains the OS concepts, such as semaphores, virtual memory, etc., followed by an overview of how each is implemented in Linux, and code snippets. Most of the code snippets are simplified for readability, which I found useful because the hacks can be distracting (scary, too) for a beginner. Detailed and up-to-date information can best be obtained from source code itself. The book assumes some familiarity with Unix concepts, as it mentions such buzzwords as POSIX, BSD, and SVR4 in the context of the discussions, but one could safely ignore them, and just concentrate on the Linux part. The book briefly covers adding new system calls, compilinag and debugging the kernel, and even shows how to write a simple device driver - these are hard to find in one place. Overall, I found this book to be very useful for my self-paced study (the best so far), and I only wish they had a newer edition. Since the introduction of Linux version 1.2 in March 1995, a worldwide community has evolved derived from programmers who were attracted by the reliability and flexibility of this completely free operating system. Now at version 2.0, Linux is no longer simply the operating system of choice for hackers, but is being successfully employed in commercial software development, by Internet providers and in research and teaching.
This book is written for anybody who wants to learn more about Linux. It explains the inner mechanisms of Linux from process scheduling to memory management and file systems, and will tell you all you need to know about the structure of the kernel, the heart of the Linux operating system.
دانلود کتاب Linux Kernels Internals (2nd Edition)
This book is written for anybody who wants to learn more about Linux. It explains the inner mechanisms of Linux from process scheduling to memory management and file systems, and will tell you all you need to know about the structure of the kernel, the heart of the Linux operating system.
This book has been updated to include Linux version 2.0, and is for anyone who wants to learn more about Linux kernel. It discusses the internal mechanisms of Linux, including process scheduling, memory management, and file systems.