Giter Site home page Giter Site logo

os-simulator's Introduction

OS-Simulator

Hosted at https://os-sim.herokuapp.com/

The OS-Simulator project was built by a team of 10 students from NITK, Surathkal, in partial fulfilment of the Operating Systems course (CS252) offered by the CSE Department of the institute.

The simulator implements the following features:

  1. System Calls
  2. Process Scheduling Algorithms
  3. Disk Scheduling Algorithms
  4. Memory Allocation Algorithms
  5. File Allocation Methods
  6. Page Replacement Algorithms
  7. Banker's Algorithm for Deadlock Avoidance
  8. Deadlock Detection using Resource Allocation Graph

In supplement to the above features, the following acccessories are also present:

  1. Wiki pages, which have documentation for the 8 features listed above.
  2. Terminal, which provides a similar interface as the Linux Terminal or Windows Command Prompt.
  3. Team section, which contains the list of the members who have contributed to this project.

Install components

sudo apt-get update
sudo apt-get install python-pip 

Setting up Virtual Environment and Install Requirements

sudo pip install virtualenv
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Running the website locally

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Team Members

Omanshu Mahawar(Team Leader)    181CO237
Manas Trivedi                   181CO231
Mohammed Rushad                 181CO232
Mudavath Prathyusha             181CO233
Nandan MK                       181CO234
Nihar Kormbadka Gundyadka Rai   181CO235
Nishtha Kumari                  181CO236
Pasumarthi Kushwanth            181CO238
Pranav Vighneshwar Kumar        181CO239
Priyash Bhattarai               181CO240

os-simulator's People

Contributors

dependabot[bot] avatar manasdtrivedi avatar mrushad avatar nandan045 avatar nandanmk avatar omanshu840 avatar pranavnkps 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.