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
Codes pertaining to OS Lab for Course CO254 - Operating Systems[CSE NITK SEM-4]
These are the Python implementations of FIFO, LRU and OPT page replacement algorithms
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
Basic OS Programs - CPU Scheduling & Page Replacement
Simulation and data analysis for 4 different page replacement algorithms
A Repository of Operating System Virtual Lab having Process Scheduler, Page Replacement and Disk Scheduler
CSUSM: Operating Systems
"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 OS-lab offline-6 in xv6.
System programming assignments and codes I have done for my operating systems university course
Page Replacement Qt application for my OS class
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."