From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 29 Oct 2001 06:16:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 29 Oct 2001 06:16:33 -0500 Received: from samar.sasken.com ([164.164.56.2]:37010 "EHLO samar.sasken.com") by vger.kernel.org with ESMTP id ; Mon, 29 Oct 2001 06:16:24 -0500 From: Sureshkumar Kamalanathan Subject: How to write System calls? Date: Mon, 29 Oct 2001 16:46:49 +0530 Organization: Sasken Communication Technologies Limited Message-ID: <3BDD3AA1.18FCC633@sasken.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.14-5.0 i686) X-Accept-Language: en To: linux-kernel@vger.kernel.org X-News-Gateway: ncc-z.sasken.com Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi All, Good day! I have 2.4.4 kernel. I have to write some system calls for interaction with the kernel from the userland. Can any of you tell me where I can get the information regarding this? I have the Linux Kernel Internals by Beck and others. But it gives the procedure only for 2.2.x. Moreover I need to implement these system calls as Loadable modules. Any pointers in this regard will be highly appreciated and I'll very grateful!! Thanks in advance, Regards, Suresh.