Re: Eudyptula Challenge Task 01

2014-04-29 Thread Vitor Braga
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules The paramater for -C should be a variable. Allow it to be changed. Thanks, On Tue, Apr 29, 2014 at 12:10 PM, me storage me.storage...@gmail.com wrote: Hi i every one i am new to linux kernel programming .I am participating in

Re: Kernel Projects

2014-04-22 Thread Vitor Braga
I second this, Eudyptula is one of most fun things Ive done in a lot of time I'm trying to find some time to finish task 16, but the real world keeps getting in my way :/ On Tue, Apr 22, 2014 at 2:29 PM, Akshay Dixit akshayd...@gmail.com wrote: Hi Julio, Have you tried the Eudyptula

Re: Kernel Projects

2014-04-22 Thread Vitor Braga
or a new challenge yet. -- * From: * Vitor Braga vitorpybr...@gmail.com; * To: * Akshay Dixit akshayd...@gmail.com; * Cc: * Julio Faracco jcfara...@gmail.com; Kernelnewbies@kernelnewbies.org; * Subject: * Re: Kernel Projects * Sent: * Tue, Apr 22, 2014 5:39:06 PM

Re: Adding a dummy system call

2014-04-04 Thread Vitor Braga
Check out SYSCALL_DEFINEx series of macros: http://lxr.free-electrons.com/source/include/linux/syscalls.h#L171 Is this what you're looking for? Vitor. ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org