Daily Shaarli

All links of one day in a single page.

February 17, 2024

Cpu.land - Explaining CPUs for the rest of us

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.

A really nice delve into CPU inner workings, especially system calls and hardware interrupts are an interesting read.