1
Operating System / Re: [Question]-Make a System Call Linux Kernel 3
« on: May 02, 2015, 06:06:44 PM »
I did all the process from the begining
I donwloaded the kernel 3.2.0
*linux_3.2.0-83.120.diff.gz
*linux_3.2.0.orig.tar.gz
*linux_3.2.0-83.12.0.dsc
I had combined all these in linux-3.2 Folder
I had inserted my System Call
According to this guide I try to Build the kernel and then Install it
When i write fakeroot debian/rules clean an erro appears :
/usr/bin/fakeroot: line 178: debian/rules: no such a file or directory
Thanks
Using Ubuntu 12.04 64bit kernel 3.10
I donwloaded the kernel 3.2.0
*linux_3.2.0-83.120.diff.gz
*linux_3.2.0.orig.tar.gz
*linux_3.2.0-83.12.0.dsc
I had combined all these in linux-3.2 Folder
I had inserted my System Call
Code: [Select]
https://arvindsraj.wordpress.com/2012/10/05/adding-hello-world-system-call-to-linux/
According to this guide I try to Build the kernel and then Install it
Code: [Select]
https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel
When i write fakeroot debian/rules clean an erro appears :
/usr/bin/fakeroot: line 178: debian/rules: no such a file or directory
Thanks
Using Ubuntu 12.04 64bit kernel 3.10