<div dir="ltr">I am using Ubuntu</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Apr 9, 2016 at 8:04 PM, Pranay Srivastava <span dir="ltr">&lt;<a href="mailto:pranjas@gmail.com" target="_blank">pranjas@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sat, Apr 9, 2016 at 7:51 PM, Nitin Varyani &lt;<a href="mailto:varyani.nitin1@gmail.com">varyani.nitin1@gmail.com</a>&gt; wrote:<br>
&gt; I have a 64 bit machine<br>
&gt;<br>
<br>
</span>Before changing the source try to build, install and boot your kernel.<br>
I&#39;m sure there are some extra steps you might need to perform to boot your<br>
compiled kernel. Which distro are you using? I used OpenSuse for this work.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
&gt; I am changing linux 3.5.4 source tree.<br>
&gt;<br>
&gt; I modified syscall_64.tbl<br>
&gt; I had put your code in linux_3.5.4/arch/x86/pks_first/pks_first_call.c<br>
&gt;<br>
&gt; Then, I created pks_first/Makefile<br>
&gt;<br>
&gt; Modified the arch/x86/Kbuild<br>
&gt;<br>
&gt; Modified include/linux/syscalls.h<br>
&gt;<br>
&gt;<br>
&gt; I ran &quot;make menuconfig&quot; and then simply exit.<br>
&gt;<br>
&gt; Then I ran<br>
&gt;<br>
&gt; &quot;make&quot;<br>
&gt;<br>
&gt; I saw that pks_first_call.o was created<br>
&gt;<br>
&gt; I then ran<br>
&gt;<br>
&gt; &quot;make modules_install&quot;<br>
&gt; &quot;make install&quot;<br>
&gt;<br>
&gt; After then I restarted my system and booted linux 3.5.4. But it was stuck<br>
&gt; half way.<br>
&gt;<br>
&gt; On Sat, Apr 9, 2016 at 7:39 PM, Pranay Srivastava &lt;<a href="mailto:pranjas@gmail.com">pranjas@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi Nitin<br>
&gt;&gt;<br>
&gt;&gt; On Sat, Apr 9, 2016 at 5:03 PM, Nitin Varyani &lt;<a href="mailto:varyani.nitin1@gmail.com">varyani.nitin1@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; Neither of the solution is working.<br>
&gt;&gt; &gt; @ Pranay: kernel is not booting after making the changes you have<br>
&gt;&gt; &gt; mentioned.<br>
&gt;&gt; &gt; somethings like<br>
&gt;&gt; &gt; &quot;dropping to shell<br>
&gt;&gt; &gt; initramfs:&quot;<br>
&gt;&gt; &gt; is displayed on booting.<br>
&gt;&gt;<br>
&gt;&gt; I don&#39;t think this is related to the changes you made. I would advise<br>
&gt;&gt; you just build the sources for your<br>
&gt;&gt; distro and try to get to boot the kernel you compiled. Perhaps some<br>
&gt;&gt; steps you might have missed specific to your<br>
&gt;&gt; distro?<br>
&gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Thu, Apr 7, 2016 at 1:08 PM, Pranay Srivastava &lt;<a href="mailto:pranjas@gmail.com">pranjas@gmail.com</a>&gt;<br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Nitin<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Thu, Apr 7, 2016 at 11:53 AM, Nitin Varyani<br>
&gt;&gt; &gt;&gt; &lt;<a href="mailto:varyani.nitin1@gmail.com">varyani.nitin1@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Hi,<br>
&gt;&gt; &gt;&gt; &gt;       I want to implement a system call as explained in Linux kernel<br>
&gt;&gt; &gt;&gt; &gt; development by Robert Love.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; He does three things<br>
&gt;&gt; &gt;&gt; &gt;  adding entry to entry.S<br>
&gt;&gt; &gt;&gt; &gt; adding entry to asm/unistd.h<br>
&gt;&gt; &gt;&gt; &gt; and adding the system call code to sched.c<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; and then make + make install<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; I do not want to implement for all architectures but only for my PC<br>
&gt;&gt; &gt;&gt; &gt; which is 64 bit. I am not able to locate files entry. S and unistd.h<br>
&gt;&gt; &gt;&gt; &gt; which<br>
&gt;&gt; &gt;&gt; &gt; he is telling in his tutorial.<br>
&gt;&gt; &gt;&gt; &gt; Please help me out to figure out the exact steps. Please also mention<br>
&gt;&gt; &gt;&gt; &gt; the linux kernel version I should use.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Please refer this. I wrote this quite a while back but should be good<br>
&gt;&gt; &gt;&gt; to<br>
&gt;&gt; &gt;&gt; go.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; <a href="http://codewithkernel.blogspot.my/2014/06/adding-new-system-call-in-linux-x86-and.html" rel="noreferrer" target="_blank">http://codewithkernel.blogspot.my/2014/06/adding-new-system-call-in-linux-x86-and.html</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt; Nitin<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; &gt; Kernelnewbies mailing list<br>
&gt;&gt; &gt;&gt; &gt; <a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
&gt;&gt; &gt;&gt; &gt; <a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" rel="noreferrer" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt;         ---P.K.S<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt;         ---P.K.S<br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
        ---P.K.S<br>
</font></span></blockquote></div><br></div>