Git Product home page Git Product logo

cs314_os_lab's Introduction

Operating Systems Lab Assignments

//Informal Comments for juniors:

Lab 1: Just Minix Setup. No folder for this.

Lab 2: A variety of things. I'm too lazy to type, but we used fork(), execvp() etc etc. Please check the folder!

Lab 3: Swapped PIDs are printed by modifying schedule files in Minix, plus we used UnixBench (modified by IIT Dharwad) to see how the Minix scheduler handles CPU bound and I/O bound processes.

Lab 4: Simulated SJF and SRTF schedulers in C++, since my roll number is even.

Lab 5: Measuring time quanta allotted and order of execution for each process in a worklod mix (created by us), and then comparing it to after implementing a pseudo-FIFO scheduling

Lab 6: Image Transformation in sequential manner and using concurrency as well - four methods have been used, which are atomic operations, semaphores, shared memory and pipes. We (me and prabhu) had to do this in a hurry, so it's a knock-up job and you will need to improve the code if you want to use it.

Lab 7: Some analysis of different virtual memory management methods- keeping base and bounds registers, segmenting memory spaces, and linear paging.

Lab 8: Analysis of page replacement algorithms - FIFO, LRU and Random.

Lab 9: Detecting creation, modification and deletion of files in the file system.

Lab 10: Implementing immediate files in Minix.

PS: Some stuff is a bit cluttery, please understand it yourself (it is self-explanatory (probably))

cs314_os_lab's People

Contributors

devblixt avatar whitelisted2 avatar

Stargazers

gituser44 avatar Eason Wang 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.