: Dear All,
:
: I wanted to implement a new system call for Linux. Would you please
: suggest good materials on the topic.
: Regards
:
ALL system calls are implemented in the kernel. Depending on what your "system call" does it might be better to implement it in a a library such as glib (the c library used by the gcc compliers).
------
nugent