From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MCbn1-0007rL-3K for mharc-grub-devel@gnu.org; Fri, 05 Jun 2009 11:57:07 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCbmy-0007qU-Sd for grub-devel@gnu.org; Fri, 05 Jun 2009 11:57:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCbmu-0007og-5l for grub-devel@gnu.org; Fri, 05 Jun 2009 11:57:04 -0400 Received: from [199.232.76.173] (port=49110 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCbmt-0007ob-VY for grub-devel@gnu.org; Fri, 05 Jun 2009 11:57:00 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:55473) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MCbmt-0005tq-AV for grub-devel@gnu.org; Fri, 05 Jun 2009 11:56:59 -0400 Received: from [85.180.30.99] (e180030099.adsl.alicedsl.de [85.180.30.99]) by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis) id 0MKt2u-1MCbms0eE3-0005Ch; Fri, 05 Jun 2009 17:56:58 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <87vdnax0zy.fsf@xs4all.nl> References: <1243426603.3425.2.camel@fz.local> <1243865933.3417.2.camel@fz.local> <1244043954.3407.4.camel@fz.local> <874ouwcst9.fsf@xs4all.nl> <1244191623.3416.1.camel@fz.local> <874ouvxao0.fsf@xs4all.nl> <1244197962.3416.13.camel@fz.local> <87zlcmx3ws.fsf@xs4all.nl> <1244207062.3416.45.camel@fz.local> <87vdnax0zy.fsf@xs4all.nl> Content-Type: text/plain Date: Fri, 05 Jun 2009 17:56:57 +0200 Message-Id: <1244217417.4324.6.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX18V/841vnEvkLcMbHJZgE6Z91Bsx6F4noUnQRL FXFSVM1zLdMAIAkIw1ECVqqiedpqs6partR5UuNeoXP0cXL9iU XTknka542mARowTCfmI6U2TlIKbmgnz X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] add true and false commands 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: Fri, 05 Jun 2009 15:57:05 -0000 Am Freitag, den 05.06.2009, 15:29 +0200 schrieb Marco Gerards: > Oh, I didn't know minicmd.mod. Is it useful to have one instead of > a few separate modules? Space of these smaller modules is not really > a concern to me. Bean split the commands out from kernel. So especially help and lsmod are in rescue mode only avaible if minicmd.mod gets embed into core.img, where size does matter. That's why Vladimir suggest normal.mod or sh.mod. But sh.mod just contains the parser/lexer so I don't think that's a solution. I'm now now that sure what to do but I think I just make it now a seperate true.mod like in the last patch. -- Felix Zielcke