anushk4 / OSLoader

Implementation of Simple and Lazy Loader, which replicates the functioning of the loader of an Operating Systems

Repository from Github https://github.comanushk4/OSLoaderRepository from Github https://github.comanushk4/OSLoader

Loader

  • The Simple Loader loads all the segments at once.
  • The Lazy Loader loads the pages only when that particular page is required. The concept of Page Faults is used to load the pages

About

Implementation of Simple and Lazy Loader, which replicates the functioning of the loader of an Operating Systems


Languages

Language:C 92.6%Language:Makefile 7.4%