Latest News

Project Status

The Kernel is still under development and a first release (including documentation) is planned for end of June 2021. The Kernel currently features: A priority based preemtive scheduler with Round Robin Synchronization primitives (Mutex, Semaphore) Here are some code examples showing how the kernel could be used. Creating a task 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 fn main() -> !

Read more