rellermeyer / course_os

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

Power Management #23

Closed rellermeyer closed 4 years ago

rellermeyer commented 10 years ago

We possibly want some initial power management sending the CPU into low power states if idle, etc. Some thoughts on what is involved can be found here: http://www.linaro.org/documents/download/84a5990d6f227c90e3d3a3ad2af0e22c4fd1d0bd4a6c7

null-sysadmin commented 10 years ago

The link you provided is broken. Do you have any other resources? I'm interested in working on this.

rellermeyer commented 10 years ago

I think what I wanted to reference is this presentation: http://www.slideshare.net/linaroorg/idling-ar-msinabusyworld

SUMDude21 commented 10 years ago

@samanthaallen Would you like any help?

null-sysadmin commented 10 years ago

Sure, let's talk at the meeting before class today.

c4k9c0 commented 9 years ago

To what degree was this completed last semester? If not fully done this seems like something interesting to work on.

lkolbly commented 9 years ago

Take a peek at the power_management branch. It may have been merged, but that's what's there.

rellermeyer commented 9 years ago

Most of the work is still to be done. We don't have a real scheduler yet and only few device drivers so you can imagine how much more opportunity there is.