Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.72 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.72 KB

Arpith_PintOS

Introduction

This is my implementation of various OS features which includes:

  1. Threads
  2. User Programs
  3. Virtual Memory and
  4. File System

It was done as part of OS course (E0 253) at the Indian Institute of Science.
To know more about this project look at the Project section here.

For a more detailed introduction click here.

Made By

Arpith K

arpith @ live.com
arpith.k @ csa.iisc.ernet.in

Instructors

Final Notes

  1. Project status
  • Project 1: Threads
    All 27 tests passed.
  • Project 2: User Programs
    All 76 tests passed.
  • Project 3: Virtual Memory
All 109 tests passed.
PS: I believe there is a bug which causes page-parallel test case to fail some
times. I could not debug this before the deadline.
  • Project 4: File Systems
    All 121 tests passed.
  1. All projects were compiled on a machine running Ubuntu 15.10 with gcc 5.2.1.
  2. QEMU 2.3.0 was used to run PintOS

Beware!
Folks at IISc run sophisticated plagiarism detection tools including MOSS. Defaulters are penalized heavily, so please refrain from submitting this code as your own.