diff --git a/README.md b/README.md index b3dd790..60a4a52 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,22 @@ # NoxOS +NoxOS is a small x86 operating system (currently just a kernel). +The kernel is booted using the limine boot protocol and fully documented. + +currently supported features: +- format strings +- heap +- exception handling + - register dumping +- scheduling + - threads +- graphics renderer + - multiple canvases + - alpha blending + - font rendering +- node based vfs (under construction) + + ## Contribution Welcome :D Install instructions, Code Documentation and a Contribution guide can be found in the [wiki](https://codeberg.org/antifallobst/noxos/wiki/).