diff --git a/README.md b/README.md index 1c70b26..b4db9f8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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. ![A screenshot of serial console output from Gila's boot process.](gila_serial.png)