Update README.md
All checks were successful
Continuous Integration / Check (push) Successful in 59s
Continuous Integration / Clippy (push) Successful in 1m0s

This commit is contained in:
August 2025-10-31 01:08:08 -04:00
parent eff6c42d06
commit 4486507316

View File

@ -1,5 +1,7 @@
# Gila v0.3.1 - a Rust Microkernel # Gila v0.3.1 - a Rust Microkernel
![An illustrated Gila monster.](gila_gilbert.png)
Gila is a Rust microkernel OS, inspired by microkernel projects such as seL4 and Redox. I aim to implement multitasking, userspace drivers, IPC, and sandboxing. I do not aim to make it POSIX-compatible, but it will likely end up sharing many features with POSIX operating systems. Its design philosophy is focused around simplicity, isolation, modularity, and minimal privilege. Gila is a Rust microkernel OS, inspired by microkernel projects such as seL4 and Redox. I aim to implement multitasking, userspace drivers, IPC, and sandboxing. I do not aim to make it POSIX-compatible, but it will likely end up sharing many features with POSIX operating systems. Its design philosophy is focused around simplicity, isolation, modularity, and minimal privilege.
![A screenshot of serial console output from Gila's boot process.](gila_serial.png) ![A screenshot of serial console output from Gila's boot process.](gila_serial.png)