From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752253AbWCPL3U (ORCPT ); Thu, 16 Mar 2006 06:29:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752285AbWCPL3U (ORCPT ); Thu, 16 Mar 2006 06:29:20 -0500 Received: from zproxy.gmail.com ([64.233.162.202]:13405 "EHLO zproxy.gmail.com") by vger.kernel.org with ESMTP id S1752250AbWCPL3T convert rfc822-to-8bit (ORCPT ); Thu, 16 Mar 2006 06:29:19 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=PgjeMc4aaHTy1dX/2XHYxiV3BJ8ABJkTWr1/1PT0bMho72bYtm5tymmMRDJ+P2OT/QDZ9RLDZvwKYawdHwpUsV4n6EL/EY08zblMbB9oxcdO2PFcxSK7rSIz9SNEyEPSr6cBUaywrUAjtePQ6GypvTsKETjmUnxzFfEGOA0Sg9c= Message-ID: <3fd7d9680603160329i23b2f58bg@mail.gmail.com> Date: Thu, 16 Mar 2006 12:29:19 +0100 From: beware To: linux-kernel@vger.kernel.org Subject: Adding a new module in the Kernel source MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi everybody, I want to compile the last stable version of the Linux Kernel (2.6.15.6) but i want to add my own module in the kernel. Firstly, is it a good idea to do this? Or it's more simple to add this module after the compilation and add it to the modules which are automicaly laoded? But, if i want to add this module in the kernel source, what do i have to do for this operation? Thank you. PS : sorry for my not fluent english.