Re: Accessing data structure from kernel space

2005-03-30 Thread Bodo Eggert
linux lover <[EMAIL PROTECTED]> wrote: >I successfully added linked list data structure > in kernel in header file. Write a C source file and > add it to kernel directory. then write 2 system calls > that read and write to linked list from user space > through that syscalls. >rec

Re: Accessing data structure from kernel space

2005-03-29 Thread linux lover
Hello sir, I successfully added linked list data structure in kernel in header file. Write a C source file and add it to kernel directory. then write 2 system calls that read and write to linked list from user space through that syscalls. recompile kernel. Now able to re

Re: Accessing data structure from kernel space

2005-03-23 Thread Paul Jackson
> Whats that [relayfs]? Try http://www.google.com > Can you please elaborate to me as i > am newbie to those words. Pleas. Try http://kernelnewbies.org/ Thank-you. -- I won't rest till it's the best ... Programmer, Linux Scalability

Re: Accessing data structure from kernel space

2005-03-23 Thread linux-os
On Wed, 23 Mar 2005, linux lover wrote: Hello linux-os, --- linux-os <[EMAIL PROTECTED]> wrote: On Wed, 23 Mar 2005, linux lover wrote: Hello all, I have one linked list data structure added to a file in kernel source code which has some kernel info. I want to acess that linked list structur

Re: Accessing data structure from kernel space

2005-03-23 Thread linux lover
Hello linux-os, --- linux-os <[EMAIL PROTECTED]> wrote: > On Wed, 23 Mar 2005, linux lover wrote: > > > Hello all, > >I have one linked list data structure added > to > > a file in kernel source code which has some kernel > > info. I want to acess that linked list structure > from > > user

Re: Accessing data structure from kernel space

2005-03-23 Thread linux lover
Hello sir, --- Jan Engelhardt <[EMAIL PROTECTED]> wrote: > >> Hello all, > >> I have one linked list data structure added > to > >> a file in kernel source code which has some > kernel > >> info. I want to acess that linked list structure > from > >> user space. Is that possible?? > > Yes!!

Re: Accessing data structure from kernel space

2005-03-23 Thread Jan Engelhardt
>> Hello all, >> I have one linked list data structure added to >> a file in kernel source code which has some kernel >> info. I want to acess that linked list structure from >> user space. Is that possible?? Yes!! >> Also how to add own system call usable at user >> level from kernel

Re: Accessing data structure from kernel space

2005-03-23 Thread linux-os
On Wed, 23 Mar 2005, linux lover wrote: Hello all, I have one linked list data structure added to a file in kernel source code which has some kernel info. I want to acess that linked list structure from user space. Is that possible?? Also how to add own system call usable at user leve