Re: Help on Kernel-Application Programme Communication

Matthew Wilcox (willy@thepuffingroup.com)
Tue, 4 Jan 2000 10:15:12 -0500


On Tue, Jan 04, 2000 at 10:34:35AM +0800, zam_ustc@263.net wrote:
> I wanted to use the 4th or 5th method you mention before I sent
> my mail. But I really wonder whether I can use the system calls,
> such as "socket","pipe",and so on,in the kernel context.If I can,
> that is quite simple,if cannot,I have to call the kernel routines
> to do so,it will be more difficult.

Call sys_pipe() or sys_socket().

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/