<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Apr 7, 2016 at 9:23 AM, Nitin Varyani <span dir="ltr">&lt;<a href="mailto:varyani.nitin1@gmail.com" target="_blank">varyani.nitin1@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<div>      I want to implement a system call as explained in Linux kernel development by Robert Love.</div><div><br></div><div>He does three things</div><div> adding entry to entry.S</div><div>adding entry to asm/unistd.h</div><div>and adding the system call code to sched.c</div><div><br></div><div><br></div><div>and then make + make install</div><div><br></div><div>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. </div><div>Please help me out to figure out the exact steps. Please also mention the linux kernel version I should use.  </div></div></blockquote><div><br></div><div>Not sure if that is still applicable but you could refer to this recent example: <a href="https://lkml.org/lkml/2016/3/31/1109">https://lkml.org/lkml/2016/3/31/1109</a></div></div><br></div></div>