Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,

I'm a student who's trying to implement the DVS on a intel based prossors from a System level i,e from OS. Is there any Win32 API's to do it or C++?

Can anyone suggest where to start as i'm completely new to programming?

Thanks,
Pramod
Posted

See this discussion off Intel's forum
http://software.intel.com/en-us/forums/showthread.php?t=56407[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 12-Mar-11 20:48pm    
This is a certain answer, my 5. I have to agree with Dave.
--SA
There is no API calls in Windows to do this. You cannot accomplish this as the O/S level. This is chipset and process level stuff.

If you're really completely new to programming, scrap this project and learn programming first. You're like a guy who just discovered fire then walked into a nuclear power plant saying "I want to play with these knobs and switches!".

Modifying voltage levels without any knowledge of what you're doing will most likely destroy your processor (at worst) or constantly hang the machine (at best).
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 12-Mar-11 20:47pm    
Ugly truth, my 5.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900