An open API service indexing awesome lists of open source software.

https://github.com/mydafzal/paging-and-segmentation

Visualize the Paging and Segmentation schemes in an Operating System using C language.
https://github.com/mydafzal/paging-and-segmentation

c cplusplus-11

Last synced: 6 months ago
JSON representation

Visualize the Paging and Segmentation schemes in an Operating System using C language.

Awesome Lists containing this project

README

          

# Paging and Segmentation in C
- Concept used to show the implementation of the Paging and Segmentation scheme in C.
- The program allows us to visualize the method in which paging and segmentation might take place in an Operating System.

## Link: https://repl.it/@maidaNsiddique/PagingandSegmentation#main.c

## Demo:
![Demo Gif](PS.gif)

## Algorithm:
Implemented the visualization of the Paging and Segmentation scheme as done by an operating system.
The program takes multiple processes and their required memory as input and outputs the visualization table.