OS161


about img

C, Operating Systems
OS161 is a Operating System similar to Linux built for students to learn about Operating Systems and write low-level code performs OS tasks. Over the course of using OS161, I implemented locks and condition variables, File system calls such as open, read, write lseek, and chdir, as well as process system call such as fork, exec, waitpid and _exit.