docs: added feature list to readme
This commit is contained in:
parent
22d0c9e90c
commit
b89825b589
17
README.md
17
README.md
|
@ -1,5 +1,22 @@
|
||||||
# NoxOS
|
# 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
|
## Contribution Welcome :D
|
||||||
|
|
||||||
Install instructions, Code Documentation and a Contribution guide can be found in the [wiki](https://codeberg.org/antifallobst/noxos/wiki/).
|
Install instructions, Code Documentation and a Contribution guide can be found in the [wiki](https://codeberg.org/antifallobst/noxos/wiki/).
|
||||||
|
|
Loading…
Reference in New Issue