I want to implement my own system call in Linux. My distro is FC4[2.6.11-1.1369]. From a tutorial i came to know that i have to edit the unistd.h and entry.S.
I think you mean arch/i386/kernel/, not arch\i386\kernel. I think if you tried it with backslashes, most UNIX/Linux shells would get grumpy with you. I doubt the poster is doing this from Windows.
entry.S location
In linux source folder arch\i386\kernel folder. (for x86 base machines).
I think you mean...
I think you mean arch/i386/kernel/, not arch\i386\kernel. I think if you tried it with backslashes, most UNIX/Linux shells would get grumpy with you. I doubt the poster is doing this from Windows.