Skip to content

A collection of programs written in C/C++ which emulate various algorithms used in operating systems.

Notifications You must be signed in to change notification settings

midver/os-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

os-projects

A collection of programs written in C/C++ which emulate various algorithms used in operating systems.

Process Manager/Shell

Command Result
pwd print working directory
cd [directory name] change directory
jobs list all currently running processes and their ids
kill [process id] force quit a specific process
fg [process id] force a process to run in foreground
bg [process id] force a process to run in background
[executable file] run process in foreground
[executable file] & run process in background
quit exit shell

Virtual Memory Manager

Heap Manager

Server/Client

About

A collection of programs written in C/C++ which emulate various algorithms used in operating systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages