Credit mascot author
Some checks failed
Continuous Integration / Check (push) Successful in 1m36s
Continuous Integration / Clippy (push) Has been cancelled

This commit is contained in:
August 2025-10-31 01:04:01 -04:00
parent e386810b4a
commit 99649dc461

View File

@ -1,4 +1,3 @@
# Gila v0.3.1 - a Rust Microkernel
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.
@ -60,5 +59,6 @@ Licensed under the MIT License. See [LICENSE](LICENSE) for details.
## Credits
The linker script stuff is from [limine-rust-template](https://github.com/jasondyoungberg/limine-rust-template),
- 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.