Explore >> Select a destination


You are here

river.me
| | cpu.land
3.7 parsecs away

Travel
| | Curious exactly what happens when you run a program on your computer? Learn how multiprocessing works, what system calls really are, how computers manage memory with hardware interrupts, and how Linux loads executables.
| | membarrier.wordpress.com
3.9 parsecs away

Travel
| | In the previous post we saw how the memory management unit (MMU) uses page tables to translate virtual addresses into physical ones. We will now consider the various features that such a translation enables in an operating system. In the discussion below, it is important to remember that the granularity of translation is a single...
| | www.internalpointers.com
2.9 parsecs away

Travel
| | ...and the crucial role it plays in modern operating systems.
| | albocoder.github.io
22.9 parsecs away

Travel
| [AI summary] This blog post details the process of using static analysis with LLVM bitcode to identify the slab cache for kernel objects in the Linux kernel.