Skip to content

Nomiizz/System-Calls-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

System calls implementations for the OS/161 kernel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages