This is the solution for Assignment 2, focusing on basic C development, forks, the linker, and the loader.
.cfiles: Code examples from Lab 5.answers.txt: Detailed explanations for all required questions.makefile: Compiles all C programs.README.md: This file.LICENSE: MIT License file./screenshots: Contains screenshots of compilation and execution.
-
Compile all programs:
make
-
Run the programs:
./process_creation ./output_program ./simple_program
-
Check dynamic libraries (Loader test):
ldd simple_program
-
Clean the executable files:
make clean