Problem with module spanning from multiple files

Jonathan Neuschäfer j.neuschaefer at gmx.net
Wed Jul 18 10:40:46 EDT 2012


On Wed, Jul 18, 2012 at 12:40:52PM +0400, aleksey wrote:
> int my_module_init(void)
> {
> pr_emerg("Hello, world module is loading\n");
> print_message();
> return 0;
> }

Do you get the "Hello, world" message?


Jonathan



More information about the Kernelnewbies mailing list