From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1E4jTN-0002Oo-Vg for mharc-grub-devel@gnu.org; Mon, 15 Aug 2005 14:14:10 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E4jTL-0002O5-NJ for grub-devel@gnu.org; Mon, 15 Aug 2005 14:14:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E4jTK-0002Nh-TA for grub-devel@gnu.org; Mon, 15 Aug 2005 14:14:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E4jPl-0000xe-Ea for grub-devel@gnu.org; Mon, 15 Aug 2005 14:10:25 -0400 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E4jCx-0001f0-45 for grub-devel@gnu.org; Mon, 15 Aug 2005 13:57:11 -0400 Received: from vscan-cn.han.nl (venus.han.nl [145.74.65.6]) by mail-cn.han.nl (Postfix) with ESMTP id 4AAC98938 for ; Mon, 15 Aug 2005 19:41:21 +0200 (CEST) Received: from mail-cn.han.nl ([145.74.66.11]) by vscan-cn.han.nl (venus.han.nl [145.74.65.6]) (amavisd-new, port 10024) with ESMTP id 17412-10 for ; Mon, 15 Aug 2005 19:41:17 +0200 (CEST) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id C403A8935 for ; Mon, 15 Aug 2005 19:41:17 +0200 (CEST) Received: from localhost.localdomain (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 80989C047 for ; Mon, 15 Aug 2005 19:41:17 +0200 (CEST) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <42FF3097.7030904@nic.fi> <4300B36B.2000602@yahoo.fr> <4300BD9E.9030708@gmail.com> <200508151919.01579.okuji@enbug.org> From: Marco Gerards Date: Mon, 15 Aug 2005 19:41:23 +0200 In-Reply-To: <200508151919.01579.okuji@enbug.org> (Yoshinori K. Okuji's message of "Mon, 15 Aug 2005 19:19:01 +0200") Message-ID: <87r7cvxflo.fsf@student.han.nl> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new (2.2.0) at vscan-cn.han.nl Subject: Re: vesafb terminal for testing. 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 Aug 2005 18:14:08 -0000 "Yoshinori K. Okuji" writes: > On Monday 15 August 2005 18:06, Vladimir Serbinenko wrote: >> We don't need to make the whole thing absolutely skinnable (just the >> basic skins) >> if we make like I proposed (menus like terminals, in modules) because if >> someone wants to >> change completely the look he can just write a new menu module. > > A pluggable menu might sound good, but it's not so easy to maintain multiple > menu interfaces. Ideally, we want to have a single implementation which > accepts many parameters. I think it would end up with a kind of stylesheet > like CSS in HTML. It would be nice if GUI's can be distributed as plugins... Isn't XML often used to describe interfaces? Perhaps we can use a structured form of storing data like XML... But that is just a random thought. :-) >> > -mouse handling (??) >> >> It must not be difficult: we can just port mouse.com from FreeDos or use >> any other >> mouse implementation. > > It is actually difficult, because USB mouse support requires interferences > with other USB devices. Most modern BIOSes support USB legacy interfaces, > such as USB disks and keyboards. It is not easy not to affect them. It's not easy on the PC. But AFAIK it should be easy with EFI and IEEE 1275, but I have not taken a close look yet. >> Now the most important >> questions is how >> to make the *general/basic* things to ensure the maximum flexibility in >> the future as >> Yoshinori K. Okuji said in about 6 months we have to block them: don't >> change them anymore. > > Don't take my argument too strictly. It can be in 6 months, in 3 months or in > 12 months. In principle, I do not want to feature-freeze GRUB 2 until we are > satisfied enough with the design. This opportunity -- redesigning everything > -- is really hard to obtain. Note that I had to wait for 3 years to start > GRUB 2. So I wouldn't stop thinking how to improve GRUB very soon. Right. > Also, as long as changes do not affect compatibility, we can add more features > later. Indeed, I have implemented a number of new features even in GRUB > Legacy without losing any bit of compatibility (Do you know that 0.97 is > completely backward-compatible with 0.4?). It was quite hard sometimes but > feasible. Right, but it would be the best if we think now and design the interfaces. We don't need to implement it all and it does not have to be perfect, it is important to have a good foundation we can build on. > Anyway, I expect that we will not have to wait too long to see what we want to > do with a fancy menu, since Vesa is very fast to implement the code. > Hopefully, we will see the first working version in this month or next month. > Once it starts working, the discussion will be much easier. Agreed. Thanks, Marco