s-matyukevich/raspberry-pi-os

Learning operating system development using Linux kernel and Raspberry Pi

13,927

stars

454

commits

C

primary language

Mar 29, 2024

updated

arm
armv8
assembler
c
education
kernel
learn
linux-kernel
operating-system
osdev
raspberry-pi
raspberry-pi-3
raspberry-pi-os
resource
tutorial
Browse cluster: Rust-based Operating Systems

README

Learning operating system development using Linux kernel and Raspberry Pi

This repository contains a step-by-step guide that teaches how to create a simple operating system (OS) kernel from scratch. I call this OS Raspberry Pi OS or just RPi OS. The RPi OS source code is largely based on Linux kernel, but the OS has very limited functionality and supports only Raspberry PI 3.

Each lesson is designed in such a way that it first explains how some kernel feature is implemented in the RPi OS, and then it tries to demonstrate how the same functionality works in the Linux kernel. Each lesson has a corresponding folder in the src directory, which contains a snapshot of the OS source code at the time when the lesson had just been completed. This allows the introduction of new concepts gracefully and helps readers to follow the evolution of the RPi OS. Understanding this guide doesn't require any specific OS development skills.

For more information about project goals and history, please read the Introduction. The project is still under active development, if you are willing to participate - please read the Contribution guide.

Follow @RPi_OS on twitter Follow Raspberry Pi OS on facebook Join Raspberry Pi OS in slack Subscribe for updates

Table of Contents

Contributors

(top 30 of 49)

s-matyukevich

280 commits

yoonje

23 commits

bl4ckout31

16 commits

rs

15 commits

s-matyukevich/raspberry-pi-os

Learning operating system development using Linux kernel and Raspberry Pi

13,927

stars

454

commits

C

primary language

Mar 29, 2024

updated

arm
armv8
assembler
c
education
kernel
learn
linux-kernel
operating-system
osdev
raspberry-pi
raspberry-pi-3
raspberry-pi-os
resource
tutorial
Browse cluster: Rust-based Operating Systems

README

Learning operating system development using Linux kernel and Raspberry Pi

This repository contains a step-by-step guide that teaches how to create a simple operating system (OS) kernel from scratch. I call this OS Raspberry Pi OS or just RPi OS. The RPi OS source code is largely based on Linux kernel, but the OS has very limited functionality and supports only Raspberry PI 3.

Each lesson is designed in such a way that it first explains how some kernel feature is implemented in the RPi OS, and then it tries to demonstrate how the same functionality works in the Linux kernel. Each lesson has a corresponding folder in the src directory, which contains a snapshot of the OS source code at the time when the lesson had just been completed. This allows the introduction of new concepts gracefully and helps readers to follow the evolution of the RPi OS. Understanding this guide doesn't require any specific OS development skills.

For more information about project goals and history, please read the Introduction. The project is still under active development, if you are willing to participate - please read the Contribution guide.

Follow @RPi_OS on twitter Follow Raspberry Pi OS on facebook Join Raspberry Pi OS in slack Subscribe for updates

Table of Contents

Contributors

(top 30 of 49)

s-matyukevich

280 commits

yoonje

23 commits

bl4ckout31

16 commits

rs

15 commits

Languages

C

77.9%

Assembly

16.1%

Makefile

4.7%