Update graphic design
Some checks failed
Continuous Integration / Check (push) Failing after 1m11s
Continuous Integration / Clippy (push) Failing after 1m19s

This commit is contained in:
August 2025-10-31 13:07:55 -04:00
parent a4ad6da4f7
commit bf14788cb4
Signed by: shibedrill
GPG Key ID: 5FE0CB25945EFAA2
4 changed files with 2 additions and 4 deletions

View File

@ -1,11 +1,9 @@
# Gila v0.3.1 - a Rust Microkernel
![An illustrated Gila monster.](gila_gilbert.png)
![An illustrated Gila monster, and the text "Gila: A Minimal Rust Microkernel", superimposed over some serial log output.](gila_banner.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)
## Development
Information on the build system, repo structure, features, configuration options, supported architectures, design philosophies, and more, is available in the [docs](docs/) folder. If you want to build Gila for yourself, consider reading [DEVELOPMENT.md](docs/DEVELOPMENT.MD) for explicit instructions.
@ -63,4 +61,4 @@ Licensed under the MIT License. See [LICENSE](LICENSE) for details.
- The linker script stuff is from [limine-rust-template](https://github.com/jasondyoungberg/limine-rust-template),
which is available under the BSD 0-Clause License.
- The Gila kernel mascot, Gilbert, was illustrated by LiluTheAlmighty on Tumblr.
- The Gila kernel mascot, Gilbert (prounounced "Hilbert"), was illustrated by LiluTheAlmighty on Tumblr.

BIN
gila_banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 KiB

After

Width:  |  Height:  |  Size: 320 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 628 KiB