PintOS : Series : Part 2


I hope you have installed PintOS.
Now it's time to move forward...
In the first assignment we need to check and pass first six test cases of alarm. These are as under:
  1. alarm-single
  2. alarm-multiple
  3. alarm-simultaneous
  4. alarm-priority
  5. alarm-negative
  6. alarm-zero
You will find them in "/tests/threads" directory. You need to make changes to "timer_sleep()" function in "timer.c" file under "devices" directory, to pass these tests.
But first you should start learning from : here
also I have a paper : here
After reading and understanding the reading material, you will be able to start coding! (exceptional cases are always there...)
I also need to read it first, so I will let you know more later (after understanding it fully..)
So, let's jump right into it (I mean let's start reading!)

Comments

Popular posts from this blog

E-Commerce : Platforms

Web Technologies e.g. SASS, LESS and Doctrine

A Survey of the Final Year University Students

How to take notes in Freshman Year ?

Linear Algebra : Non-Linear By the Way!

An Interview with Pakistani Data Scientist : Dr. Zeeshan Ul Hassan Usmani

Marketing

Pintos : Series : Part3 : Project 1 : Alarm Clock

Data Modeling

1-Machine Learning : Start...