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.