This repository contains my coursework for COMP2560 (System Programming) at the University of Windsor, completed on the Delta server.
- Institution: University of Windsor
- Course: COMP2560 - System Programming
- Environment: Delta server (Linux)
- Key Topics: Unix system calls, process management, file I/O, socket programming
Most labs require:
- GCC compiler:
gcc -o output_name source_file.c - Linux environment (tested on Delta server)
- Specific permissions for some labs (TTY access, socket binding)
- Some code requires specific permissions or environment setup
- Authentication credentials in lab10 are for demonstration only
- Developed and tested on the University of Windsor's Delta server


