GitHub topics: cpu-scheduling
ishijaiswal18/Operating-System-Concept-Practicals
π Dive into the fascinating world of operating systems with these hands-on assignments! π₯οΈ Perfect for students and developers eager to unravel the secrets of OS concepts. Each task is a thrilling journey through coding and problem-solving, making learning as enjoyable as it is educational. Let's embark on this OS adventure together! ππ‘
Size: 3.38 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

KoderuNoKo/Operating_System
A simulation for a simple operating system
Size: 13.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

imykie/os-scheduler-simulator
An Operating System Scheduler Simulator implementing various types of CPU Scheduling algorithms
Language: C++ - Size: 69.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

k0T0z/cpu-scheduler π¦
CPU Scheduler algorithms simulator including FCFS, pre-emptive Priority, non-pre-emptive priority, pre-emptive SJF, non-pre-emptive SJF, and RR.
Language: Java - Size: 34.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

danthurston/ProcessScheduler
Java Process Scheduling. An approach to improving upon a shortest-job-first (SJF) CPU scheduling system by using weighted-shortest-job-first (WSJF) and process aging.
Language: Java - Size: 42 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

sandunrajitha/CPU-Scheduling-Algorithms-Simulator
Java program to simulate CPU scheduling algorithms.
Language: Java - Size: 939 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

nayandeshmane/CPU-Scheduling-Simulator
Final-year project based on Operating System (OS) where it contains a CPU scheduling simulator designed to help understand and visualize various CPU scheduling algorithms.
Language: JavaScript - Size: 7.21 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ayushs2k1/Operating-Systems-Project
The project titled ROAD CONSTRUCTION USING HIGHWAY PLANNING AND OBSTRUCTION PREVENTION aims to address one of the major issues that the Indian road construction department is facing.
Language: C++ - Size: 1.22 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

JumanaWanass/CPU-Scheduling
This project is a Java implementation of a MLFQ scheduler for process scheduling. It uses a combination of RR and FCFS scheduling algorithms to manage processes.
Language: Java - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

NajimAlfutini/CPU-Priority-Scheduling-preemptive
Preemptive Priority CPU Scheduling. Higher-priority processes are executed first, and in case of equal priorities, the algorithm follows a First Come First Serve (FCFS) approach.
Language: Java - Size: 536 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

mishal23/os-lab
Codes pertaining to OS Lab for Course CO254 - Operating Systems Lab
Language: C - Size: 48.8 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 68 - Forks: 37

mudra16bhandari/CPU-Scheduling
Android Application executing CPU Scheduling Algorithms like FCFS, SJF, SRTF, LJF, LRTF, Priority (Preemptive and Non-Preemptive), and Round Robin.
Language: Java - Size: 365 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 1

Mussabat/CPU-Scheduling-Algorithms
Language: C++ - Size: 563 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

thisishusseinali/SCHEDULIZER
π python package for educational cpu scheduling. input a processes table, get the execution flow based on chosen algorithms. π ideal for hands-on learning and visualizing cpu scheduling concepts.
Language: Python - Size: 17.6 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

54nd339/Labs
CSE Lab Assignments
Language: C - Size: 8.59 MB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 2

ashish04042004/OSProject_Grp5
Web Based CPU Scheduling Simulator
Size: 5.43 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

affanu02/CPU-Schedualer-CIS-3110
Created a CPU scheduler from a programming course (CIS3110)
Language: C - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

boonsuen/process-scheduling-solver
Generate gantt chart and calculate turnaround time and waiting time for various CPU scheduling algorithms.
Language: TypeScript - Size: 746 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 242 - Forks: 38

arthurosipyan/CPU-Scheduler
Java program that takes a csv file containing a list of processes, passes them to the CPU Scheduler and Round Robin algorithm, and then finally returns the statistics of the processes.
Language: Java - Size: 28.3 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 0

vijayakumar-bhaskar/operating-system-concepts-algorithms
This is a collection of main algorithms from the operating system concepts book.
Language: Java - Size: 14.6 KB - Last synced at: 24 days ago - Pushed at: almost 5 years ago - Stars: 8 - Forks: 3

Jithin-Jude/AJCE-CSE-S5-System_Software_LAB
The Crazy Programmer
Language: C - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

agr505/CPU-Scheduler
Language: C# - Size: 438 KB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

ChrisAHolland/csc360
Operating Systems (CSC 360) coursework at UVIC.
Language: C - Size: 146 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

shwetd19/Multi-Level-Feedback-Queue-MLFQ
Multi-Level Feedback Queue (MLFQ) Scheduling Algorithm
Language: JavaScript - Size: 370 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

sempfi/OS_Project_CPU_Scheduling_Algorithms
CPU Scheduling Algorithms Implemented in C.
Language: C - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

jElhamm/CPU-Scheduling
"CPU Scheduling Algorithms Implementation Repository"
Language: Java - Size: 322 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

william-jennings/Real-Time-Process-Scheduling-Simulator
A real-time process scheduling simulator to assess the performance of different scheduling algorithms.
Language: C - Size: 741 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

1AhmedGalal/FCIS_Operating_System Fork of ahmedredaooooo/Operating-System-FOS
A fully functioning operating system written in C as a project for FCIS-ASU's OS course.
Language: C - Size: 3.89 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cse-gect/System-Software-Lab
Contribute better algorithms π
Language: C - Size: 567 KB - Last synced at: about 7 hours ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 2

Azriy-Nazariee/CPU-Scheduling
CPU Scheduling Algorithm Visualisation for TSN2101 - Operating System
Language: Python - Size: 133 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mhmdnzr/CPU-Scheduler
CPU Scheduling
Language: Python - Size: 2.72 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 0

BaselAbuHamed/CPU-Scheduling-Algorithms
The project is a simulation for some of the CPU scheduling algorithms and making a comparison between them.
Language: Java - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

bibhushansaakha/CPU-Scheduling-Algorithms
CPU Scheduling Algorithms are methods employed by operating systems to manage the execution order of processes in a computer system. These algorithms determine which process gets access to the CPU at a given time, aiming to optimize resource utilization and system performance.
Language: C++ - Size: 15.8 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

saeed-raeisi/CPU-Scheduling-Algorithms-android
CPU Scheduling Algorithms Android
Language: Java - Size: 1.18 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

EnesBaserr/Round-Robin-CPU-Scheduling-Algorithm
Round-Robin CPU scheduling algorithm implementation in C language
Language: C - Size: 205 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

arianhaddadi/xv6-OS-Modification
This Project is a modification to xv6 Operating System with new features like new keyboard shortcuts for console, new system calls, CPU scheduling, synchronization using barriers and reentrant mutex locks, and a new IPC mechanism similar to Spring OS doors IPC.
Language: C - Size: 126 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Nihalrt/Responsive-Queues
Created a c program that runs different tasks in 3 different queues having distinct quantum times. The scheduling is preemptive provided that the current task's remaining burst time is less than that of the new task. Additionally, implemented a boosting mechanism which prevents tasks from waiting indefinitely (starvation).
Language: C - Size: 9.77 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

minsubak/cpu_scheduling_simulator
cpu scheduler simulator (with raylib)
Language: C - Size: 6.46 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

KunalRRathod/AdvancedOperatingSystemsLabs
Lab Assignment For M.Tech (CS) Sem-1 Advanced Operating Systems CS-6516
Language: C - Size: 18.6 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AbdelrhmanReda17/CPU-Schedulers-Simulator
This Java program simulates various CPU scheduling algorithms,
Language: Java - Size: 228 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

Revkxd/CSOPESY-MP1 π¦
CSOPESY T1 AY 2023-2024 // Implementation of FCFS, SJF, SRTF, Round Robin CPU Scheduling Algorithms
Language: C - Size: 14 MB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Arrsh-Adarsh/CPU-Scheduling
Program in C on CPU Scheduling
Language: C - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

LaplaceXD/OperatingSystemConcepts
Operating System Concepts Simulations (CS3104)
Language: Jupyter Notebook - Size: 703 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Andrei-Lapusteanu/ProcessPlanification
Process Planification is an application used to simulate the scheduling of processes inside a CPU
Language: C# - Size: 2.49 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

ShivamGoyal03/Operating-System
This repository contains implementations of various CPU scheduling algorithms, including First-Come-First-Serve (FCFS), Shortest-Job-First (SJF), Round Robin (RR), and more. These algorithms are commonly used in operating systems to determine which process should be executed next on the CPU.
Language: Jupyter Notebook - Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Ahmed-Khaled24/Process-Scheduler
Desktop application to demonstrate process schedulers in operating systems
Language: JavaScript - Size: 3.65 MB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 3

JoyeBright/OSLab
Repository for the lectures taught in the course named "Operating Systems Lab" at the University of Guilan, Department of Computer Engineering.
Language: C - Size: 730 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 21 - Forks: 27

gramcracker40/CPU-Scheduler
A CPU scheduling simulation. Showcasing various scheduling algorithms in a rich terminal user interface.
Language: Python - Size: 317 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ayanchyaziz123/OS-lab-cpu-scheduling-algorithms-using-linkedlist
Operating system all codes which I practiced for my OS course.
Language: C - Size: 88.9 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

XMaroRadoX/CPU-Scheduling-Techinques-Using-CPP
C++ program simulating CPU scheduling techniques (FCFS, SJF, RR). Compares performance and efficiency using metrics such as turnaround time, waiting time, response time. Visual representation, customization options, and analysis of results included.
Language: C++ - Size: 7.05 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

EslamAsHhraf/Operating-System-Scheduler Fork of AdhamAliAbdelAal/OS-Project
π’A CPU scheduler determines an order for the execution of its scheduled processes. Operating System Scheduler decides which process will run according to a certain data structure that keeps track of the processes in the system and their status.
Language: C - Size: 689 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

kimlalman28/CPU_Scheduling_Simulator
Single Threaded CPU Scheduling Simulator
Language: Java - Size: 12.7 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 11 - Forks: 4

Faisal-AlDhuwayhi/OS-Process-Management
The project is focused on simulating the multiprogramming of a specific operating system and dealing with CPU scheduling and Job scheduling
Language: Java - Size: 150 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

ccmurdoc/CPU-Scheduler
CPU scheduling program. CPU Scheduler for: FCFS, SJF with preemption, RR (with specified time quantum), and Priority with preemption
Language: C++ - Size: 979 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 3

Atri10/osvirtuallab Fork of HansalShah007/osvirtuallab
This is a website about different algorithms that Operating Systems use to run the computer.
Language: JavaScript - Size: 3.91 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

youssef-attai-fcai-cu/os-assignment-2
(CS341) Operating Systems: Assignment 2 - CPU Scheduling Simulator
Language: Java - Size: 78.1 KB - Last synced at: 11 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

parsa-poorsistani/OS-course
Amirkabir university of tech OS course assignments
Language: Go - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ValerianCoelho/Operating-Systems
Language: C - Size: 70.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jackshendrikov/cpu-scheduling
Implementation of Round Robin and PSJF scheduling algorithms for a single-processor system.
Language: Java - Size: 1.22 MB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

isaychris/CS433
CSUSM: Operating Systems
Language: C++ - Size: 1.07 MB - Last synced at: 4 months ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 2

c-ease/process-scheduling-in-c
Process scheduling algorithms implemented in c language: FCFS, SJF, Priority, Round Robin (non-preemptive)
Language: C - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

zaidmukaddam/CPU-Scheduler-App-React-Native
React Native Application to visualize the CPU Scheduling with different Algorithms and Animations.
Language: JavaScript - Size: 2.21 MB - Last synced at: 6 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

niraj-patil/osScripts
Basic OS Programs - CPU Scheduling & Page Replacement
Language: Python - Size: 29.3 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

yarkincaner/cpu-scheduling
First come first served cpu scheduling algorithm, but it's a little different from the original algorithm.
Language: Java - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

thomaslwk/OS_Assignment
Operating System module assignment documentation
Language: C - Size: 39.1 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

ILNEKELASHENGINEER/CPU-Scheduling-Visualizer
reengineered the webpage for CPU scheduling visualizer using HTML, CSS, and JS.
Language: JavaScript - Size: 30.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

PrinceSinghhub/CPU-SCHEDULING-ALGORITHM-VISUALISER
The CPU Scheduling Algorithm Visualizer is a web-based tool that allows users to interactively visualize various CPU scheduling algorithms. This project aims to provide an educational resource for understanding how different scheduling algorithms work internally and their effects on the execution of processes in a CPU.
Size: 11.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 6 - Forks: 1

akshah1997/Dynamic-Round-Robin-Scheduling
Our implementation of Dynamic Round Robin Algorithm for CPU scheduling
Language: Java - Size: 30.3 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 2

jared-p/CPU-Scheduling-Dasboard
CPU Scheduling Dasboard, included First Come First Serve, Round Robin, Rate Monotonic, and Earliest Deadline First
Language: JavaScript - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

animshamura/CPU-Scheduling
Algorithms on task scheduling is in here.
Language: Java - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

egorkuzn/cpu_cash_time
The effect of cache memory on array processing time
Language: C++ - Size: 108 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

BashMocha/cpu-fcfs-scheduler
This is a five-state OS simulation that has been scheduled by the FCFS (first come, first serve) algorithm.
Language: C - Size: 248 KB - Last synced at: 6 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

shahharsh2468/-CPU_Scheduling_Algorithms
Peaked the topic from Operating System, developed code for many Scheduling Algorithm in PHP And designed Whole Website. As uniqueness added the video feature that helps to learn all scheduling algorithm.
Language: PHP - Size: 14.7 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

dinocajic/round-robin-dynamic-quantum
The Preemptive Round Robin Scheduling Algorithm is an important scheduling algorithm used in both process scheduling and network scheduling. Processes are executed for a predefined unit of time called a quantum. Once the CPU executes the process for the specified time slice, the process either terminates or returns to the back of the ready queue if the process has any remaining burst time left. Numerous proposals have been made to improve the static quantum time of the Round Robin Scheduling Algorithm; most research focuses on the optimization of the ready queue. In this paper, I proposed having predefined optimized quantum times for most process that can be retrieved whenever a new process enters the ready queue.
Language: Java - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 1

kiran2k3/OS-PROJECT Fork of umeshnani05/OS-PROJECT
FUEL FILLING STATION
Size: 12.7 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

vbhv-unyl/cpu-process-scheduling-algorithm
An algorithm designed to handle cpu processes efficiently. Implemented using data structures and algorithms. Inspired by the famous round robin cpu scheduling algorithm.
Language: C++ - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

NitinR2510/scheduling_algorithms
CPU scheduling algorithms for OS course
Language: Python - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

Momen-G-Ar/cpu-scheduling-algorithms
A program to simulate the CPU scheduling algorithms with Gantt Chart for each of them
Language: C++ - Size: 12.7 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

alhussain-shaikh/Operating-System-LAB
In this repo, I have nearly covered all the lab concept related to Operating System with the code in c/c++/java
Language: C++ - Size: 1.37 MB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

moccia01/tp-2023-1c-Codefellas
Trabajo PrΓ‘ctico de Sistemas Operativos - UTN FRBA - Primer Cuatrimestre 2023
Language: C - Size: 3.38 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

hemanth-07-11/CPU-Scheduling-Visualisation
CPU SCHEDULING VISUALISATION - This is an attempt at simulating CPU Scheduling algorithms - FCFS, SJF, RR, Priority Scheduling.
Language: CSS - Size: 134 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 4

Francesco601/Advanced-Topics-in-C
A repository for programs that illustrate concepts in C programming
Language: C - Size: 84 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

JavadZandiyeh/AUT-OS-Lab
AUT Operating System Lab
Language: C - Size: 18 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

akorkos/Operating-system-scheduling-algorithms
Scheduling algorithms for operating systems made with C
Language: C - Size: 28.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Francesco601/Real-Time-Scheduling-Algorithms
CPU scheduling algorithms
Language: C - Size: 68.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Itskindastrange/OS-Simulator
This is a college project of Operating Systems completed by me. It contains CPU scheduling, Semaphore(Dining Philosopher Problem), Deadlock(Bankers Algorithm), Memory Management(Two-Level Page-Table Scheme ,Hashed Page Table with TLB),Page Replacement (Second Chance Algorithm using circular link list). Also a simple GUI menu is also implemented.
Language: C++ - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Francesco601/Multilevel-Feedback-Queue
Language: C - Size: 57.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

tarakciemre/completely-fair-scheduler
Implementation and performance testing of Completely Fair Scheduler in C.
Language: C - Size: 72.3 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

VedantS73/CPUSchedulerJava
Java CPU Scheduling Simulator to test algorithms like FCFS ,SJF ,SRTN and RR
Language: Java - Size: 16.6 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

EL-SHREIF/CPU-Scheduler
CPU Scheduler with FCFS , RR , SJF and priority
Language: C# - Size: 11.1 MB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 8 - Forks: 4

Locality-PH/cpu_scheduler
A Simple CPU Scheduler that can calculate the process memory
Language: JavaScript - Size: 1.64 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

Osama-Gamal/CPU-Scheduling-Simulator
CPU Scheduling to simulate process opeartions
Language: Python - Size: 42 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

fuadaghazada/Operating-Systems
Projects implemented for Operating Systems course (CS 342) in Bilkent University
Language: C - Size: 4.45 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 1

eniac00/cpu_scheduling_cli
A CLI simulator for cpu scheduling algorithms
Language: C - Size: 964 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

wyuzh/Appointment_Organizer_Project
An Appointment Organizer (APO) Project in C
Language: C - Size: 1.46 MB - Last synced at: 29 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

KareemMAX/CPUScheduling
CPU scheduling algorithms simulator and visualizer
Language: Java - Size: 144 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

SebastianEPH/EXE_Bomb_Windows π¦
Virus Troyano indetectable que satura RAM y procesador (nucleos e hilos) al 100%, bloquea mouse y teclado, hace colapsar la unidad C y Windows en tan solo segundos.
Language: Python - Size: 5.57 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 7 - Forks: 3

J-Hoplin/Implement_CPU_Scheduler
3rd Grade 1st Semester : Operating System / Programming Assignment : Implement CPU Scheduler
Language: Java - Size: 2.33 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Antraxmin/CPU-Scheduler
[OS] CPU Scheduling Simulation App using Java
Language: Java - Size: 106 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Zilean12/Multilevel-feedback-queue-scheduling-algorithm.
Multilevel feedback queue scheduling algorithm.
Language: Python - Size: 212 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0
