From mboxrd@z Thu Jan 1 00:00:00 1970 From: giedrius.statkevicius@gmail.com (=?UTF-8?Q?Giedrius_Statkevi=C4=8Dius?=) Date: Thu, 7 Apr 2016 09:30:00 +0300 Subject: system call In-Reply-To: References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Thu, Apr 7, 2016 at 9:23 AM, Nitin Varyani wrote: > Hi, > I want to implement a system call as explained in Linux kernel > development by Robert Love. > > He does three things > adding entry to entry.S > adding entry to asm/unistd.h > and adding the system call code to sched.c > > > and then make + make install > > I do not want to implement for all architectures but only for my PC which > is 64 bit. I am not able to locate files entry. S and unistd.h which he is > telling in his tutorial. > Please help me out to figure out the exact steps. Please also mention the > linux kernel version I should use. > Not sure if that is still applicable but you could refer to this recent example: https://lkml.org/lkml/2016/3/31/1109 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160407/7f2c2a76/attachment.html