System calls implementations for the OS/161 kernel
C
System Calls Implementation
This project implements several system calls in the OS/161 kernel. OS/161 is a teaching operating system written in C and uses gcc as its compiler. The implemented system calls include fork, getpid, waitpid, exit and execv (with argument passing).