Re: implementing a syscall in a module

Aaron M. Ucko (amu@MIT.EDU)
19 Apr 1998 12:53:08 -0400


Rob Braun <bbraun@nago.cs.colorado.edu> writes:

> Is there a way to register a system call, that is implemented as a
> module, with the kernel list of system calls?

I believe the AFS module (libafs.o) directly bangs on sys_call_table
(defined in arch/*/kernel/entry.S) on most Linux architectures.

-- 
Aaron M. Ucko, KB1CJC <amu@mit.edu> (finger amu@monk.mit.edu)

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu