mglush / nachos_syscalls

Implementation of 10 system calls for Nachos in C/C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NachOS Syscalls Implementaion in C/C++.

By Michael Gluschhenko for UCSB CS170 Spring 2023.

The following syscalls are to be implemented in this projected:
Multiprogramming: fork(), yield(), join(), exec(), and exit().
File and Console I/O: creat(), open(), read(), write(), and close().

About

Implementation of 10 system calls for Nachos in C/C++.

License:Other


Languages

Language:C++ 69.7%Language:C 24.8%Language:Assembly 3.7%Language:Makefile 1.8%