Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Operating System Design: The Xinu Approach, Linksys Version (repost)

Posted By: arundhati
Operating System Design: The Xinu Approach, Linksys Version (repost)

Douglas Comer, "Operating System Design: The Xinu Approach, Linksys Version"
2011 | ISBN: 143988109X | 629 pages | PDF | 3 MB

Operating System Design: The Xinu Approach, Linksys Version provides a comprehensive introduction to Operating System Design, using Xinu, a small, elegant operating system that serves as an example and a pattern for system design. The book focuses the discussion of operating systems on the microkernel operating system facilities used in embedded systems. Rather than introduce a new course to teach the important topics of embedded systems programming, this textbook takes the approach of integrating more embedded processing into existing operating systems courses. Designed for advanced undergraduate or graduate courses, the book prepares students for the increased demand for operating system expertise in industry.
Highlights
Explains how each operating system abstraction can be built and shows how the abstractions can be organized into an elegant, efficient design
Considers each level of the system individually, beginning with the raw hardware and ending with a working operating system
Covers every part of the system, so a reader will see how an entire system fits together, not merely how one or two parts interact
Provides source code for all pieces described in the text, leaving no mystery about any part of the implementation — a reader can obtain a copy of the system to examine, modify, instrument, measure, extend, or transport to another architecture
Demonstrates how each piece of an operating system fits into the design, in order to prepare the reader to understand alternative design choices
Beginning with the underlying machine and proceeding step by step through the design and implementation of an actual system, Operating System Design: The Xinu Approach, Linksys Version guides readers through the construction of a traditional process-based operating system using practical, straightforward primitives. It reviews the major system components and imposes a hierarchical design paradigm that organizes the components in an orderly and understandable manner.