4 — Memory Ordering
Purpose
[stub: memory-ordering]
Metadata
| Author | Amit Singh |
| Scope | operating-system |
Local graph
Related notes
1 — Race Conditions
Covers critical sections, atomic operations, compare-and-swap (CAS), load-link/store-conditional (LL/SC), and memory visibility.
2 — Deadlocks
Covers the necessary conditions for deadlock, prevention, avoidance, detection, recovery, and the Banker's algorithm.
3 — Classical Synchronization Problems
Covers the dining philosophers, readers-writers, producer-consumer, sleeping barber, and cigarette smokers problems.
Operating Systems for MAANG Interviews
A book-shaped table of contents for operating systems at MAANG interview depth: foundations through processes, threads, concurrency, CPU scheduling, memory management, file systems, I/O, security & isolation, Linux internals, cloud/Kubernetes/observability, advanced kernel topics, and interview preparation — cross-linking existing sre/linux-networking, kubernetes-security, and patterns/concurrency notes instead of duplicating them.