From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1E3gJB-0004DC-RC for mharc-grub-devel@gnu.org; Fri, 12 Aug 2005 16:39:18 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E3gJ3-00048z-Dn for grub-devel@gnu.org; Fri, 12 Aug 2005 16:39:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E3gIs-00045D-DA for grub-devel@gnu.org; Fri, 12 Aug 2005 16:39:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E3gIq-0003uo-0n for grub-devel@gnu.org; Fri, 12 Aug 2005 16:38:56 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E3gLy-0007bC-GR for grub-devel@gnu.org; Fri, 12 Aug 2005 16:42:10 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 9C4D4FF65CA4 for ; Fri, 12 Aug 2005 22:27:01 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 12 Aug 05 20:27:01 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Fri, 12 Aug 2005 22:25:56 +0200 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508122225.56819.okuji@enbug.org> Subject: pipe 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, 12 Aug 2005 20:39:15 -0000 Just an idea: Do you think it is useful to implement pipe in GRUB? Since GRUB is a single task environment, all the output must be stored in memory temporarily. Okuji