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.
- Host: GitHub
- URL: https://github.com/mydafzal/paging-and-segmentation
- Owner: mydafzal
- Created: 2021-01-08T18:13:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-08T18:25:37.000Z (over 5 years ago)
- Last Synced: 2025-01-20T17:17:24.302Z (over 1 year ago)
- Topics: c, cplusplus-11
- Language: C
- Homepage:
- Size: 2.14 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

## 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.