Skip to content

A collection of C programs, which on a very high level shows implementation of OS components

License

Notifications You must be signed in to change notification settings

sthandassery/Operating-System-Components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

C-pro

A collection of C programs to showcase the basic components of a moderating Operating System.

  • Schedluer : Mocks various scheuling algorithms implemented in a OS.
  • File System : A dummy implementation of File System, available space is split into blocks, which are allocated and deallocated upon requirement.
  • MavShell : A very limited version of shell which runs on Linux systems. Showcases how new processes are forked and its life cylce.

About

A collection of C programs, which on a very high level shows implementation of OS components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages