OS Concepts
Virtual memory, process scheduling, and system calls — the kernel layer.
- Virtual Memory Page tables, TLBs, and the elegant abstraction that gives every process its own address space.
- Process Scheduling CFS, real-time priorities, and how the Linux kernel decides who runs next.
- System Calls The thin boundary between user space and kernel — how syscalls work under the hood on x86-64 Linux.