On Tue, Aug 19, 2008 at 2:17 AM, Wang, Qingpei <[EMAIL PROTECTED]> wrote:
> Hi all
> The attach file is used to fix the fast link bug in filo.
> And now it can boot linux.
>
>
> --- filo-0.5/fs/fsys_ext2fs.c 2005-11-15 17:37:30.000000000 +0800
> +++ filo-0.5-new/fs/fsys_ext2fs.c 2008-08-19 13:08:12.000000000
> +0800
> @@ -618,7 +618,7 @@
> linkbuf[filemax + len] = '\0';
>
> /* Read the symlink data. */
> - if (INODE->i_blocks)
> + if (INODE->i_size>0x3C)
> {
> /* Read the necessary blocks, and reset the file pointer.
> */
> len = grub_read (linkbuf, filemax);
>This is in my latest SVN for filo. I am attaching my other diffs. ron
filo.diff
Description: Binary data
-- coreboot mailing list [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

