docs: address review commentary

This commit is contained in:
hexkyz 2020-04-27 18:40:22 +01:00
parent 39f5933600
commit 234c83522a
18 changed files with 172 additions and 82 deletions

View file

@ -1,3 +1,3 @@
# Mesosphère
Mesosphère is a work in progress customized kernel reimplementation.
# mesosphère
mesosphère is a work in progress customized kernel reimplementation.
The Horizon OS's kernel follows microkernel design principles and runs at the EL1 level. It is currently subdivided into a loader (kernel_ldr) and the main kernel code.