From 4486507316b0e1c01de22a6521efdbf071fed897 Mon Sep 17 00:00:00 2001 From: August Date: Fri, 31 Oct 2025 01:08:08 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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)