The Maestro kernel, written in Rust and partially compatible with Linux.
A project has been introduced for developing a lightweight Unix-like kernel in Rust, implementing a subset of system calls from the Linux kernel sufficient for creating typical working environments. The project was initiated in 2018 and initially used the C language, but in 2020 it was completely restarted from scratch, taking into account the accumulated experience, and switched to Rust to reduce the likelihood of errors, […]
