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

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
smatyukevich
Posts: 2
Joined: Mon Apr 09, 2018 9:40 am

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

Post 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
tay10r
Member
Member
Posts: 31
Joined: Sun Nov 05, 2017 2:29 pm
Freenode IRC: tay10r
Location: Middleboro, MA

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

Post by tay10r »

Nice work! This is the first tutorial I've seen that teaches 64-bit ARM IS development.
I'm a contributor to BareMetal OS. View it at https://github.com/ReturnInfinity/BareMetal-OS
Post Reply