📚 Learn to write an embedded OS in Rust 🦀
-
Updated
Feb 10, 2024 - Rust
An operating system operates and manages both the hardware and software in a computer. Operating systems provide software platforms for applications to function.
📚 Learn to write an embedded OS in Rust 🦀
An operating system designed for hosting containers
A secure embedded operating system for microcontrollers
A new operating system kernel with Linux binary compatibility written in Rust.
Theseus is a modern OS written from scratch in Rust that explores 𝐢𝐧𝐭𝐫𝐚𝐥𝐢𝐧𝐠𝐮𝐚𝐥 𝐝𝐞𝐬𝐢𝐠𝐧: closing the semantic gap between compiler and hardware by maximally leveraging the power of language safety and affine types. Theseus aims to shift OS responsibilities like resource management into the compiler.
A proof-of-concept microkernel that implements a WebAssembly "usermode" that runs in Ring 0.
Hermit for Rust.
Let's write an OS which can run on RISC-V in Rust from scratch!
A Rust-based, lightweight unikernel.
Aero is a new modern, experimental, UNIX-like operating system following the monolithic kernel design. Supporting modern PC features such as long mode, 5-level paging, and SMP (multicore), to name a few.
使用Rust从0自研内核,具有Linux兼容性的操作系统,面向云计算Serverless场景而设计。DragonOS is an operating system developed from scratch using Rust, with Linux compatibility. It is designed for **Serverless** scenarios.
An experimental modular OS written in Rust.
A teaching operating system written in Rust
🐱 Experimental operating system written in Rust
Like grep but for natural language questions. Based on Mistral 7B or Mixtral 8x7B.
Experimental WASM Microkernel Operating System
Microkernel and userspace written in Rust exploring modern ideas