Dnia wtorek 16 luty 2010 o 14:44:45 Vladimir 'φ-coder/phcoder' Serbinenko napisał(a):
> + #define VLI_MAX_DIGITS 9 > Are you sure it's 9? It gives only 63 and not 64 bits It is a limitation of xz format. > + if (! test_header(file) || ! test_footer(file)) > + { > Seeking to the end of file is very expensive on pxe. Can it be skipped? xz stores uncompressed data size at the end of file, without it file size can't be set. gzio has same issue, it reads last 4 bytes of file to determine uncompressed data size. > grub_xzio_read seems to ignore file->offset. Have you tested seeking? Yes, seeking is not implemented yet. It's on my TODO list. -- Szymon K. Janc szy...@janc.net.pl // GG: 1383435 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel