Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Operating System Class

Notifications You must be signed in to change notification settings

cristianocaon/ttu-os-fork-process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Programming and Process Management

Project for Operating System class at Texas Tech University, with professor Dr. Yong Chen.

The Makefile contains the configuration to compile the C programs.

The source codes hello_child.c and hello_child2.c contain the different types of child process creation required for the exercise.

  • hello_child.c is for the requirements 1-4
  • hello_child2.c is for requirement 5