From 99649dc461cde52a635a115d60fc599d56db1d82 Mon Sep 17 00:00:00 2001 From: August Date: Fri, 31 Oct 2025 01:04:01 -0400 Subject: [PATCH] Credit mascot author --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c7272c..1c70b26 100644 --- a/README.md +++ b/README.md @@ -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.