fcfs
Here are 27 public repositories matching this topic...
⚙️Operating System CPU Scheduling Simulator😄
-
Updated
Nov 2, 2019 - C
OS Disk Scheduling Algorithms implementations in C and JAVA
-
Updated
Feb 18, 2022 - C
The code contains a simple CPU scheduler simulator made all in the programming language C
-
Updated
Aug 8, 2022 - C
It consists of menu driven program to find fcfs and sjf with gantt chart and it is used to find average waiting time , average burst time and generation of table...
-
Updated
Oct 7, 2022 - C
This Repository contains the Operating System Project on Multilevel Queue Scheduling, LPU.
-
Updated
Apr 9, 2018 - C
This repository contains the operating system algorithms which I have implemented in my university coursework. Give a ⭐ if this repo has helped you.
-
Updated
Mar 30, 2019 - C
Implemented Multilevel Feedback Queue(MLFQ), Priority Based (PBS) and First Come First Serve(FCFS) .Process scheduling algorithms in MIT-xv6 Operating System. ∙ Analysed the processor waiting and execution time for different processes in each of the above scheduling policies.
-
Updated
Oct 9, 2020 - C
C program for FCFS and SJF that reads input from input.txt and writes the executed output in output.txt.
-
Updated
May 14, 2020 - C
Simulates two operating system scheduling algorithms: First Come First Served (FCFS) and Round Robin (RR)
-
Updated
Dec 16, 2017 - C
Implemented following scheduling algorithms in xv6 operating system: FCFS, Preemptive Priority-based, Lottery
-
Updated
May 2, 2023 - C
CSOPESY T1 AY 2023-2024 // Implementation of FCFS, SJF, SRTF, Round Robin CPU Scheduling Algorithms
-
Updated
Dec 12, 2023 - C
🔄 process manager
-
Updated
Jul 28, 2022 - C
This project i made on GCC C -language .... This program implements a Blood Bank Management System in C. It allows users to: Add donor and recipient details, including names, blood groups, and contact information. Match donors to recipients based on blood group compatibility. Perform First-Come, First-Serve (FCFS) scheduling for blood donation.
-
Updated
Jan 23, 2025 - C
FIFO is an acronym for first in, first out, a method for organizing the manipulation of a data structure where the oldest entry, or "head" of the queue, is processed first.
-
Updated
Sep 5, 2022 - C
This project is a CPU scheduler simulator that implements five classic scheduling algorithms. It offers a command-line interface for comparing the performance of different scheduling strategies with user-defined process sets. ⏱️
-
Updated
Mar 8, 2025 - C
단국대학교 운영체제 팀과제
-
Updated
Jul 9, 2021 - C
operating system programs and algorithms in c
-
Updated
Jul 31, 2021 - C
Improve this page
Add a description, image, and links to the fcfs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fcfs topic, visit your repo's landing page and select "manage topics."