From b89825b5897a3ae4b36b223270b0292fafd7e4e0 Mon Sep 17 00:00:00 2001 From: antifallobst Date: Sat, 25 Feb 2023 15:53:46 +0000 Subject: [PATCH] docs: added feature list to readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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/).