Module 4: Systems-Level Programming
This page aggregates the generated reference routes used by the learner-facing module.
- Semester:
semester-04-systems-programming - App:
systems
Read only if stuck
- K&R 8.1: File Descriptors
- K&R 8.2: Low-Level I/O -- Read and Write
- K&R 7.6: Error Handling -- stderr and exit
- Code: The Operating System (Part 1)
- Code: The Operating System (Part 3)
- Code: The Operating System (Part 4)
- K&R 8.2: Read and Write
- K&R 8.3: open, creat, close, unlink
- K&R 8.5: Implementation of fopen and getc
- K&R 8.6: Listing Directories
- Code: Peripherals (Part 1)
- Code: Peripherals (Part 3)
- K&R 8.7: A Storage Allocator
- K&R 5.4: Address Arithmetic
- COD 5.4: Virtual Memory (Part 1)
- COD 5.4: Virtual Memory (Part 2)
- COD 7.3: Shared-Memory Multiprocessors
- COD 2.11: Parallelism and Synchronization
- COD 2.11 (Part 2)
- COD 7.2: Difficulty of Parallel Programs
- COD 5.8: Cache Coherence
- K&R 8.2: Low-Level I/O
- COD 6.5: Connecting Processors, Memory, and I/O Devices
- COD 1.4: Performance