Where is the entry.S file?

Submitted by girishadat
on February 3, 2006 - 7:41am

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.

But 'locate entry.S' didn't gave me the location.

entry.S location

Mahee (not verified)
on
February 9, 2006 - 1:51pm

In linux source folder arch\i386\kernel folder. (for x86 base machines).

I think you mean...

on
February 9, 2006 - 2:26pm

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.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.