Comment 3 for bug 944347

Revision history for this message
Manoj Iyer (manjo) wrote :

GRUB_DISK_CACHE_SIZE seems to be size of disk cache size in 512byte units, so it could be as large as supported sector read size. I think currently we can do 4K sector reads on some disks, ( I hope my math is right) so you could only have:

#define GRUB_DISK_CACHE_BITS 8
instead of
#define GRUB_DISK_CACHE_BITS 10