Skip to content

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

Notifications You must be signed in to change notification settings

mglush/nachos_syscalls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published