From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with archive (Exim 4.34) id 1BPOaT-0000lv-UC for mharc-grub-devel@gnu.org; Sun, 16 May 2004 12:34:06 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BPOZl-0000HD-5U for grub-devel@gnu.org; Sun, 16 May 2004 12:33:21 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BPOZ8-0007pk-8d for grub-devel@gnu.org; Sun, 16 May 2004 12:33:14 -0400 Received: from [80.190.231.112] (helo=khepri.openbios.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BPOYr-0007Nw-5X for grub-devel@gnu.org; Sun, 16 May 2004 12:32:25 -0400 Received: from stepan by khepri.openbios.org with local (Exim 4.22) id 1BPOb3-00063r-KH for grub-devel@gnu.org; Sun, 16 May 2004 18:34:41 +0200 Date: Sun, 16 May 2004 18:34:41 +0200 From: Stefan Reinauer To: The development of GRUB 2 Message-ID: <20040516163441.GD22889@openbios.org> References: <200405160119.11048.shivramk@sancharnet.in> <87y8ntzbmb.fsf@marco.marco-g.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87y8ntzbmb.fsf@marco.marco-g.com> X-Operating-System: Linux 2.6.5-12.7-smp on an x86_64 User-Agent: Mutt/1.5.5.1i X-Duff: Orig. Duff, Duff Lite, Duff Dry, Duff Dark, Raspberry Duff, Lady Duff, Red Duff, Tartar Control Duff, (Düff) Subject: Re: Issues in implementing VESA support X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.4 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, 16 May 2004 16:34:03 -0000 * Marco Gerards [040515 22:19]: > If there are no copyright issues, you can just copy them. I am not > sure if the person that wrote that code assigned his copyrights to the > FSF. If you know that, just copy it. Otherwise Okuji can tell us. Why would the FSF need the copyright for that piece of code? It being GPL would be enough to make it usable in a new GPL project like grub2 is. > > 3. If i have more than one file then should i put them in a separate > > driectory? If yes where (under term ) ? > > It should go into grub2/term/i386/pc. It depends on how many files > you need to descide if a new directory should be created. I think you > can better do what seems the best to you. Changing this later should > not be a problem, right? The hardware/VESA specific code should go below i386/pc. Any code that can generically be reused for other machines should be placed in a generic location. Changing this later will pretty much end up in a mess. The file hierarchy should be an illustration of the logical program structure. Moving the structure of the code around will end up in a similar mess as grub 0.x Stefan