Giter Site home page Giter Site logo

yousefosama654 / fedorix-os Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.05 MB

Fedorix OS is a simulation of an OS scheduler and memory manager using different scheduling algorithms including Highest Priority First (non-preemptive), Shortest Remaining Time Next, and Round Robin.

Makefile 1.69% C 98.31%
c data-structures memory-management operating-system scheduling highest-priority-first round-robin shortest-remaining-time-first buddy-system-allocation first-fit-algorithm

fedorix-os's Introduction

Fedorix-OS

๐Ÿ“ Table of Contents

๐Ÿ“™ About

  • A CPU scheduler determines an order for the execution of its scheduled processes; it decides which process will run according to a certain data structure that keeps track of the processes in the system and their status.
  • A process, upon creation, has one of the three states: Running, Ready, Blocked (doing I/O, using other resources than CPU or waiting on unavailable resource).

๐Ÿ“ƒ System Description

  • Consider a Computer with 1-CPU and 1024 bytes memory . Our scheduler implemented the complementary components as sketched in the following diagrams.

๐Ÿ“Œ NOTE:

We are supporting the following Scheduling algorithms:

  1. HPF (Highest Priority First)
  2. STRN (Shortest Time Remaining Next)
  3. RR (Round Robin)

๐Ÿ Getting Started

This is an list of needed instructions to set up your project locally, to get a local copy up and running follow these instructions.

Prerequisite

  1. Any unix based system
  2. GCC compiler installed

Installation

  1. Clone the repository
$ git clone https://github.com/yousefosama654/Fedorix-OS.git
  1. Navigate to Phase1 Folder
$ cd Phase2

Running

Running program

  1. First remove the old files
$ make clean
  1. Build all the needed files
$ make build
  1. Run the test generator to generate a files of random procceses
$ make test
  1. Now run the scheduler
$ make run
  1. _For all automated run use _
$ make all

๐Ÿ’ป Built Using

  • C Programming Language

โญ Contributors โญ

yousefosama654
Yousef
EmanElbedwihy
Eman
nesma-shafie
Nesma
Sara-Gamal1
Sara

Thank You. ๐Ÿ’–

fedorix-os's People

Contributors

yousefosama654 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.