Logo

Baking Pi: Operating Systems Development

Small book cover: Baking Pi: Operating Systems Development

Baking Pi: Operating Systems Development
by

Publisher: University of Cambridge
Number of pages: 330

Description:
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.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Xen Virtualization EssentialsXen Virtualization Essentials
by - 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.
(11618 views)
Book cover: Think OS: A Brief Introduction to Operating SystemsThink OS: A Brief Introduction to Operating Systems
by - Green Tea Press
The book includes material from operating systems, networks, databases, and embedded systems, emphasizing the topics programmers need to know. It does not assume that you have studied Computer Architecture. As we go along, I'll explain what we need.
(14207 views)
Book cover: How to Make a Computer Operating System in C++How to Make a Computer Operating System in C++
by - 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.
(12193 views)
Book cover: A Short Introduction to Operating SystemsA Short Introduction to Operating Systems
by
The lecture notes that cover most of the basic topics of operating systems: key concepts, single-task OS, multi-tasking and multi-user OS, processes and thread, memory and storage, networks - services and protocols, TCP/IP, security considerations.
(21730 views)