tikos
Tikos is a fictional open-source operating system designed as a teaching and design case in embedded systems. Presented here as a neutral overview, tikos aims to illustrate how a lightweight, modular OS can meet the needs of small devices while offering a clean development model for students and hobbyists.
The concept of tikos originated in a university course in 2020, developed by a small team of
Tikos adopts a microkernel-inspired architecture with user-space services. Core tasks run in a minimal kernel, while
Key features include a simple file system layer, inter-process communication through message passing, and a lightweight
Tikos is described as targeting common embedded architectures such as ARM Cortex-M and RISC-V. It emphasizes
As a teaching project, tikos is described as being hosted under an open-source license with a core
In academic contexts, tikos serves as a pedagogical tool for comparing OS design decisions and illustrating
Microkernel, Embedded operating system, Real-time operating system, Educational software.