From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MGLBA-0005vO-Ux for mharc-grub-devel@gnu.org; Mon, 15 Jun 2009 19:01:29 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGLB8-0005ss-Mf for grub-devel@gnu.org; Mon, 15 Jun 2009 19:01:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGLB4-0005qT-JT for grub-devel@gnu.org; Mon, 15 Jun 2009 19:01:26 -0400 Received: from [199.232.76.173] (port=39521 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGLB4-0005qQ-E7 for grub-devel@gnu.org; Mon, 15 Jun 2009 19:01:22 -0400 Received: from c60.cesmail.net ([216.154.195.49]:53140) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1MGLB3-0006yf-KU for grub-devel@gnu.org; Mon, 15 Jun 2009 19:01:21 -0400 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 15 Jun 2009 19:01:21 -0400 Received: from [192.168.0.22] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id E948034C6D for ; Mon, 15 Jun 2009 19:06:28 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: References: Content-Type: text/plain Date: Mon, 15 Jun 2009 19:01:18 -0400 Message-Id: <1245106878.10970.57.camel@mj> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 (2.26.2-1.fc11) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [WIP PATCH 2/2] SDL support 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: Mon, 15 Jun 2009 23:01:27 -0000 On Mon, 2009-06-15 at 17:21 +0200, Vladimir 'phcoder' Serbinenko wrote: > Hello here I have a preliminary SDL support. With this WIP patch you > have to add LD_FLAGS=-lSDL to configure command. Another two problems > are that window is never repainted and input still has to go to > terminal window > This will of course be fixed in the next patch just that I knew that > debugging video in grub-emu could help Collin with gfxmenu I release > this early. I like the idea, as it makes grub-emu more useful for debugging. > @Pavel Roskin: could I perhaps create a personal named branch(es) in > your git mirror so that I could expose my works as they progress? I believe it's better to publish your work elsewhere. There is no access control in git within a repository, and I don't want to take any risk that the mirror is accidentally replaced with a branch with experimental patches. You can create a separate repository on repo.or.cz o on another site. -- Regards, Pavel Roskin