EmadHussien / Operating-System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Operating-System

This was The Operating system individual final project.

Requirements :
  1. Implement page placement to handle the memory page faults.
  2. Implement two strategies for dynamic allocation/deallocation in the user heap.
Allocation :

The Malloc function should find the space of the required range by either :

  1. FIRST FIT strategy
  2. BEST FIT strategy

About


Languages

Language:C 100.0%