Skip to content

marc25219/Operating_Systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operating Systems

This repository is a compilation of assignments completed for the Operating Systems course within the Computer Engineering program at UOC.

SysCalls

  • fitxers.c --> This progam based on C and system calls. It uses open(), read(), write() and close() system calls to manage a file content. Finally, the information is shown using an standard output.

Exec()

Fork()

  • Fork() & Execlp(): fork_execlp.c --> This program based on C uses the fork() System Call to create a child process. Furthermore, it executes each process individually with their own context:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages