rellermeyer / course_os

CS 439 course OS
BSD 3-Clause "New" or "Revised" License
38 stars 26 forks source link

Timer Driver #10

Closed rellermeyer closed 4 years ago

rellermeyer commented 10 years ago

Implement a driver at which the kernel can register timers and get notified when the timers expired.

recio862 commented 10 years ago

I'd like to work on this driver