From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 27 Mar 2003 09:09:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 27 Mar 2003 09:09:27 -0500 Received: from mailout11.sul.t-online.com ([194.25.134.85]:43930 "EHLO mailout11.sul.t-online.com") by vger.kernel.org with ESMTP id ; Thu, 27 Mar 2003 09:09:26 -0500 Message-ID: <005001c2f46a$7618e950$f40101c1@mopcXP> From: "Andre Heine" To: References: <3E84607C@webmaila.hku.hk> Subject: Re: Read and write by a module Date: Thu, 27 Mar 2003 15:09:20 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, From: "h9916628" > Please help! I have to read and write cotents from a file by a module. Could > anyone tell me the procedures or advise me? This is very urgent to me. Thanks On www.oreilly.com is an "free Book", called Linux Device Driver, Author A.Rubini. This book describe the basic about writing modules & systemcalls ... There also many tutorial in the web Bye Andre