Renjith G Asked: 2010-10-28 01:38:14 +0800 CST2010-10-28 01:38:14 +0800 CST 2010-10-28 01:38:14 +0800 CST Implementing kernel timer in Ubuntu 772 Could you please give any basic example of a kernel timer (start_ktimer) implementation in Ubuntu? 10.04 programming kernel 1 Answers Voted Kees Cook 2010-11-02T10:06:18+08:002010-11-02T10:06:18+08:00 Kernel timers are described here: http://www.xml.com/ldd/chapter/book/ch06.html#t5 A quick example for a kernel module can be seen under the section "code for /proc/jitimer".
Kernel timers are described here: http://www.xml.com/ldd/chapter/book/ch06.html#t5
A quick example for a kernel module can be seen under the section "code for /proc/jitimer".