Update graphic design
This commit is contained in:
parent
a4ad6da4f7
commit
bf14788cb4
@ -1,11 +1,9 @@
|
|||||||
# 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.
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Development
|
## 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.
|
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),
|
- 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.
|
- The Gila kernel mascot, Gilbert (prounounced "Hilbert"), was illustrated by LiluTheAlmighty on Tumblr.
|
||||||
|
|||||||
BIN
gila_banner.png
Normal file
BIN
gila_banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
BIN
gila_gilbert.png
BIN
gila_gilbert.png
Binary file not shown.
|
Before Width: | Height: | Size: 320 KiB After Width: | Height: | Size: 320 KiB |
BIN
gila_serial.png
BIN
gila_serial.png
Binary file not shown.
|
Before Width: | Height: | Size: 628 KiB |
Loading…
Reference in New Issue
Block a user