
A Short Introduction to Operating Systems
by Mark Burgess
2002
Number of pages: 140
Description:
These are the lecture notes of Operating Systems, courtesy of Mark Burgess, a full professor at the Faculty of Engineering of University College Oslo, Norway. The notes cover most of the basic topics of operating systems, many which have only been covered superficially. Nevertheless, readers will find these lecture notes as a decent introduction material that should give them a good grasp on the subject of operating systems.
Download or read it online for free here:
Download link
(1MB, PDF)
Similar books
Baking Pi: Operating Systems Developmentby Alex Chadwick - University of Cambridge
This course takes you through the basics of operating systems development in assembly code. Rather than leading the reader through the full details of creating an Operating System, these tutorials focus on achieving a few common tasks separately.
(12015 views)
Xen Virtualization Essentialsby Neil Smyth - Virtuatopia
Xen is a feature rich, open source, hypervisor-based virtualization solution which has gained both wide acceptance and an enviable reputation throughout the IT industry. This book emphasizes the practical aspects of working with Xen.
(13756 views)
How to Make a Computer Operating System in C++by Samy Pesse - GitHub
Online book about how to write a computer operating system in C/C++ from scratch. The goal is to build a very simple UNIX-based operating system, not just a 'proof-of-concept'. The OS should be able to boot, start a userland shell, and be extensible.
(15543 views)
Project Oberon - The Design of an Operating System and Compilerby Niklaus Wirth, Jürg Gutknecht
Here are the results of Project Oberon, which goal was to design an entire system from scratch. It gives advice on how a system might be built, and demonstrates how one was built. Program listings alone contain the ultimate explanations.
(21103 views)