Codes pertaining to OS Lab for Course CO254 - Operating Systems Lab
-
Updated
Jun 7, 2023 - C
Codes pertaining to OS Lab for Course CO254 - Operating Systems Lab
SJTU-CS356-Projects
These are the Python implementations of FIFO, LRU and OPT page replacement algorithms
Codes pertaining to OS Lab for Course CO254 - Operating Systems[CSE NITK SEM-4]
Operating System Simulator built using JS, HTML and CSS
Program to accept number of physical frames, list of page accesses, and the page replacement algorithm and output the number of faults and whether each access was a fault or not. Supports FIFO, LRU, and OPTIMAL algorithms.
This code was written in JAVA.
Operating System Algorithms in C++
This is an extension of Nachos to support multiprogramming using system calls such as Exec, Exit, Read and Write to have processes request services from the kernel. Then it is further extended by a Virtual Memory Manager supported by Demand Paging and Page Replacement procedures.
This repository holds the program of all study jams conducted by GDSC SCTCE
Simulation and data analysis for 4 different page replacement algorithms
Basic OS Programs - CPU Scheduling & Page Replacement
CSUSM: Operating Systems
A Repository of Operating System Virtual Lab having Process Scheduler, Page Replacement and Disk Scheduler
"Implementation of Virtual Memory available in operating systems"
OS programs in python
Program that aims to illustrate the difference between page fault detection algorithms depending on how their respective queues are managed by the OS
Paging and swapping implementation using Linked List structure for xv6.
C++로 작성된 페이지 교체 시뮬레이션
Assignments of Systems Lab.
Add a description, image, and links to the page-replacement topic page so that developers can more easily learn about it.
To associate your repository with the page-replacement topic, visit your repo's landing page and select "manage topics."