docs: added feature list to readme

This commit is contained in:
antifallobst 2023-02-25 15:53:46 +00:00
parent 22d0c9e90c
commit b89825b589
1 changed files with 17 additions and 0 deletions

View File

@ -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/).