Results 1 to 2 of 2
Hi Everyone,
Could anybody guide me about how exactly the proc file system is updated.. the interfaces ( the kernel functions ) called for updating proc file system etc.....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-18-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 2
proc file system implementation
Hi Everyone,
Could anybody guide me about how exactly the proc file system is updated.. the interfaces ( the kernel functions ) called for updating proc file system etc..
- 02-26-2008 #2Just Joined!
- Join Date
- Jun 2006
- Posts
- 29
Proc file systems is known as runtime/virtual filesystem, the files are created by modules and are varied accordingly.
# cat /proc/interrupts
check this again after 2 minus the same command gives you different values
here arew some functions for proc filesystem
struct proc_dir_entry *sample;
create_proc_entry();
remove_proc_entry()


Reply With Quote
