From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265287AbUBAM66 (ORCPT ); Sun, 1 Feb 2004 07:58:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265291AbUBAM66 (ORCPT ); Sun, 1 Feb 2004 07:58:58 -0500 Received: from mail5.bluewin.ch ([195.186.1.207]:22011 "EHLO mail5.bluewin.ch") by vger.kernel.org with ESMTP id S265287AbUBAM64 (ORCPT ); Sun, 1 Feb 2004 07:58:56 -0500 Message-ID: <401CF871.1040607@bluewin.ch> Date: Sun, 01 Feb 2004 14:00:33 +0100 From: Julien Rebetez User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031221 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Jinu M." CC: linux-kernel@vger.kernel.org Subject: Re: Linux device driver using c++! References: <1118873EE1755348B4812EA29C55A9720DE151@esnmail.esntechnologies.co.in> In-Reply-To: <1118873EE1755348B4812EA29C55A9720DE151@esnmail.esntechnologies.co.in> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Jinu M. wrote: >Hi All, > > I am new to Linux based device driver development. > I wanted to know if it is possible to write a Linux device driver (kernel loadable module) using C++. > >Regards, >-Jinu > >- >To unsubscribe from this list: send the line "unsubscribe linux-kernel" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html >Please read the FAQ at http://www.tux.org/lkml/ > > > Hi There was a discussion on it few days ago : http://www.ussg.iu.edu/hypermail/linux/kernel/0204.1/0218.html (first message) I think it should answer your question. Regards, Julien