Feb. 11, 2013
11:27 a.m.
On 2013-02-11 16:50:45 (+0530), sunil <sunil.slvphsn@gmail.com> wrote:
when i executed the below line. i din't get what i suppose to get...the message "hello, world"..
did i miss any steps sunil@ubuntu:~/test/drive$ sudo insmod helloworld.ko
The traces you've inserted in your kernel module do not print to stdout. They get logged in the kernel ring buffer. Try 'dmesg' after loading your module. Regards, Kristof