Question about VFS

2014-04-29 Thread Adam Fowler
p://lwn.net/Articles/57369/ . Any help is appreciated, thanks! -- Adam Fowler ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Adding a dummy system call

2014-04-04 Thread Adam Fowler
Thank you both these will all be very helpful! Cheers! On Apr 4, 2014 11:11 PM, "Augusto Mecking Caringi" wrote: > On Fri, Apr 4, 2014 at 9:20 PM, Adam Fowler wrote: > >> Hi Everyone, >> I am trying to learn the linux kernel via the book Linux Kernel >> Deve

Adding a dummy system call

2014-04-04 Thread Adam Fowler
Hi Everyone, I am trying to learn the linux kernel via the book Linux Kernel Development 3rd edition by Robert Love, and in it he advises to use the macro _syscallX to allow access to user added syscalls not wrapped by glibc functions. In my attempt to add a system call this macro failed me and af