From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261153AbULDUVx (ORCPT ); Sat, 4 Dec 2004 15:21:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261152AbULDUVx (ORCPT ); Sat, 4 Dec 2004 15:21:53 -0500 Received: from ms001msg.fastwebnet.it ([213.140.2.51]:35028 "EHLO ms001msg.fastwebnet.it") by vger.kernel.org with ESMTP id S261154AbULDUVw convert rfc822-to-8bit (ORCPT ); Sat, 4 Dec 2004 15:21:52 -0500 From: Alessandro Amici To: Miguel Angel Flores Subject: Re: kernel development environment Date: Sat, 4 Dec 2004 21:21:49 +0100 User-Agent: KMail/1.7.1 Cc: linux-kernel@vger.kernel.org References: <41B1F97A.80803@sombragris.com> In-Reply-To: <41B1F97A.80803@sombragris.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT Content-Disposition: inline Message-Id: <200412042121.49274.alexamici@fastwebnet.it> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Saturday 04 December 2004 18:52, Miguel Angel Flores wrote: > My actual development environment consists in a scratch vim editor, > diff, patch > and gcc. My question is: ¿What kind of tools use you, the kernel gurus, to > write and debug code? ¿It's enough with vi and gcc? At the very minimum you need to add grep to your tool set. It will save you a lot of flames :) Alessandro www.b-open-solutions.it