// MODULE 17

Systems Programming

Process creation (fork/exec), signals, pipes, sockets basics, and interacting with the OS.

Systems Programming

Topics Covered


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.