Multiple bugs correction for Reed-Solomon

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-25 20:40:26 +02:00
parent 419cbeb06d
commit 3ac9e79207
5 changed files with 28 additions and 18 deletions

View file

@ -41,9 +41,9 @@
#define GRUB_KERNEL_I386_PC_MULTIBOOT_SIGNATURE 0x20
/* The size of the first region which won't be compressed. */
#define GRUB_KERNEL_I386_PC_RAW_SIZE 0xc6c
#define GRUB_KERNEL_I386_PC_RAW_SIZE 0xc80
#define GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART 0x748
#define GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART 0x75c
/* The offset of GRUB_PREFIX. */
#define GRUB_KERNEL_I386_PC_PREFIX GRUB_KERNEL_I386_PC_RAW_SIZE