Hi
I am trying to insert a simple hello world kernel module in the kernel, and i am not getting the printk's in dmesg, I have already set the log level for the kernel so that all the messages gets printed on console. even though i not getting the printk message.
The exit module is able to send the print messages.
When i tried to crash the kernel in the init module the system is not crashing. seems the init module it self is not being called.
I am using an arm6 board.
Has any one faced such a problem. Please suggest for some solution to it.
Thanks
Vijayendra Suman