loader tunables for modules

2003-05-30 Thread Alexander Langer
Hi! How would one give flags to kernel modules? I.e. a kernel module I wrote starts a kernel thread. It should be controlable what kernel thread it starts depending on a sysctl. Of course the sysctl isn't available before the module is loaded. So is there a way to pass a kernel module options

Re: loader tunables for modules

2003-05-30 Thread Alexander Langer
Also sprach Lara Harti Brandt ([EMAIL PROTECTED]): It turns out that kenv is just handy for this. I use it to pass debugging information and configuration info to the ATM drivers. And you can set kenv entries from the loader and the shell. Great, exactly what I was looking for. Thanks a