2 — Process Creation
Purpose
[stub: process-creation]
Metadata
| Author | Amit Singh |
| Scope | operating-system |
Local graph
Related notes
1 — Process Fundamentals
Covers the process lifecycle, the process control block (PCB), process states, process context, the process image, and parent/child process relationships.
3 — Context Switching
Covers kernel mode vs. user mode, saving registers, scheduling context, context switch cost, and process switching.
4 — Interprocess Communication
Covers pipes, named pipes, shared memory, message queues, signals, sockets, RPC, and mmap().
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.