hook Reed-Solomon into startup.S

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-25 19:33:05 +02:00
parent 4f0de6881c
commit 419cbeb06d
5 changed files with 209 additions and 144 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 0x5E0
#define GRUB_KERNEL_I386_PC_RAW_SIZE 0xc6c
#define GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART 0x300
#define GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART 0x748
/* The offset of GRUB_PREFIX. */
#define GRUB_KERNEL_I386_PC_PREFIX GRUB_KERNEL_I386_PC_RAW_SIZE