teaser

STOS

STOS is a highly modular monolithic kernel inspired by bits. As such, each feature is not directly integrated into the kernel, but dynamically loaded during execution. The kernel in itself knows how to do one thing and one thing only: load a module and its dependencies.

One of the project objective, besides being completely modular, is to be portable on different architectures. Currently, STOS boots on PowerPC, Sparc64, ARM and x86.

This project is now used as a student project for the GISTRE and SRS specialisation.

STOS public git repository: repository. Course and materials around it: materials