From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HxL2V-0002Ra-MW for mharc-grub-devel@gnu.org; Sun, 10 Jun 2007 06:52:55 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HxL2T-0002RJ-BX for grub-devel@gnu.org; Sun, 10 Jun 2007 06:52:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HxL2S-0002R7-3I for grub-devel@gnu.org; Sun, 10 Jun 2007 06:52:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxL2R-0002R4-Uq for grub-devel@gnu.org; Sun, 10 Jun 2007 06:52:51 -0400 Received: from m15-113.126.com ([220.181.15.113]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HxL2Q-0000ow-Ps for grub-devel@gnu.org; Sun, 10 Jun 2007 06:52:51 -0400 Received: from localhost (unknown [121.51.41.37]) by smtp5 (Coremail) with SMTP id wKjJDbAL7Af312tGYD1jAg==.46445S2; Sun, 10 Jun 2007 18:52:39 +0800 (CST) Date: Sun, 10 Jun 2007 18:52:26 +0800 From: Bean To: The development of GRUB 2 Message-ID: <20070610105226.GA594@ws3.vdp.com> References: <20070609045616.GA9839@ws3.vdp.com> <87645x2ebq.fsf@xs4all.nl> <20070610034253.GA617@ws3.vdp.com> <20070610101847.GA23918@aragorn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070610101847.GA23918@aragorn> User-Agent: Mutt/1.5.13 (2006-08-11) X-Coremail-Antispam: 1U3Yxn0WfASr-VFAUDIcSsGvfJTp7C26xCjj4IEI4klw4CSww Aac4AC62xK8xCEY4vEwIxC4wC2zVAF1VAY17CE14v26r1j6r15Mx02cVAKzwASzI0EjI02 j7AqF2xKxwAv7VC0I7IYx2IY67AKxVWUJVWUGwCF72vE52k0Y41lYx0Ex4A2jsIE14v26r 1j6r4UMxkIecxEwVAFwVW8twAFxVCaYxvI4VCIwcAKzIAtMxkI7II2jI8vz4vEwIxGrwAF F20E14v26r1j6r4UM7kC6x804xWl1IIY67AEw4v_Jr0_Jr4l5I8CrVACY4xI64kE6c02F4 0Ex7xfM7k0a2IF6F1Un29KB7ZKAUJUUUUUnxnvy29KBjDU0xZFpf9x07UyOJ5UUUUU129K BjvdXoWrKF1DGr4UXr1fAFyxGry8Xwb_yoWxCFc_uFs5uw18Cw4UCa1DJF4ftF1fu3yDKF yUXrWfJrsYqrn3trZ5tFn8ua98Wry5XF13CwsrKFnxKa1aqa18Z347u X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) Subject: Re: history of fsys_ntfs.c (Re: Update for NTFS file system driver) 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: Sun, 10 Jun 2007 10:52:53 -0000 On Sun, Jun 10, 2007 at 12:18:47PM +0200, Robert Millan wrote: > I had a look at that file, trying to trace its origin. As for the file header, > it seems that Samuel Leo wrote it. GRUB maintainers, do > we need to contact Samuel about this, or can we take the copyright as ok now ? This NTFS driver is different from the Samuel's version. Ago from the wubi project report that the grub4dos NTFS driver sometimes fails to find files, I try to fix the problem, but is not successfully. Finally, I decide to write the code based on my NTFS boot sector for grub4dos. Therefore, this new driver is not a patch, but a complete rewrite. -- Bean