Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 466 Bytes

File metadata and controls

12 lines (8 loc) · 466 Bytes

System-Programming-Project

This system is developed for one testing Centre which deals with the Covid-19 tests and treatment phases. It uses some basic concepts of system level programming like thread management , process child inter-communication and File IO operations.

To compile this program, simply run command: make

to run the program: ./main.out person_list.txt

to clear or remove all the previously crated object files, run cmd: make clean