Results 1 to 1 of 1
Hello,
I am a newbie in kernel programming and I am currently trying to implement a mechanism to set a timer in kernel. The timer will basically set a variable ...
- 01-19-2010 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 2
How to create a 60 seconds time counter in kernel
Hello,
I am a newbie in kernel programming and I am currently trying to implement a mechanism to set a timer in kernel. The timer will basically set a variable to an integer value at the end of every 60 seconds.
Also I want to be able to reset the timer in the middle of its counting (ie. while the timer is counting from 0 to 60, if it's at 20 now, i want to be able to reset it to 0 if some case occurs)
Any idea is appreciated..


Reply With Quote