From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Thu, 20 Mar 2014 10:41:29 -0700 Subject: Adding custom system calls In-Reply-To: References: Message-ID: <20140320174129.GA19458@kroah.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Thu, Mar 20, 2014 at 10:55:42PM +0530, arun kumar wrote: > How do i add a Custom system call to my Linux Kernel. > I want to know what files to modify and where to make the entries. That really sounds like a homework question... Why do you want to do this, and what have you tried to do that has failed?