Process creation (fork/exec), signals, pipes, sockets basics, and interacting with the OS.
Content coming soon. This module will cover systems programming — using C to interact directly with the operating system through system calls. It builds toward the Memory Allocator capstone project by showing how programs interact with the OS at the lowest level.