This repository contains programs designed to be written and compiled in a FreeBSD environment. The programs focus on system software architecture concepts and implementation.
- Operating System: FreeBSD
- Compiler:
gcc
- Compile the program:
gcc -Wall program.c -o program
- Run the program:
./program