Forum Discussion
Altera_Forum
Honored Contributor
21 years agoIs it possible to develop a kernel driver as an independant module ? This module will be dynamically linked in the kernel with insmod command.
I tried to develop such a module, like I used to do under "standard" Linux (Red Hat or Montavista), but I get several warnings on compiling "linux/module.h" and "linux/kernel.h". Is there other defines to add that __KERNEL__ and MODULE ? Should I use the standard C library for kernel development ?