On Thu, Apr 16, 2009 at 1:56 AM, niranjan puram <puram.niranjan.kumar@xxxxxxxxx> wrote: > No heavy data transfer, I just want to set variables dynamically from > the user space. So i think declaring a kernel module parameter and > changing it through the /proc file system should solve the problem. > Also this is the first time I am programming in kernel :) so please > bear with me. Is there an exhaustive documentation as to how to do it? > Thanks in advance. /proc is now really only to be for per process type info. I know there is lots of old stuff that is still per system. New per system variables are supposed to use sysfs (ie. /sys) Greg -- Greg Freemyer Head of EDD Tape Extraction and Processing team Litigation Triage Solutions Specialist http://www.linkedin.com/in/gregfreemyer First 99 Days Litigation White Paper - http://www.norcrossgroup.com/forms/whitepapers/99%20Days%20whitepaper.pdf The Norcross Group The Intersection of Evidence & Technology http://www.norcrossgroup.com -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ