This is really interesting. I didn't know that the Linux kernel provided documentation like this. I thought my only recourse for learning about the internals of Linux were man pages, 3rd party tutorials, or reading the kernel source.<p>This sort of documentation, that doesn't assume prior knowledge, while still being technical, is really hard to get right.
The kernel source repository has a directory specifically for it, strangely called "Documentation" [0] :)<p>There are also comprehensive web pages for both programmers and system administrators published for all versions and 'latest' [1] which is where the article's document is to be found.<p>[0] <a href="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation" rel="nofollow">https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...</a><p>[1] <a href="https://www.kernel.org/doc/html/latest/" rel="nofollow">https://www.kernel.org/doc/html/latest/</a>