bmwfire / EE468-PINTOS-Project-1

The official repository for the UH Manoa EE 468 PINTOS Project -- Project 1.
0 stars 2 forks source link

Alarm Clock #1

Open dickensc opened 5 years ago

dickensc commented 5 years ago

Although a working implementation is provided, it “busy waits,” that is, it spins in a loop checking the current time and calling thread_yield() until enough time has gone by. Reimplement it to avoid busy waiting.

If your delays seem too short or too long, reread the explanation of the ‘-r’ option to pintos (see Section 1.1.4 [Debugging versus Testing], page 4).

millarda commented 5 years ago

I can't seem to edit the projects cards

I am going to try work on this issue