viniciusmioto / ping-pong-os

Ping-Pong OS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PingPongOS

About

This project was created by Professor Carlos A. Maziero aims to construct, incrementally, a small didactic operating system. The system is initially built in the form of a cooperative thread library within a real operating system process (Linux, macOS, or another Unix).

The development is incremental, gradually adding functionalities such as preemption, accounting, semaphores, message queues, and access to a virtual disk. This approach simplifies the development and debugging of the kernel, as well as eliminates the need for machine language.

The overall structure of the code to be developed is presented in the figure below. The files in blue are fixed (provided by the professor), while the files in green should be developed by the students.

./img/ppos.png

Projects

Each project P00 to P13 is a new feature added to the operating system. The projects are:

./img/p13.png

About

Ping-Pong OS

License:GNU General Public License v3.0


Languages

Language:C 97.7%Language:Makefile 2.3%