Rcore Docs -

Most kernels have a tutorial as an afterthought. RCore inverts this: the tutorial is the documentation. Each chapter maps directly to a module in the code. You learn paging by reading paging.md , then open paging.rs and find the exact structures you just read about.