[PATCH] Indicate current video mode in videoinfo

2011-01-14 Thread Colin Watson
This would make debugging video problems a bit easier. 2011-01-14 Colin Watson * grub-core/commands/videoinfo.c (hook): Indicate current video mode with `*'. (grub_cmd_videoinfo): Fetch current video mode. === modified file 'grub-core/commands/videoinfo.c' --- grub-cor

[PATCH] Support for unknown size and not seekable files

2011-01-14 Thread Szymon Janc
Hello, First patch adds support for GRUB_FILE_SIZE_UNKNOW file size in grub_file_read and grub_file_seek functions. Second and third add GRUB_FILE_SIZE_UNKNOW support for gzio and xzio when dealing with not easily seekable files. Should be usefull for reading compressed files over pxe. Tes

Re: [PATCH] Support for unknown size and not seekable files

2011-01-14 Thread Seth Goldberg
Hi, Thanks for this. What's the goal of this patch? It seems that it marks the size and unknown until it gets to the metadata that indicates the file's size, then updates the size to the correct size, right? Where do you see this being useful? It would seems that even with this patch, on