Credit mascot author
This commit is contained in:
parent
e386810b4a
commit
99649dc461
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# Gila v0.3.1 - a Rust Microkernel
|
# 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.
|
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
|
## 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.
|
which is available under the BSD 0-Clause License.
|
||||||
|
- The Gila kernel mascot, Gilbert, was illustrated by LiluTheAlmighty on Tumblr.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user