Skip to content

Latest commit

 

History

History
23 lines (9 loc) · 284 Bytes

README.md

File metadata and controls

23 lines (9 loc) · 284 Bytes

Minimal RTOS

This is a minimal RTOS based on Python. It is a simple implementation of a EDF, RM, DM scheduler. It is a good starting point for learning how to implement a RTOS.

How to use

Documentation

Task

Taskset

Scheduler

System

Printer