raspberry-pi-os is an open source educational project by Sergey Matyukevich that teaches how to build a simple operating system for the Raspberry Pi. The repository provides a series of tutorials that start with low-level booting and progress through kernel development, memory management, interrupts, and system calls. Written in C and ARM assembly, the lessons are designed to be practical and hands-on, with examples runnable directly on Raspberry Pi hardware. The project also includes explanations of fundamental OS concepts, making it suitable for students, hobbyists, and developers exploring embedded systems. Each tutorial builds incrementally, guiding learners from bare-metal coding to a functional OS environment. Its structured approach and clarity have made it a popular learning resource for ARM-based development.
Features
- Step-by-step tutorials on OS development for Raspberry Pi
- Covers bootloading, kernel, memory, and interrupts
- Written in C and ARM assembly for low-level clarity
- Hands-on examples runnable on real Raspberry Pi boards
- Educational explanations of OS fundamentals
- Incremental lessons for progressive learning