Starina Microkernel OS
a year ago
- #rust
- #microkernel
- #operating-system
- Starina is a new open-source operating system with a microkernel architecture.
- It aims to be production-ready, general-purpose, and secure.
- Designed with a userspace-first approach and developer experience in mind.
- Supports x86_64, 64-bit Arm (AArch64), and 64-bit RISC-V architectures.
- Features a new microkernel written in Rust.
- Offers multiple component isolation modes: in-kernel, user mode, and future WebAssembly support.
- Provides Rust API and libraries for application development.
- Includes a smoltcp-based TCP/IP stack.
- Uses virtio device drivers for cloud environment support.
- Currently in early development stages.