Explore >> Select a destination


You are here

river.me
| | membarrier.wordpress.com
8.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
10.2 parsecs away

Travel
| | ...and the crucial role it plays in modern operating systems.
| | cpu.land
8.9 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.
| | www.playembedded.org
86.0 parsecs away

Travel
| Pointers can be a daunting concept for those new to the C programming language, but they are a very powerful tool that can greatly improve the efficiency of your code. In this article, we will demystify pointers and explain how they work, why they