Page 1 of 1

PRi OS - a step-by-step guide for OS developers

Posted: Mon Apr 09, 2018 6:21 pm
by smatyukevich
I've just released a new project: RPi OS. This OS is designed for learning. It comes with a step-by-step guide how to create an OS from scratch. It is based on Linux source code and the main goal of the project is not only to teach people how an OS can be created but also demonstrate how some kernel functionality is implemented in the Linux kernel.

Author: Sergey Matyukevich ([email protected])
URL: https://github.com/s-matyukevich/raspberry-pi-os
Project description: https://github.com/s-matyukevich/raspbe ... duction.md

Re: PRi OS - a step-by-step guide for OS developers

Posted: Tue Apr 10, 2018 7:39 am
by tay10r
Nice work! This is the first tutorial I've seen that teaches 64-bit ARM IS development.