Operating System Design
From Wikibooks, the open-content textbooks collection
(Redirected from Operating System)
Welcome to the WikiTextBook on
Operating System Design
Operating System Design
Operating System Design
Contents |
[edit] Introduction
This book needs an introduction discussing its purpose/focus (textbook, walkthrough/guide, ...), target audience (students, hobbyists, professionals, ...), and expectations of the reader (e.g. familiar with C/C++, prior knowledge of microprocessor design, ...).
[edit] Table of Contents
[edit] Kernel Architecture
[edit] Initialization
[edit] Processes
- Interrupts
- Context Switching
- Scheduling
- Concurrent Processing
- Interprocess Communication
- Threads (Lightweight Processes)
- Fibers (Lightweight Threads)