Skip to content

Add more documentation to the redox kernel

Liam Naddell requested to merge (removed):master into master

This adds documentation to the context part of the kernel, as well as more documentation for syscalls

In order to test the documentation, you must clone the master redox repository, compile the whole thing, then switch to the kernel/ directory and run cargo doc --no-deps --open

Merge request reports