documentation/kernel/README.md

10 lines
302 B
Markdown
Raw Normal View History

# kernel
The documentation of the noxos kernel.
- The source code is documented in the `src` directory.
- Build instructions can be found in `build-instructions.md`.
- A roadmap of what has to be done can be found in `roadmap.md`.
- The kernels' sysabi (syscalls, etc.) can be found in `sysabi.md`.
2023-05-28 17:16:43 +00:00