Re: modify kernel params

2000-07-18 Thread guy keren
On Tue, 18 Jul 2000, Lior Cohen wrote: > is their any way to hack into it like set values to the /proc/kcore mirror, at > module runtime, since i see the strings inside the kcore file, and see the > strings by ksyms, as part of the loadable module ? > i am trying to avoind the programing part.

Re: modify kernel params

2000-07-18 Thread Gilad Ben-Yossef
Lior Cohen wrote: > > hi, > a good solution for me would be even to refine the module not loaded and then when > the module loads it would load with the modified parameters. > if you have any ideas i'll be greatfull. You can do that. Simply edit the module binary (the .o file) using some good he

Re: modify kernel params

2000-07-18 Thread Lior Cohen
hi, a good solution for me would be even to refine the module not loaded and then when the module loads it would load with the modified parameters. if you have any ideas i'll be greatfull. thanks Gilad Ben-Yossef wrote: > Lior Cohen wrote: > > > > hi, > > is their any way to hack into it like se

Re: modify kernel params

2000-07-18 Thread Gilad Ben-Yossef
Lior Cohen wrote: > > hi, > is their any way to hack into it like set values to the /proc/kcore mirror, at > module runtime, since i see the strings inside the kcore file, and see the > strings by ksyms, as part of the loadable module ? > i am trying to avoind the programing part. You're trying

Re: modify kernel params

2000-07-18 Thread Lior Cohen
hi, is their any way to hack into it like set values to the /proc/kcore mirror, at module runtime, since i see the strings inside the kcore file, and see the strings by ksyms, as part of the loadable module ? i am trying to avoind the programing part. thanks. guy keren wrote: > On Mon, 17 Jul 20

Re: modify kernel params

2000-07-17 Thread guy keren
On Mon, 17 Jul 2000, Lior Cohen wrote: > i was wondering if their is any way with sysctl to add mirrors to > /proc/sys/kernel, that a loadable module would read from these parameters ? > or do these options have to be compiled into the module itself ? if i understood you correctly (i probably d

Re: modify kernel params

2000-07-17 Thread Lior Cohen
thanks, i was wondering if their is any way with sysctl to add mirrors to /proc/sys/kernel, that a loadable module would read from these parameters ? or do these options have to be compiled into the module itself ? lior Gilad Ben-Yossef wrote: > Lior Cohen wrote: > > > > i, > > i need to know

Re: modify kernel params

2000-07-17 Thread Gilad Ben-Yossef
Lior Cohen wrote: > > i, > i need to know URGENTLY if their is any way to modify kernel global > variables of a loadable module ? > Yes, edit the source code ;-) or assuming that you don't have it and that that global variable is exported you can just make asmall module to change your global va

modify kernel params

2000-07-17 Thread Lior Cohen
i, i need to know URGENTLY if their is any way to modify kernel global variables of a loadable module ? thanks allot, lior = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run