Adds links to other docs into docs/MAIN.md.

This commit is contained in:
wilkie
2025-12-30 02:42:32 -05:00
parent 8cc042874d
commit f8383f21f8

View File

@@ -25,3 +25,5 @@ These operations need to be verifiable in our kernel. Applications rely on these
The unanswered questions so far have to do with scheduling and preemption.
For stage 1, we will have a non-preemptive single process kernel to sidestep solving these problems.
Refer to [PROCESS](PROCESS.md) for information about processes, [MEMORY](MEMORY.md) for information about generic page manipulation primitives, [RESOURCE](RESOURCE.md) for information about higher-level page collection primitives, and [UPCALL](UPCALL.md) for information about upcall semantics.