Results 1 to 1 of 1
hi friends,
System("clear") will executes clear command in linux.
likewise, is there any method/function is available in RTLinux to execute a command.
actually my need is,
"insmod mymodule.o" to be ...
- 05-02-2009 #1
loading a module dynamically from another module.
hi friends,
System("clear") will executes clear command in linux.
likewise, is there any method/function is available in RTLinux to execute a command.
actually my need is,
"insmod mymodule.o" to be executed through Real Time application where system() is not supported.
init_module()
{
//code to load module2.o
}
cleanup_module()
{
}


Reply With Quote