From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KUiNQ-00037e-6a for mharc-grub-devel@gnu.org; Sun, 17 Aug 2008 09:33:00 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KUiNO-00037T-WF for grub-devel@gnu.org; Sun, 17 Aug 2008 09:32:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KUiNN-00037H-S3 for grub-devel@gnu.org; Sun, 17 Aug 2008 09:32:58 -0400 Received: from [199.232.76.173] (port=34101 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KUiNN-00037E-OK for grub-devel@gnu.org; Sun, 17 Aug 2008 09:32:57 -0400 Received: from moutng.kundenserver.de ([212.227.126.188]:57282) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KUiNN-0008TY-6f for grub-devel@gnu.org; Sun, 17 Aug 2008 09:32:57 -0400 Received: from [85.180.60.24] (e180060024.adsl.alicedsl.de [85.180.60.24]) by mrelayeu.kundenserver.de (node=mrelayeu6) with ESMTP (Nemesis) id 0ML29c-1KUiNB0L0r-0001aF; Sun, 17 Aug 2008 15:32:45 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <2093CDE06674414C9544AAF40891DAA5@hp2003> References: <48a80c3d.2c012c0a.0a0b.1ed7SMTPIN_ADDED@mx.google.com> <2093CDE06674414C9544AAF40891DAA5@hp2003> Content-Type: text/plain Date: Sun, 17 Aug 2008 15:32:50 +0200 Message-Id: <1218979970.4080.10.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/Ee/4tx2rjpKNfWtuG4C5Xz+pp2BrjJnBlyQx b+9HxdA+4fVOSjaIlox0KhHmotK/VaGNf+w1ix78ddvamWdcDr IPbTmjmP60zYeW5gAqfqN4dEofBpFTZ X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) Subject: Re: [PATCH] romfs support for Grub2 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2008 13:32:59 -0000 Hello, Am Sonntag, den 17.08.2008, 21:17 +0800 schrieb y.volta: > thanks bean, for your suggestion. I'm not famliar with GNU coding, so, would > you please show me some links to learn? especially the indent style. I'm not Bean but I can tell you what I was told as I started to constribute to GRUB If you send a patch it's always better to make a changelog entry too for it. Use the GNU Coding Standards as the manual and existing ChangeLog and source code as examples :) First link arethe general GNU Coding Standards, which GRUB has to obey as a GNU project, so that means you have to obey it too Second one is a page on the Wiki which is more abotu the GRUB specific things. http://www.gnu.org/prep/standards/html_node/index.html http://grub.enbug.org/CodingStyle